:root {
    --blue: #386DF3;
    --dark: #20112c;
    --green: #2AB749;
    --dark80: #3D4976;
    --grey: #fafafa;
    --dark_grey: #E5E5E5;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Bold.woff2') format('woff2'),
        url('../fonts/Gilroy-Bold.woff') format('woff'),
        url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Heavy.eot');
    src: url('../fonts/Gilroy-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Heavy.woff2') format('woff2'),
        url('../fonts/Gilroy-Heavy.woff') format('woff'),
        url('../fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
        url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-SemiBold.eot');
    src: url('../fonts/Gilroy-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-SemiBold.woff2') format('woff2'),
        url('../fonts/Gilroy-SemiBold.woff') format('woff'),
        url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy-Light.woff') format('woff'),
        url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Medium.woff2') format('woff2'),
        url('../fonts/Gilroy-Medium.woff') format('woff'),
        url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Thin.eot');
    src: url('../fonts/Gilroy-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Thin.woff2') format('woff2'),
        url('../fonts/Gilroy-Thin.woff') format('woff'),
        url('../fonts/Gilroy-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gilroy-Regular.woff2') format('woff2'),
        url('../fonts/Gilroy-Regular.woff') format('woff'),
        url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 16px;
}
body {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 1rem;
    color: var(--dark);
}
a {
    text-decoration: none;
}
img {
    max-width: 100%;
}

.btn {
    font-weight: 600;
    border-width: 2px;
    padding: 10px 24px;
    line-height: normal;
    letter-spacing: 0.2px;
}
.bg--grey {
    background-color: var(--grey);
}
.bg--dark-grey {
    background-color: var(--dark_grey);
}
.bg--green {
    background-color: var(--green);
}
.bg--blue {
    background-color: var(--blue);
}
.bg--green-40 {
    background-color: #AAE2B6;
}
.bg--blue-40 {
    background-color: #AFC5FA;
}
.bg--blue-20 {
    background-color: #D7E2FD;
}
.bg--dark-40 {
    background-color: #9EA4BB;
}

h1 {
    font-size: 3.75rem;
    font-weight: bold;
    line-height: 1.1;
}
h2 {
    font-size: 3.3rem;
    font-weight: 600;
    line-height: 1.1;
}
h3 {
    font-size: 2.25rem;
}
h5 {
    font-size: 1.15rem;
}
h6 {
    font-size: 1.1rem;
    color: rgba(32, 17, 44, 0.6);
    line-height: 1.6;
}
p {
    color: rgba(32, 17, 44, 0.6);
    font-size: 1.2rem;
}

.badge {
    padding: 0.6rem 1rem 0.4rem 1rem;
    margin-bottom: 0.8rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: normal;
    vertical-align: middle;
    color: var(--dark);
}
.badge--yellow {
    background-color: #fcdb7c;
}
.badge--light_yellow {
    background-color: #fbf0d3;
}
.badge--light_blue {
    background-color: #e5d9ff;
}
.badge-grey {
    background-color: #d8f3ef;
}
.section-top-space {
    margin-top: 6rem;
}
.section-inner-space {
    padding: 6rem 0;
}
.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

@media (min-width: 1800px) {
    .container {
        max-width: 1600px;
    }
}
.object-cover {
    object-fit: cover;
}

/* Header CSS */
header.header {
    box-shadow: 0 2px 0px 0 rgb(12 27 84 / 10%);
    position: relative;
    z-index: 1;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0 3rem 0 0;
    font-weight: 600;
}
.nav-link {
    color: var(--dark);
}
/* Header CSS */

.hero-inner-block {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
    position: relative;
}
.hero-inner-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(56, 109, 243, 0.6);
}
.hero-inner-content {
    position: relative;
    z-index: 1;
}
.hero-block {
    padding: 6rem 0;
}
.hero__content {
    padding-right: 100px;
}
.search__form {
    position: relative;
}
.search__form .form-control {
    padding: 1.2rem 1.6rem 1.2rem 3.2rem;
    line-height: normal;
    background: transparent url('../img/icons/search.svg') no-repeat 1rem center / 1.2rem;
}
.search__form .btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    bottom: auto;
    padding: 1.2rem 1.6rem;
    border: none;
    border-radius: 0 .375rem .375rem 0;
}
.tags li {
    margin: 0 1rem 1rem 0;
}
.tags .tag {
    border: 2px solid var(--blue);
    color: var(--blue);
    border-radius: 6px;
    padding: 8px 12px;
    display: inline-block;
}

.tick__list li {
    background: transparent url('../img/icons/tick.svg') no-repeat center left / 1.1rem;
    font-size: 1.2rem;
}

.feature__image img {
    border: 5px solid var(--dark_grey);
    border-radius: 50%;
}

.contact__info__box {
    border: 1px solid #ced4da;
    padding: 1.3rem;
    border-radius: 1rem;
    height: 100%;
}
.contact__form {
    border: 1px solid #ced4da;
    padding: 1.3rem;
    border-radius: 1rem;
}
.contact__form .form-control {
    padding: 0.9rem 1.2rem;
}
.contact__map {
    padding-top: 40%;
    position: relative;
    overflow: hidden;
}
.contact__map iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    object-fit: cover;
}

.footer__menu {
    border-bottom: 1px solid var(--grey);
}
.footer__nav li:not(:last-child), 
.social__shares li:not(:last-child) {
    margin-right: 3rem;
}

img.logo {
    max-width: 120px;
    max-height: 120px
}

@media (max-width: 1199px) {
    html { font-size: 14px; }
    br { display: none; }
    img:not(.rounded-circle) {
        width: auto;
        height: auto;
    }
    .section-inner-space {
        padding: 4rem 0;
    }
    .section-top-space {
        margin-top: 4rem;
    }
    .footer__nav li:not(:last-child), 
    .social__shares li:not(:last-child) {
        margin-right: 2rem;
    }
}
@media (max-width: 991px) {
    .p-5 {
        padding: 1.5rem !important;
    }
    .container {
        position: relative;
    }
    .navbar-collapse {
        background-color: var(--dark_grey);
        padding: 2rem;
        margin-top: 1.5rem;
        border-radius: 1rem;
        position: absolute;
        width: 300px;
        left: auto;
        right: 1rem;
        top: 100%;
        z-index: 10;
        box-shadow: 0 0 10px 0 rgba(56, 109, 243, 0.1);
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0 0 2rem 0;
    }
    .navbar-expand-lg .navbar-nav {
        align-items: flex-start !important;
    }

    .hero-block {
        padding: 3rem 0;
    }
    .hero__content {
        padding-right: 0;
    }

    .footer__nav li:not(:last-child), 
    .social__shares li:not(:last-child) {
        margin-right: 1rem;
    }
}
@media (max-width: 767px) {
    h2 {
        font-size: 2.5rem;
    }
    .section-top-space {
        margin-top: 3rem;
    }
    .section-inner-space {
        padding: 3rem 0;
    }
}