footer a:hover{
    color: #00A7FF !important;
}
.iconbox-shadow p{
    min-height: 70px;
}
.gradient a:hover:before{
    width: 100%;
}
.gradient a{position: relative;}
.gradient a:before{
    content: "";
    width: 0%;
    bottom: 0;
    height: 1px;
    background: white;
    position: absolute;
    left: 0;
}
.lead{font-size: 22px !important}
.mb-100{margin-bottom: 100px;}
.mb-90{margin-bottom: 90px;}
.mb-80{margin-bottom: 80px;}
.mb-70{margin-bottom: 70px;}
.mb-60{margin-bottom: 60px;}
.mb-50{margin-bottom: 50px;}
.mb-40{margin-bottom: 40px;}
.mb-30{margin-bottom: 30px;}

.section-mod{padding:  100px 0;position: relative;
    z-index: 9;}
.height-100{height: 100vh}
.height-90{height: 90vh}
.height-80{height: 80vh}
.height-70{height: 70vh}
.height-60{height: 60vh}
.height-50{height: 50vh}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.col-center{margin: auto;float: none;}

body .tabs-nav-centered .tabs-nav {
    -webkit-box-pack: center;
    justify-content: space-between;
}

.flex_{display: flex;flex-wrap: wrap;}
.flex_around{justify-content: space-around;display: flex}
.flex_between{justify-content: space-between;display: flex}
.flex_evenly{justify-content: space-evenly;display: flex}
.flex_center{justify-content: center;display: flex}

.overlay:before{
    content: "";
    position: absolute;
    background: rgba(0,0,0,0.45);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.overlay{
    position: relative;
}

body a.blue2,
body .blue2{color: #00A7FF !important}
body a.blue,
body .blue{color: #05519E !important}

.staff aside .envelope{
    position: absolute;
    right: 0;
    bottom: 0;
    color: white;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 2.4;
    background: #05519E;
}
.staff aside h3{text-transform: uppercase;}
.staff aside h3.blue{min-height: 70px;font-size: 18px;}
.staff aside{
    text-align: center;
    position: relative;
    padding:  30px 20px;
    border: 1px solid #707070;
}

.ptf-approach-box {
    padding-top: 3.75rem;
    border-top: 2px solid #00A7FF;
}
.cta_family h3{-webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 200ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 200ms !important;}
.cover-background,
.serie_video aside span,
.serie_ aside,
img,
header.dark .mainbar-wrap,
.icon-play-style-2 span,
.opohn aside,.LinesBox div a:before,
.gradient a:before,
.seg{-webkit-transition: all !important;-webkit-transition-timing-function: ease-out !important;-webkit-transition-duration: 500ms !important;-moz-transition: all !important;-moz-transition-timing-function: ease-out !important;-moz-transition-duration: 500ms !important;}

.icons_mid img{width: 110px;display: block;margin: auto;margin-bottom: 20px;}

.zoomhover{
    -webkit-transform: scale(1.1,1.1);
}
.zoomhover:hover img{
    -webkit-transform: scale(1.11,1.11);
}

.hyperlink{text-decoration: underline;}

.accordionW .accordion-title,
.accordionW b,
.accordionW p{
    color: white !important;
}
.accordion-body-bordered.accordionW .accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgba(255, 255, 255, 0.4) !important;
}
.accordion-active-color-primary.accordionW .active .accordion-title a {
    color: white !important;
}
.navbar-collapse a .txt{text-transform: uppercase;color: #fff;font-size: 14px;}
.menu-item-has-children.active .txt,
.navbar-collapse a:hover .txt{
    color: #17A7FF;
}
body a{text-decoration: none !important;}
.nav-item-children,
.bg-dark.megamenu-inner-row {
    background: #02274c !important;
}
.lqd-custom-menu.reset-ul a{text-decoration: none !important;font-size: 18px;}
.logo-sticky,
.logo-dark{
    width: 220px;
}

.megamenu-container{max-width: 100%;}
.arrow{
    width: 40px;
    transform: rotate(0deg);
}
.arrow:hover{
    transform: rotate(45deg) !important;
}
.hoverImg{
    display: block;
    position: relative;
}

.hoverImg h3{
    position: absolute;
    width: 100%;
    top: 15%;
    text-align: center;
    left: 0;
    color: white;
}
.overImg{opacity: 0;position: absolute;left: 0}
.hoverImg:hover .overImg{
    opacity: 1;
}
body .ballWaves {
    position: absolute !important;
    background: #003162;
    padding: 10px 20px;
    left: calc(50% - 59px);
}
.ballWaves div{
    overflow: hidden;
    display: block;
    position: relative;
    border-radius: 37px;
}
.totop {
    transform: translateY(90px);
    position: absolute;
    width: 100%;
    left: 0;
}
.ballWaves:hover div .totop{
    transform: translateY(0px);
}
footer a{
    font-weight: bold;
}
footer ul a{display: block;padding: 7px 0}
footer ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.border-r:before{
    content: "";
    background: #29AAE0;
    height: 68%;
    width: 1px;
    position: absolute;
    right: 50%;
    top: 10%;
}
.border-b{
    border-bottom: 1px solid #29AAE0;
    padding-bottom: 40px;
}

.border-b{
    border-top: 1px solid #29AAE0;
    padding-top: 40px;
}

.pulsehover{animation: heartbeat 3s infinite; }
@keyframes  heartbeat {0% {transform: scale( .75 ); } 20% {transform: scale( 1.3 ); } 40% {transform: scale( .75 ); } 60% {transform: scale( 1.3 ); } 100% {transform: scale( .75 ); } }
.subfooter{
    font-size: 12px !important;
}
ul.rs li a:hover{
    background-color: #134069;
}
a:hover {
    color: #29ABE2;
    text-decoration: underline;
}
ul.rs li a{
    background: #29ABE2;
    display: block;
    border-radius: 100px;
    padding: 9px;

}
ul.rs li{
    margin-bottom: 7px;
}
ul.rs img{
    height: 32px
}
ul.rs{
    position: fixed;
    right: 40px;
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 99;
    bottom: 40%;
}
.ballWaves img{width: 80px;}
.navbar{
    border-bottom: 1px solid white !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    top: 72px !important
}
.dot_icon {
    display: flex;
    flex-wrap: wrap;
    width: 24px;
    height: 24px;
    margin: -2px;
    overflow: hidden;
}
.dot_icon .dot {
    width: 4px;
    height: 4px;
    background: #fff;
    margin: 2px;
    transition: all 0.3s linear;
}
.main-footer b,
.main-footer p,
.main-footer a{color: white !important;}

ul.list_ li{position: relative;padding-left: 15px;}
ul.list_ li:before{
    content: "";
    width:  7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 10px;
    background: #00A7FF;
    border-radius: 100px;
}
ul.list_{
    list-style: none;
    margin: 0;padding: 0;
}
.cta_family a:hover h3{
    bottom: 40px;
}
.cta_family a{
    display: block;
    position: relative;
}
.cta_family h3 img{width: 16px;}
.cta_family h3{
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: white;
    padding:  0 20px;
}
.portfolio-item-thumbnail{
overflow: hidden;
}
.portfolio-item-thumbnail img {
width: 100%;
height: auto;
display: block;
transition: all .2s ease; -webkit-transition: all .6s ease; -moz-transition: all .6s ease;
}
.portfolio-item-thumbnail:hover img{
-webkit-transform: scale(1.1,1.1);
}
.relative{position: relative;}
.element1{
    width: 20%;
    position: absolute;
    right: 0;
    top: 0;
}
body header.main-header .mainbar-wrap{
    background: #003162 !important;
}
/*header.dark .is-stuck{
    background: rgba(16, 16, 16, 1) !important;
}*/
.nav-item-children > li>.container>.vc_row  {
    min-height: 192px;
}
.header-module a i{color: white;}
.tabw .tabs-nav li.active a, .tabs-nav li a:hover   , .tabw .tabs-nav li a{
    color: white;
    background-color: transparent;
}
.tabw .tabs-nav li a img{height: 80px;margin: auto auto 10px auto}
.tabw .tabs-nav li a{
    display: grid;
}

.changevideo{text-decoration: none !important;background:white;display: block;height: 100%}
.changevideo span{
    background:  #17A7FF;
    position:absolute;right: 0;bottom:0;
    width: 35px;
    height: 35px;
    text-align: center;
}
.mainbar-row > [class^=col] {
    padding: 0;
}
@media (min-width: 1200px){
    body .main-header .container,
    body .container {
        max-width: 1550px !important;
        width: 1550px !important;
    }
}
.serie_ a{display: block;position: relative; text-decoration: none !important;}
.serie_ h3{color: white;}
.serie_ a:hover aside{opacity: 1;}
.serie_ aside{
    position: absolute;
    opacity: 0;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
}
.showed.span3 {
    display: block;
}
.span3 {
    display: none;
}
/*____*/
.serie_video aside span{
    position: absolute;
    right: 0;
    bottom: 0;
}
.serie_video a{text-decoration: none !important;}
.serie_video a:hover span{
    background-color: var(--color-link) !important;
}
.serie_video aside{
    position: relative;
    background-color: white;
    padding:  20px;
}
.loadMore, .readmore {
    font-weight: bold !important;
    letter-spacing: 3px;
    font-size: 14px;
    color: black !important;
}



table {
    display: table !important;
    width: 100%;
    border: 0px !important;
}

tbody td {
    padding: 30px 0;
    border: 0px !important;
}

tbody td a {
    float: right;
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    text-align: center;
    color: white;
    line-height: 2.3;
}

th {
    padding: 0 !important;
    border: 0px !important;
}
tr{border: 0px !important;}
td h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0
}

tr {
    position: relative !important;
    width: 100%;
    left: 0;
    top: 0;
}
.evet_blurb{color: black;}
a.btn{display: inline-block;padding:  10px 20px !important}
a.btn span{width: 100%;text-align: center;}

a.btn.w:hover{
    background: white;
    color: black !important;
    border-color: white;
}

.watch_home .padding-six-half-all {
    padding: 6.5%;
}
.watch_home .btn.btn-white2, .btn.btn-white2:focus {
    background: #ffffff;
    border-color: #ffffff;
    border-width: 2px;
    color: #232323;
}
.watch_home .btn i {
    margin-left: 6px;
    vertical-align: middle;
    position: relative;
    top: 3px;
}
.watch_home .btn.btn-large {
    font-size: 13px;
    margin-left: 0 !important;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 9px 34px;
    line-height: 25px;
    font-weight: bold;
}
.watch_home .btn.btn-white2:hover {
    border-color: #05519E !important;
}
.absolute-middle-center {
    left: 50%;
    top: 50%;
    position: absolute;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.text-white-2, .btn.text-white-2 {
    color: #FFF;
}
.watch_home a{text-decoration: none !important;}
.icon-play-style-2 .video-icon {
    border: 1px solid white;
    width: 110px;
    height: 110px;

    margin-top: 0;
    font-size: 30px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
}
.icon-play-style-2:hover .video-icon {
    -webkit-transform: scale(1.2,1.2);
}
.bg-gradient-light-red-light-orange {
    background: #1D3566;
}
.LinesBox div.w a{background-color: rgba(5, 81, 158,60%) !important;text-decoration: none !important;}
.LinesBox div.w a,
.LinesBox div.w{border-color: white !important}
.LinesBox div.w h2 {
    font-size: 23px;
    padding-left: 20px;
}
aside p{margin-bottom: 0}
.LinesBox div p{
    padding-left: 20px;
    margin-bottom: 0

}
.LinesBox div h2{
    font-size: 32px;
    padding-left: 20px;

}
.LinesBox div a:hover{
    color: white
}
.LinesBox div a:hover:before{
    width: 100%;
}
.LinesBox div a:before{
    content:"";
    position: absolute;
    width: 0%;
    height: 100%;
    background-color: #05519E ;
    left: 0;
    top: 0;
    z-index: -1
}
.LinesBox div a{
    padding:23px;
    position: relative;
    border-left: 1px solid black;
    font-weight: bold;
    color: black;
    z-index: 9
}
.LinesBox div{
    border:1px solid black;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tab-style5 .nav-tabs li a{
    color: white;
    font-weight: 900

}
.tab-style5 .nav-tabs .nav-link.active {
    padding-left: 15px;
}
.p0{padding: 0}

.mb-160{margin-bottom: 160px}
.box_n .a span{
    border-left: 1px solid black;
    width: 50px;
    text-align: center;
}
.box_n .a{
    display: flex;
    justify-content: space-between;
    padding-left: 40px;
    border-top: 1px solid black;
    font-weight: bold;
    text-transform: uppercase;
    align-items: center;
}
.box_n aside{
    padding:40px;
    min-height: 220px;
}
.box_n:hover a{color: #05519E !important}
.box_n:hover a,
.box_n:hover span,
.box_n:hover{
    border-color: #05519E !important
}
.box_n{
    display: block;
    overflow: hidden;
    position: relative;
    border: 1px solid black;
    color: black;
    text-decoration: none !important;
}

.card-display__icon {
    width: 45px;
    transform: rotate(-45deg );
    transition: transform .2s cubic-bezier(.5,.15,.5,.85) .1s;
}
.box_n:hover .card-display__icon {
    transform: rotate(0deg );
}

.box_n:before {
    border-bottom: 2px solid #05519E;
    transform: scaleX(0);
    border-top: 2px solid #05519E;
}
.box_n:after {
    border-left: 2px solid #05519E;
    border-right: 2px solid #05519E;
    transform: scaleY(0);
}

.box_n:hover:after, .box_n:hover:before {
    transform: scaleX(1);
    transition: transform .3s cubic-bezier(.5,.15,.5,.85) .1s;
}
.box_n:after, .box_n:before {
    box-sizing: inherit;
    content: "";
    height: calc(100% + 2px);
    left: -1px;
    position: absolute;
    top: -1px;
    transform-origin: center;
    width: calc(100% + 2px);
    z-index: 98;
}

.box_n:hover img{
-webkit-transform: scale(1.2,1.2);
}
.box_n img{-webkit-transform: scale(1.1,1.1);}
.box_n p{min-height: 70px; color: black !important;}
.box_n .a{color: black !important;}
.box_n .h{overflow: hidden;}
.ctaMod {
    height: 50vh;
    display: flex;
    justify-content: space-between;
    padding: 50px 50px 20px 40px;
    align-items: flex-end;
    max-width: calc(100% - 30px);
    margin: auto;
    float: none;
}
.ctaMod>div {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.element{
    position: absolute;
    top: -42px;
    left: -2px;
    width: calc(100% + 2px);
}


.gradient {
    padding: 90px 55px !important;
}
.gradient {
    background: linear-gradient(
90deg , #00A7FF, #05519E);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 5s ease infinite;
    -moz-animation: AnimationName 5s ease infinite;
    animation: AnimationName 5s ease infinite;
}
.gradient ul li {
    padding: 0 30px;
}
.gradient ul li a {
    position: relative;
    text-transform: capitalize;
    display: block;
    color: white;
    font-weight: 700;
    font-size: 37px;
}
.gradient ul li:first-child {
    padding-left: 0 !important;
}
.gradient ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: end;
}
@-webkit-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@-moz-keyframes AnimationName {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@keyframes  AnimationName {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.gradientBar {
    background: linear-gradient(-45deg, #B8252E, #D7752D, #D3D840, #6BB153, #6A9DD4);
    background-size: 400% 400%;
    animation: gradient 15s ease infinite;
    position: absolute;
    height: 10px;
    width: 100%;
    top: 0;
    left: 0;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.staff img{min-width:  100%}


.cta.fancy-box-background {
    border-bottom: 1px solid #6f6f6f;
}
.border-bottom-3 {
    border-bottom: 2px solid black;
}
.border-top-3 {
    border-top: 2px solid black;
}
.fancy-box-background.fancy-box-col .fancy-box-item {
    position: relative;
}

.fancy-box-background .fancy-box-item {
    position: static;
}
.border-right-3 {
    border-right: 2px solid black;
}
.pl-0, .px-0 {
    padding-left: 0!important;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
.xl-padding-3-rem-all {
    padding: 3rem;
}
.h-100 {
    height: 100% !important;
}

.padding-5-rem-lr {
    padding-left: 5rem;
    padding-right: 5rem;
}
.padding-2-rem-tb {
    padding-top: 2rem;
    padding-bottom: 2rem;
}
.h-100 {
    height: 100%!important;
}

.justify-content-lg-between {
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;

}
.cta .cover-background {
    background-position: 50% 10% !important;
}
.bg-banner-image {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-size: cover;
}
.cover-background {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    overflow: hidden;
    background-position: center center !important;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
    justify-content: space-between;
}
.fancy-box-item:hover a>.cover-background{
    opacity: 1 !important;

}
.fancy-box-item a>.black{color: black;font-weight: bold;}

.fancy-box-item:hover a i,
.fancy-box-item:hover a>.black{
    color: white !important;

}




.interactive-banners-style-03 {
    z-index: 0;
    position: relative;
}

.overflow-hidden {
    overflow: hidden!important;
}

.xl-padding-3-half-rem-lr {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
.xl-padding-3-rem-tb {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.border-all {
    border: 1px solid!important;
}
.interactive-banners-style-03 * {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}



.interactive-banners-style-03 .interactive-banners-image {
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    opacity: 0;
    top: 0;
}

.interactive-banners-style-03 * {
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}
.cover-background {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    overflow: hidden;
    position: relative;
    background-position: center center!important;
}
.position-absolute {
    position: absolute!important;
}
.row-cols-xl-4>* {
    flex: 0 0 auto;
    width: 25%;
}
.interactive-banners-style-03 h3{
    min-height: 60px;
}
.interactive-banners-style-03:hover i,
.interactive-banners-style-03:hover h4,
.interactive-banners-style-03:hover h3{
    color: white !important;
}
.interactive-banners-style-03:hover .interactive-banners-image {
    opacity: 1;
    -ms-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.border-right {
    border-right: 1px solid!important;
}