@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Quicksand:wght@700&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

i{
    font-family: 'Lato', sans-serif;
}

a {
    text-decoration: none;
}
a:hover {
    color: #065489;
}
/* Fonts */
.cc-ff-quicksand {
    font-family: 'Quicksand', sans-serif;
}
/* Headings */
h1 {
    font-family: 'Quicksand', sans-serif;
    font-size: 54px;
    line-height: 70px;
}
h2, h3, h4, h5 {
    color: #021859;
    line-height: 50px;
    font-weight: 700;
}
h2 {
    font-size: 42px;
}
h3 {
    font-size: 34px;
}
h4 {
    font-size: 28px;
}
h1 span {
    color: #50C7E2;
}
/* Buttons */
.btn {
    -webkit-border-radius: 31px;
    -moz-border-radius: 31px;
    border-radius: 31px;
    padding: 10px 36px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
}
.btn i {
    margin-left: 18px;
}
.btn-primary {
    background-color: #50C7E2;
    border-color: transparent;
    color: #ffffff;
}
.btn-primary:hover {
    background-color: #79CDE6;
    border-color: transparent;
    color: #ffffff;
}
.btn-primary.focus, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem #50C7E220;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #79CDE6;
    border-color: transparent;
    color: #ffffff;
}
.btn-check:active+.btn-primary:focus, .btn-check:checked+.btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.25rem rgb(49 132 253 / 50%);
}
.btn-secondary {
    background-color: #EC1B34;
    border-color: transparent;
    color: #ffffff;
}
.btn-secondary:hover {
    background-color: #ff1b34;
    border-color: transparent;
    color: #ffffff;
}
.btn-secondary.focus, .btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem #EC1B3420;
}
.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #ab1a2b;
    border-color: transparent;
    color: #ededed;
}
/* Button sizes */
.cc-btn-lg {
    padding: 15px 68px;
}
.cc-btn-x-lg {
    padding: 13px 93px;
}
/* Text colors */
.cc-text-dark {
    color: #1d2256;
}
.cc-text-primary {
    color: #50c6e1;
}
.cc-text-secondary {
    color: #373737;
}
/* Background colors */
.cc-bg-light {
    background-color: rgba(238,238,238,0.4);
}
.cc-bg-semi-dark {
    background-color: #2C5F86;
}
.cc-bg-dark {
    background-color: #1D2256;
}
.cc-bg-primary {
    background-color: #129DD9;
}

.cc-box-rounded h3 {
  font-size:22px;
}


/* Font sizes */
.cc-text-sm {
    font-size: 14px;
    line-height: 23px;
}
.cc-text-rg {
    font-size: 18px;
    line-height: 22px;
}
.cc-text-md {
    font-size: 22px;
    line-height: 23px;
}
.cc-text-lg {
    font-size: 22px;
    line-height: 32px;
}
.cc-text-icon {
    font-size: 26px;
    line-height: 26px;
    width: 32px;
    text-align: center;
}
/* Paddings */
.cc-p-xl {
    padding-top: 97px;
    padding-bottom: 138px;
}
.cc-p-lg {
    padding-top: 66px;
    padding-bottom: 123px;
}
.cc-p-md {
    padding-top: 72px;
    padding-bottom: 49px;
}
.cc-p-sm {
    padding: 28px 43px;
}
/* Navbar */
.cybercure-navbar {
    min-height: 114px;
}
.cybercure-navbar-smaller {
    min-height:60px;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(125,125,125,.25);
    -moz-box-shadow: 0px 0px 50px 0px rgba(125,125,125,.25);
    box-shadow: 0px 0px 50px 0px rgba(125,125,125,.25);
}
.cybercure-navbar-smaller .navbar-brand {
    padding-top: 16px;
    padding-bottom: 16px;
}
.cybercure-navbar-smaller .navbar-brand img {
    width:136px;
    height:auto;
    transition: all 0.3s ease-in-out;
}
.navbar-toggler {
    font-size: 36px;
    color: #151D35!important;
    border: 0px!important;
    padding-right: 0px!important;
}
.navbar-brand {
    transition: all 0.3s ease-in-out;
    padding-top: 35px;
    padding-bottom: 35px;
}
.form-inline li {
    list-style-type: none;
}
.cybercure-navbar .nav-link {
    font-family: 'Quicksand', sans-serif;
}
.cybercure-navbar.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
}
.cybercure-navbar.navbar-dark .navbar-nav .nav-link:focus, .cybercure-navbar.navbar-dark .navbar-nav .nav-link:hover {
    color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
    color: #1d2256;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #1D2256;
}
@media screen and (min-width: 992px) {
    .nav-item .nav-link {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}
.nav-item.active .nav-link {
    color: #50c6e1;
}
/* Carousel */
.carousel-item {
    min-height: 697px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: unset;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.carousel-caption p {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
/* Header */
header {
    margin-top: 114px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
header h1 {
    padding-top: 203px;
    font-size: 64px;
    line-height: 52px;
    color: #50C6E1;
    margin-bottom: 6px;
}
header p {
    padding-bottom: 169px;
    margin-bottom: 0;
    font-size: 24px;
    line-height: 29px;
    color: #ffffff;
}
/* Sections */
section {
    padding: 55px 0;
}
.cc-section-text {}
.cc-section-text p {
    font-size: 24px;
    line-height: 32px;
    color: #373737;
    max-width: 932px;
    margin: 0 auto;
}
/*.g-5, .gx-5 {*/
/*    --bs-gutter-x: 6rem;*/
/*}*/
/* Elements */

.cc-logo-hover{

    padding: 20px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);

}

.cc-logo-hover:hover{

    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);

}
.cc-signature {
    font-size: 18px;
    line-height: 22px;
}
.cc-signature span {
    font-size: 24px;
}
.cc-img-rounded {
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    box-shadow: 1px 4px 8px 0 rgba(0,0,0,0.25);
}
.cc-box-rounded {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}
.cc-box-usps {
  color:#1D2256;
}

.cc-box-usps .fa-check {
  color:#50C7E2;
  font-size:22px;
  margin-right:10px;
}

.cc-box-usps p {
  font-size:18px;
  font-weight:bold;
}

.cc-gradient-box {
    background: linear-gradient(304deg, #1A9ED9 0%, #021859 62%);
    padding-top: 63px;
    padding-bottom: 81px;
    padding-left: 67px;
    padding-right: 67px;
}
.cc-gradient-box h2, .cc-gradient-box p {
    color: #ffffff;
}
.cc-gradient-box p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 22px;
}
.cc-gradient-box h2 {
    font-family: 'Quicksand', sans-serif;
    font-size: 44px;
    line-height: 52px;
    position: relative;
    margin-left: 48px;
}
.cc-gradient-box h2 span {
    color: #50C7E2;
}
.cc-gradient-box h2::before {
    content: '“';
    color: #50C7E2;
    position: absolute;
    left: -32px;
}
.cc-box-page-link {
    padding: 35px 38px;
    height: 312px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.cc-box-page-link p {
    max-width: 632px;
}
.cc-quote-header {}
.cc-quote-header h2 {
    font-weight: 400;
    font-size: 44px;
    line-height: 52px;
    max-width: 554px;
    margin-top: 118px;
}
.cc-quote-header p {
    padding-bottom: 139px;
}
.contact-header {
    position: relative;
}
.contact-header .contact-details {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,0);
}
.contact-header:hover .contact-details {
    display: block;
    transition: all .3s ease;
    background-color: rgba(0,0,0,.75);
}
.contact-details-content {
    position: absolute;
    top: calc(50% - 45px);
    font-size: 22px;
}
.cc-contact-form {
    margin-top: 114px;
}
.cc-contact-form {}
.cc-form-nr {
    display: block;
    font-size: 36px;
    line-height: 66px;
    font-family: 'Quicksand', sans-serif;
    font-weight: 700;
    color: #ffffff;
    width: 66px;
    height: 66px;
    vertical-align: middle;
    text-align: center;
    background-color: #50C6E1;
    border-radius: 32px;
    box-shadow: 4px 4px 0 #1D2256;
    z-index: 2;
}
.cc-form-gfx {
    position: relative;
}
.cc-form-gfx::before {
    display: block;
    position: absolute;
    content: '';
    width: 6px;
    border-left: dotted 4px #50C6E1;
    height: calc(100% - 98px);
    left: -67px;
    top: 87px;
    z-index: -1;
}
.cc-form-gfx h3 {
    margin-bottom: 20px;
}
.form-control {
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    border: 1px solid #D4D4D4;
    background-color: #fff;
    padding: 18px 26px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #021859;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(2, 24, 89, .25);
}
.form-label {
    margin-bottom: 15px;
}
.form-check {
    margin-bottom: 46px;
}
.form-check-label {
    line-height: 44px;
    margin-left: 18px;
}
.form-check-input {
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border: 4px solid #50C6E1;
}
.form-check-input:focus {
    border-color: #50C6E1;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(80, 198, 225, .25);
}
.form-check-input:checked {
    background-color: #ffffff;
    border-color: #50C6E1;
}
.form-check-input:checked[type=checkbox] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%231D2256' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox] {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#map {
    height: 100%;
}
footer {
    background-color: #1D2256;
}
footer a {
    font-size: 18px;
    color: #0666a4;
    display: block;
    margin-bottom: 12px;
}
footer p {
    color: #ffffff;
    font-size: 14px;
    line-height: 17px;
}
footer .cc-phone {
    font-size: 24px;
    line-height: 29px;
    color: #50C7E2;
}
footer a i {
    font-size: 42px;
    line-height: 42px;
    color: #50C7E2;
}
footer .cc-phone i {
    font-size: 32px;
    line-height: 32px;
    margin-right: 16px;
}
/* XL */
@media screen and (max-width: 1400px) {
    .cc-form-gfx::before {
        left: -50px;
    }
}
/* LG */
@media screen and (max-width: 1200px) {
    .cc-form-gfx::before {
        left: -34px;
    }
    .form-check-label {
        max-width: 90%;
    }
}
/* MD */
@media screen and (max-width: 992px) {
    .cc-form-gfx::before {
        left: -74px;
    }
    .form-check-label {
        max-width: 75%;
    }
    .navbar-collapse {
        position: fixed;
        -ms-flex-preferred-size: inherit;
        flex-basis: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-align: center;
        align-items: center;
        top: 118px;
        background: white;
        width: 100%;
        left: 0px;
        padding: 0px 30px;
        max-height: 90vh;
        overflow-y: hidden;
    }
    .navbar-collapse .nav-link {
        font-size: 32px;
        line-height: 46px;
    }
    .navbar-collapse .nav-item:last-of-type {
        padding-bottom: 60px;
    }
    .cybercure-navbar-smaller .navbar-collapse {
        top: 80px;
    }
    h1 {
        font-size: 32px;
        line-height: 40px;
    }
}
/* SM */
@media screen and (max-width: 768px) {
    .carousel-caption {
        left: 10%;
        right: 10%;
        top: unset;
        transform: unset;
        bottom: 0;
        padding-top: 0;
        padding-bottom: 65px;
        text-align: center;
    }
    .cc-p-sm {
        padding: 48px;
    }
    .cc-text-sm, .cc-text-lg {
        font-size: 20px;
        line-height: 32px;
    }
    .carousel-item {
        min-height: 822px;
    }
    .btn {
        font-size: 22px;
        line-height: 26px;
        padding: 14px 36px;
    }
    .btn i {
        font-size: 18px;
        line-height: 18px;
    }
    h1 {
        font-size: 44px;
        line-height: 48px;
    }
    h2, h3, h4 {
        font-size: 44px;
        line-height: 50px;
    }
    .cc-btn-xxl {
        font-size: 32px;
        line-height: 28px;
        padding: 36px 91px;
        border-radius: 51px;
        display: block;
        max-width: 90%;
        margin: 0 auto;
    }


    footer {
        padding: 0 55px;
    }
    footer a {
        font-size: 32px;
        line-height: 42px;
        margin-bottom: 0;
    }
    footer a i {
        font-size: 76px;
        line-height: 76px;
    }
    footer .cc-phone {
        font-size: 44px;
        line-height: 54px;
    }
    footer .cc-phone i {
        font-size: 44px;
        line-height: 45px;
    }
    .navbar-brand img {
        max-width: 136px;
    }
    .cc-box-page-link {
        height: auto;
    }
}

/* XS */
@media screen and (max-width: 576px) {
    .cc-gradient-box h2 {
        margin-left: 0;
        font-size: 34px;
        line-height: 42px;
        text-align: center;
    }
    .cc-gradient-box h2::before {
        position: relative;
        left: -6px;
    }
    .cc-separate-login .btn {
        font-size: 14px;
        padding: 10px 14px;
        line-height: 18px;
    }
    .navbar-collapse .nav-link {
        font-size: 26px;
        line-height: 42px;
    }
    h2, h3, h4 {
        font-size: 35px;
        line-height: 38px;
    }
}
@media screen and (max-width: 476px) {
    .cc-separate-login .btn {
        display: none;
    }
}
