@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap');

body {
    font-family: 'Manrope', sans-serif;
    font-size: 14px;
    font-weight: 400;
    background-color: #f6f6f6;
    color: #1f1f1f;
}

img {
    max-width: 100%;
}

ul {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}

a,
a:hover,
.btn-link,
.btn-link:hover {
    text-decoration: none;
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.header-wrap-all .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.header-wrap-all .navbar-light .navbar-toggler {
    color: rgb(255 255 255);
    border-color: rgb(255 255 255);
}

.header-wrap-all.scroll-menu .navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")
}

.header-wrap-all.scroll-menu .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
}

.container {
    max-width: 1440px;
    width: 95%;
}

.btn {
    border-radius: 0;
    padding: .75rem 1rem;
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.call .btn-secondary:not(:disabled):not(.disabled).active,
.call .btn-secondary:not(:disabled):not(.disabled):active,
.call .show>.btn-secondary.dropdown-toggle {
    background: #1b0c61;
    box-shadow: none;
}

.header-wrap .navbar .container-fluid {
    padding: 0 0 0 0;
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #2eb8c5;
    border-color: #2eb8c5;
}

main {
    background: #fff;
}

header {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    background-color: transparent;
    padding: 0 0 0 0;
}

header .navbar {
    border-radius: 30px;
    font-size: 15px;
    padding: 0 0;
    width: 100%;
}

.header-wrap-all {
    background: rgb(255, 255, 255);
}

.header-wrap-all .top-header-wrap {
    padding: 10px 50px 10px 50px
}

.header-wrap-all .header-wrap {
    padding: 20px 50px 20px 50px;

}

.bgpurple {
    background: #3d3d8f !important;
}

.btn-red {
    background: #e5007e !important;
}

.shadowmenu {
    box-shadow: 0 4px 2px -2px rgb(99 99 99 / 20%);
}

.top-header-wrap {
    background: transparent;
    padding: 5px 0;
    border-bottom: 1px solid #e7e7e7;
}

.top-header-wrap p {
    color: #3d3d8f;
}

.top-header-wrap,
header,
main,
footer,
#copyright {
    overflow: hidden;
}

.box-shadow {
    border: none;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .15);
}

.padding {
    padding-top: 80px;
    padding-bottom: 80px;
}

.navbar-brand {
    margin-right: 0;
    min-width: 150px;
}

.navbar-brand img{
    -webkit-transition: all .15s ease-out 0s;
    -o-transition: all .15s ease-out 0s;
    -moz-transition: all .15s ease-out 0s;
    transition: all .15s ease-out 0s;
}

.navbar-light .navbar-nav .nav-item {
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-item:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #222222;
    font-size: 18px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    padding: 10px 10px;
    letter-spacing: 0;
}

.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: #222222;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #222222;
}

#navbarSalusLaboris .d-flex a.search {
    color: #222222;
    font-size: 20px;
    padding-right: 20px;
}

#navbarSalusLaboris .d-flex a.contact {
    color: #257fb7;
    border: 1px solid #257fb7;
    padding: 10px 20px;
}


.scrolled {
    background: #1b0c61;
    transition: 200ms linear;
}

.btn {
    padding: 7px 30px;
    font-size: 16px;
    font-weight: 700;
    margin-right: 10px;
    border-radius: 30px;
    -webkit-border-radius: 305px;
    -moz-border-radius: 305px;
    -ms-border-radius: 305px;
    -o-border-radius: 305px;
}

.theme-btn {
    margin-right: 20px;
    margin-bottom: 10px;
    background: #115d9f;
    padding: 20px 30px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.head {
    text-align: center;
    padding-bottom: 30px;
}

.head h2 {
    color: #3D63A5;
    font-family: 'Zilla Slab', serif;
    font-size: 44px;
    font-weight: 600;
}

.head p {
    max-width: 900px;
    color: #243355;
    font-size: 22px;
    font-weight: 600;
    margin: 0 auto 20px;
}

.btn-contact {
    background: transparent;
    border: 1px solid #201f1f;
    font-weight: 800;
    color: #201f1f;
    text-transform: uppercase;
    border-radius: 0;
    font-size: 12px;
}

.btn-search {
    box-shadow: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    margin: 0;
    padding: 10px 20px;
}

footer.padding {
    background-color: #3D63A5;
    background-image: url(../images/background/footer.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 200px;
}

footer ul {
    padding-inline-start: 0;
    list-style: none;
}

footer ul li {
    margin-bottom: 10px;
    font-weight: 300;
}

footer p {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
}

footer .bloq p{
    max-width: 350px;
}

footer ul li{
    margin-bottom: 20px;
}

footer ul li:last-child{
    margin-bottom: 0;
}

footer ul li a{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
}

footer .copyright{
    border-top: 1px solid #3BB0C7;
    padding-top: 40px;
}

footer .copyright p {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}

.social {
    display: flex;
    align-items: center;
}

footer .bloq .social a{
    font-size: 20px;
    color: #fff;
}

.header-wrap-all.scroll-menu {
    background: #fff;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

b,
strong {
    color: #113d4b;
    font-weight: 600;
}

.btn-wsp {
    position: fixed;
    right: 50px;
    bottom: 90px;
    height: auto;
    width: auto;
    background: #25D366;
    padding: 12.5px;
    border-radius: 50px;
    z-index: 199;
}

.blue-degrade{
    background: linear-gradient(180deg, #243355 3.65%, rgba(45, 69, 115, 0.63) 69.27%, rgba(61, 99, 165, 0.00) 100%);
}

.btn-blue{
    border-color: #3D63A5;
    border-radius: 25px;
    color: #fff;
    background: #3D63A5;
}

.btn-blue:hover{
    background: #243355;
    color: #fff;
    border-color: #243355;
}

.btn-white{
    border-color: #fff;
    border-radius: 25px;
    background: #fff;
    color: #3D63A5;
}

.btn-white:hover{
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.btn-outline-white{
    border-radius: 25px;
    background: transparent;
    border-color: #fff;
}

.btn-outline-white:hover{
    background: #243355;
    border-color: #243355;
}

.btn-outline-blue{
    border-radius: 25px;
    background: transparent;
    border-color: #3D63A5;
}

.btn-outline-blue:hover{
    background: #243355;
    color: #fff;
    border-color: #243355;
}

/* Navigation */
.navbar.top {
    position: fixed;
    z-index: 5;
    height: 50px;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.navbar.top>.container{
    position: relative;
}

.navbar.top>.container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 1px;
    width: calc(100% - 1.5rem);
    background: #3BB0C7;
}

.navbar.top ul li{
    margin-bottom: 5px;
}

.navbar.top ul li{
    position: relative;
    display: inline-block;
}

.navbar.top ul li a{
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.navbar.top ul li a::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #3BB0C7;
    height: 50%;
    width: 3px;
}

.navbar.top ul li:last-child a::after{
    display: none;
}

.navbar.top ul li:last-child a{
    padding-right: 0;
}

.navbar {
    -webkit-transition: all .15s ease-out 0s!important;
    -o-transition: all .15s ease-out 0s!important;
    -moz-transition: all .15s ease-out 0s!important;
    transition: all .15s ease-out 0s!important;
}

header .navbar-expand {
    position: fixed;
    top: 0;
    z-index: 2;
    width: 100%;
    padding: 20px 25px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.navbar.sub {
    top: 50px;
}

header .navbar-sticky.sub {
    top: 0;
    z-index: 10;
    padding: 10px 25px;
    background-color: #3D63A5;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
    -webkit-transform: translate3d(0, -101%, 0)!important;
    -ms-transform: translate3d(0,-101%, 0)!important;
    -moz-transform: translate3d(0, -101%, 0)!important;
    transform: translate3d(0, -101%, 0)!important;
}

header .navbar-sticky.sub.visible {
    -webkit-transform: translate3d(0,0,0)!important;
    -ms-transform: translate3d(0,0,0)!important;
    -moz-transform: translate3d(0,0,0)!important;
    transform: translate3d(0,0,0)!important;
}

header .navbar-sticky.sub.visible .navbar-brand img{
    height: 40px;
}

header .navbar-expand .navbar-nav {
    display: inline-block;
}

header .navbar-expand .navbar-nav.toggle {
    display: none;
}

.navbar-expand .navbar-nav .nav-item {
    margin: 0;
    display: inline-flex;
}

.navbar-expand .navbar-nav .nav-link:not(.btn) {
    padding-right: 20px;
    padding-left: 20px;
    color: #f9f9f9;
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    font-size: 16px;
    font-weight: 700;
}

.navbar-expand .navbar-nav .nav-item a:not(.btn) {
    position: relative;
    display: flex;
    align-items: center;
}

header .navbar-expand .navbar-nav.toggle i {
    font-size: 20px;
}

.modal-dialog-slideout {
    min-height: 100%;
    margin: 0 0 0 auto;
}

.modal.show .modal-dialog {
    -webkit-transform: none;
    transform: none;
}

.modal.fade .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(100%, 0)scale(1);
    transform: translate(100%, 0)scale(1);
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
}

.modal.fade.show .modal-dialog.modal-dialog-slideout {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    display: flex;
    align-items: start;
    -webkit-box-align: start;
    height: 100%;
}

.modal-content {
    border: none;
    border-radius: 0;
    overflow-x: hidden;
    background-color: #f9f9f9;
}

.modal-content.full {
    height: 100%;
}

.modal-header {
    align-items: center;
    padding: 25px;
    border: none;
    font-weight: 700;
    color: #21333e;
    background: none;
    border-radius: 0;
}

.modal-header .icon-close {
    font-size: 24px;
    cursor: pointer;
}

.modal-body {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 25px 25px 75px;
}

.menu .nav-link:not(.btn) {
    font-size: 1rem;
    font-weight: 400;
    border: 1px solid rgba(0, 0, 0, .25);
    color: #606d75;
    display: inline-block;
    width: calc(100% - 12px);
    vertical-align: top;
    padding: 10px 5px;
    margin: 0 5px;
    border-radius: 4px;
}

.menu .nav-link:first-child {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 700;
    border: none;
    color: #21333e;
}

/* Banner */
#banner-section .item {
    /* height: 100vh; */
    position: relative;
}

#banner-section .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner-section .item .cover {
    padding: 25px 0 25px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #243355 3.65%, rgba(45, 69, 115, 0.63) 69.27%, rgba(61, 99, 165, 0.00) 100%);
    display: flex;
    align-items: end;
}

#banner-section .item .cover .slide-content {
    position: relative;
    padding: 56px;
    overflow: hidden;
}

#banner-section .item .cover .slide-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}

#banner-section .item .cover .slide-content h2 {
    font-family: 'Zilla Slab', serif;
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-align: center;
}

#banner-section .item .cover .slide-content h1 {
    font-size: 56px;
    font-weight: 600;
    margin: 5px 0 30px;
    word-spacing: 3px;
    color: #fff;
}

#banner-section .item .cover .slide-content p {
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

#banner-section .owl-item .slide-content-btn {
    text-align: center;
}

#banner-section .owl-item .slide-content-btn .btn:last-child {
    margin-right: 0;
}

#banner-section .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

#banner-section .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
}

#banner-section .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#banner-section .owl-item.active .slide-content-btn{
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
}

#banner-section .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
}

#banner-section .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

#banner-section .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

#banner-section .owl-nav .owl-prev:focus {
    outline: 0;
}

#banner-section .owl-nav .owl-prev:hover {
    background: #000 !important;
}

#banner-section .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

#banner-section .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

#banner-section .owl-nav .owl-next:focus {
    outline: 0;
}

#banner-section .owl-nav .owl-next:hover {
    background: #000 !important;
}

#banner-section:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

#banner-section:hover .owl-next {
    right: 0px;
    opacity: 1;
}

#banner-section .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}

#banner-section .owl-dots .owl-dot span {
    background: #FFFFFF;
}

#banner-section .owl-dots .owl-dot.active span,
#banner-section .owl-dots .owl-dot:hover span {
    background: #3BB0C7;
}
/* Banner */

/* Services */
.services-section .head{
    padding-bottom: 80px;
}
.services-section .services-item{
    padding-bottom: 70px;
}

.services-section .services-item .item{
    position: relative;
    height: 100%;
    padding: 45px 45px 45px 45px;
    border: 2px solid #3D63A5;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.services-section .services-item .item h2{
    color: #3D63A5;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 200px;
    min-height: 60px;
}

.services-section .services-item .item p{
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.services-section .services-item .item .btn-service-item{
    position: absolute;
    top: -50px;
    right: 25px;
}
/* Services */

/* AboutUs */
.aboutus-section{
    background: #DBEEF4;

}

.about-item h3{
    color: #3D63A5;
    font-size: 18px;
    font-weight: 600;
}

.about-item p{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.about-item svg{
    margin-right: 15px;
}
/* AboutUs */

/* Info */
.info-section{
    background: #3D63A5;
}

.info-section .head{
    text-align: left;
}

.info-section .head h2{
    color: #fff;
    font-size: 44px;
    font-weight: 600;
}

.info-section .head p{
    max-width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

/* Info */

/* Methodology */
.methodology-section .methodology-items {
    position: relative;
    z-index: 1;
}

.methodology-section .methodology-items::after {
    position: absolute;
    left: 0;
    top: 25px;
    content: "";
    height: 1px;
    width: 100%;
    border-bottom: 2px solid #3D63A5;
    z-index: -1;
}

.methodology-section .methodology-items .single-item{
    text-align: left;
}

.methodology-section .methodology-items .single-item .item{
    max-width: 160px;
}

.methodology-section .methodology-items .single-item .item span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    /* height: 50px; */
    /* width: 50px; */
    /* line-height: 45px; */
    /* border: 4px solid #3D63A5; */
    border-radius: 50%;
    /* font-weight: 800; */
    margin-bottom: 30px;
    background: #ffffff;
    /* color: #232323; */
    /* transition: all 0.35s ease-in-out; */
    fill: #3D63A5;
}

.methodology-section .methodology-items .single-item .item:hover span {
    /* background: #3D63A5; */
    color: #ffffff;
    border: none;
    line-height: 54px;
    transition: all 0.35s ease-in-out;
}

.methodology-section .methodology-items .item h4 {
    font-size: 18px;
    font-weight: 600;
    color: #3D63A5;
}

.methodology-section .methodology-items .item p {
    margin-bottom: 0;
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

/* Testimonials */
.testimonials-section{
    background: #DBEEF4;
}

.testimonials-section .item{
    text-align: center;
}

.testimonials-section .item img{
    display: inline-block;
    width: auto;
    margin-bottom: 20px;
}

.testimonials-section .item h2{
    color: #3D63A5;
    font-size: 18px;
    font-weight: 700;
}

.testimonials-section .item h3{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.testimonials-section .item p{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 50px;
}

.testimonials-section .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    border-radius: 0;
    font-size: 32px!important;
    color: #3D63A5!important;
}

.testimonials-section .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.testimonials-section .owl-nav .owl-prev:focus {
    outline: 0;
}

.testimonials-section .owl-nav .owl-prev:hover {
    background: #3D63A5 !important;
    color: #fff!important;
}

.testimonials-section .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: transparent;
    width: 50px;
    cursor: pointer;
    height: 50px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    border-radius: 0;
    font-size: 32px!important;
    color: #3D63A5!important;
}

.testimonials-section .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.testimonials-section .owl-nav .owl-next:focus {
    outline: 0;
}

.testimonials-section .owl-nav .owl-next:hover {
    background: #3D63A5 !important;
    color: #fff!important;
}

.testimonials-section:hover .owl-prev {
    left: 0px;
    opacity: 1;
}

.testimonials-section:hover .owl-next {
    right: 0px;
    opacity: 1;
}

/* Testimonials */

/* Partners */
.partners-section{
    background: #F1F2F2;
}

.partners-section .item{
    text-align: center;
}

.partners-section .item img{
    display: inline-block;
    width: auto;
}
/* Partners */

/* Blog */
.blog-item{
    overflow: hidden;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    background: #FFF;
    box-shadow: 0px 10px 30px 0px rgba(37, 42, 52, 0.08);
}

.blog-item .image{
    position: relative;
}

.blog-item .image .category{
    border-radius: 0px 10px 10px 0px;
    background: #3BB0C7;
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    position: absolute;
    top: 20px;
    left: 0;
    padding: 5px 20px;
}

.blog-item .text{
    padding: 25px 25px 25px 25px;
}

.blog-item .text .date{
    color: #3D63A5;
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}

.blog-item .text h2{
    color: #243355;
    font-size: 18px;
    font-weight: 600;
}

.blog-item .text h2 a{
    color: #243355;
}

.blog-item .text p{
    color: #000;
    font-size: 14px;
    font-weight: 400;
}

/* Blog */

/* Team */

.team-section .team-item{
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    width: 95%;
    margin: auto;
    padding-bottom: 50px;
}

.team-section .team-item .item{
    position: relative;
    border-radius: 15px;
    overflow: hidden;
}

.team-section .team-item .item .item-text{
    border-radius: 15px;
    background: #ABD7E7;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px;
}

.team-section .team-item .item .item-text h2{
    color: #243355;
    font-size: 22px;
    font-weight: 700;
}

.team-section .team-item .item .item-text h3{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

/* Team */

/* Form */
.form-section form label{
    color: #243355;
    font-size: 16px;
    font-weight: 700;
    margin-left: 25px;
}

.form-section form .form-control{
    border-radius: 15px;
    border: 2px solid #243355;
    padding: 10px 15px;
}

.form-section form ::placeholder{
    color: #243355;
    font-size: 16px;
    font-weight: 300;
}

/* Form */

.page #banner-section .item {
    height: 50vh;
}

.bg-gris3{
    background: #f1f2f2!important;;
}

.scroll-to-top {
    display: none;
    position: fixed;
    z-index: 5;
    right: 25px;
    bottom: 25px;
    opacity: 0.75;
    transition-timing-function: ease;
    transition-duration: .4s;
    transition-property: opacity, transform;
}

.scroll-to-top a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #3d63a5;
    color: #fff;
    border-radius: 50%;
}

.scroll-to-top:hover {
    opacity: 1;
}

@media screen and (min-width: 1920px) {
    #banner-section .item .cover{
        align-items: center;
    }
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1350px) {}

@media screen and (max-width: 1250px) {}

@media screen and (max-width: 1199px) {
    body header .navbar-expand .navbar-nav.toggle {
        display: flex;
    }
    body header .navbar-expand .navbar-nav.contacts,
    body header .navbar-expand .navbar-nav.items,
    body header .navbar-expand .navbar-nav.icons,
    body header .navbar-expand .navbar-nav.action {
        display: none;
    }
    body header .navbar-expand .navbar-nav.toggle a:not(.btn) {
        padding-right: 0;
    }
}

@media only screen and (max-width: 1650px) and (min-width: 1000px) {}

@media screen and (max-width: 991px) {
    .navbar.top ul li a{
        padding: 5px 10px 5px 10px
    }
    .navbar.top ul li:first-child a{
        padding-left: 0;
    }
    #banner-section .item .cover .slide-content {
        padding: 0;
    }
    #banner-section .item .cover .slide-content p {
        font-size: 16px;
    }
    #banner-section .item {
        height: 65vh;
    }
    #banner-section .item .cover .slide-content h2 {
        font-size: 36px;
        font-weight: 600;
        color: #fff;
    }
    #banner-section .item .cover .slide-content h2 br{
        display: none;
    }
    #banner-section .item .cover {
        padding: 25px 0 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .head h2 {
        font-size: 32px;
    }
}

@media screen and (max-width: 650px) {}

@media screen and (max-width: 450px) {}

@media screen and (max-width: 360px) {}