.navbar-brand img {
    height: inherit !important;
}

.cornflowerblue {
    color: #6495ed
}

body {
    font-family: Archivo, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #676c71;
    overflow-x: hidden
}

a {
    outline: medium none !important;
    color: #6495ed;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

a:focus {
    color: #022d62;
    text-decoration: none !important
}

a:hover {
    color: #022d62;
    text-decoration: none !important
}

a.text-dark:focus {
    color: #6495ed !important
}

a.text-dark:hover {
    color: #6495ed !important
}

input {
    outline: medium none !important;
    color: #6495ed
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Archivo, sans-serif;
    font-weight: 400;
    color: #022d62;
    margin: 0 0 1rem;
    font-weight: 700;
    line-height: 1.2
}

.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit
}

iframe {
    width: 100%
}

label {
    font-weight: 400
}

h1 {
    font-size: 60px;
    font-style: normal
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 30px
}

h4 {
    font-size: 24px;
    font-weight: 600
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500
}

p {
    line-height: 1.8
}

::-moz-selection {
    background: #6495ed;
    color: #fff;
    text-shadow: none
}

::-moz-selection {
    background: #6495ed;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #6495ed;
    color: #fff;
    text-shadow: none
}

.container-fluid.container-space {
    padding: 0 100px
}

.border {
    border-color: #eee !important
}

.border-top {
    border-top-color: #eee !important
}

.border-left {
    border-left-color: #eee !important
}

.border-right {
    border-right-color: #eee !important
}

.border-bottom {
    border-bottom-color: #eee !important
}

.border-radius {
    border-radius: 5px !important
}

.border-radius-0 {
    border-radius: 0 !important
}

.badge {
    border-radius: 5px
}

.badge + .badge {
    margin-left: 6px
}

.badge-md {
    padding: 5px 8px;
    font-size: 13px;
    font-weight: 400
}

.badge-primary {
    background: #6495ed
}

.back-to-top {
    background: #6495ed;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    display: inline-block;
    border-radius: 50%
}

.back-to-top:hover {
    color: #fff
}

.back-to-top:focus {
    color: #fff
}

.pagination .page-item .page-link {
    padding: 12px 25px;
    color: #022d62;
    border-color: rgba(2, 45, 98, .1)
}

.pagination .page-item .page-link:hover {
    background: #022d62;
    color: #fff
}

.pagination .page-item .page-link:focus {
    -webkit-box-shadow: none;
    box-shadow: none
}

.pagination .page-item.active .page-link {
    background: #6495ed;
    border-color: #6495ed;
    color: #fff
}

.blockquote {
    font-size: 16px;
    border-left: 10px solid #6495ed;
    padding-left: 30px;
    font-style: italic;
    display: block
}

.blockquote-quote {
    position: relative;
    font-size: 18px;
    border-left: 0 solid #6495ed;
    padding-left: 30px;
    font-style: italic;
    display: block;
    z-index: 1
}

.blockquote-quote p {
    position: relative
}

.blockquote-quote i {
    position: absolute;
    z-index: 0;
    top: 20px;
    left: 0;
    font-size: 60px;
    line-height: 60px;
    color: #dfdfdf
}

.table-bordered td {
    border-color: #eee
}

.table-bordered th {
    border-color: #eee
}

.table thead th {
    border-bottom-color: #eee
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #f6f6f6
}

.text-primary {
    color: #6495ed !important
}

.text-light {
    color: #626262 !important
}

.text-dark {
    color: #022d62 !important
}

.bg-brush-primary {
    background: #6495ed;
    border-radius: 6% 33% 19% 39%;
    color: #fff;
    padding: 0 10px
}

.fill-dark {
    fill: #022d62
}

.fill-primary {
    fill: #6495ed
}

.fill-light {
    fill: #dfdfdf
}

.fill-white {
    fill: #fff
}

hr {
    border-top-color: #f6f6f6
}

hr.light-bg {
    border-top-color: #dfdfdf
}

.bg-primary {
    background-color: #6495ed !important
}

.bg-dark {
    background-color: #022d62 !important
}

.bg-light {
    background-color: #f6f6f6 !important
}

.bg-black {
    background-color: #000 !important
}

.space-ptb {
    padding: 100px 0
}

.space-pt {
    padding: 100px 0 0
}

.space-pb {
    padding: 0 0 100px
}

.h-100vh {
    height: 100vh !important
}

.h-800 {
    height: 800px !important
}

.h-700 {
    height: 700px !important
}

.h-600 {
    height: 600px !important
}

.h-500 {
    height: 500px !important
}

.p-6 {
    padding: 5rem !important
}

.px-6 {
    padding-left: 5rem !important;
    padding-right: 5rem !important
}

.py-6 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important
}

.pt-6 {
    padding-top: 5rem !important
}

.pb-6 {
    padding-bottom: 5rem !important
}

.pl-6 {
    padding-left: 5rem !important
}

.pr-6 {
    padding-right: 5rem !important
}

.m-n6 {
    margin: -7rem !important
}

.mt-n6, .my-n6 {
    margin-top: -7rem !important
}

.mr-n6, .mx-n6 {
    margin-right: -7rem !important
}

.mb-n6, .my-n6 {
    margin-bottom: -7rem !important
}

.ml-n6, .mx-n6 {
    margin-left: -7rem !important
}

.m-n7 {
    margin: -9rem !important
}

.mt-n7, .my-n7 {
    margin-top: -9rem !important
}

.mr-n7, .mx-n7 {
    margin-right: -9rem !important
}

.mb-n7, .my-n7 {
    margin-bottom: -9rem !important
}

.ml-n7, .mx-n7 {
    margin-left: -9rem !important
}

@media (min-width: 576px) {
    .m-sm-n6 {
        margin: -7rem !important
    }

    .mt-sm-n6, .my-sm-n6 {
        margin-top: -7rem !important
    }

    .mr-sm-n6, .mx-sm-n6 {
        margin-right: -7rem !important
    }

    .mb-sm-n6, .my-sm-n6 {
        margin-bottom: -7rem !important
    }

    .ml-sm-n6, .mx-sm-n6 {
        margin-left: -7rem !important
    }

    .m-sm-n7 {
        margin: -9rem !important
    }

    .mt-sm-n7, .my-sm-n7 {
        margin-top: -9rem !important
    }

    .mr-sm-n7, .mx-sm-n7 {
        margin-right: -9rem !important
    }

    .mb-sm-n7, .my-sm-n7 {
        margin-bottom: -9rem !important
    }

    .ml-sm-n7, .mx-sm-n7 {
        margin-left: -9rem !important
    }

    .p-sm-6 {
        padding: 5rem !important
    }

    .px-sm-6 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-sm-6 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .pt-sm-6 {
        padding-top: 5rem !important
    }

    .pb-sm-6 {
        padding-bottom: 5rem !important
    }

    .pl-sm-6 {
        padding-left: 5rem !important
    }

    .pr-sm-6 {
        padding-right: 5rem !important
    }
}

@media (min-width: 768px) {
    .m-md-n6 {
        margin: -7rem !important
    }

    .mt-md-n6, .my-md-n6 {
        margin-top: -7rem !important
    }

    .mr-md-n6, .mx-md-n6 {
        margin-right: -7rem !important
    }

    .mb-md-n6, .my-md-n6 {
        margin-bottom: -7rem !important
    }

    .ml-md-n6, .mx-md-n6 {
        margin-left: -7rem !important
    }

    .m-md-n7 {
        margin: -9rem !important
    }

    .mt-md-n7, .my-md-n7 {
        margin-top: -9rem !important
    }

    .mr-md-n7, .mx-md-n7 {
        margin-right: -9rem !important
    }

    .mb-md-n7, .my-md-n7 {
        margin-bottom: -9rem !important
    }

    .ml-md-n7, .mx-md-n7 {
        margin-left: -9rem !important
    }

    .p-md-6 {
        padding: 5rem !important
    }

    .px-md-6 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-md-6 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .pt-md-6 {
        padding-top: 5rem !important
    }

    .pb-md-6 {
        padding-bottom: 5rem !important
    }

    .pl-md-6 {
        padding-left: 5rem !important
    }

    .pr-md-6 {
        padding-right: 5rem !important
    }
}

@media (min-width: 992px) {
    .m-lg-n6 {
        margin: -7rem !important
    }

    .mt-lg-n6, .my-lg-n6 {
        margin-top: -7rem !important
    }

    .mr-lg-n6, .mx-lg-n6 {
        margin-right: -7rem !important
    }

    .mb-lg-n6, .my-lg-n6 {
        margin-bottom: -7rem !important
    }

    .ml-lg-n6, .mx-lg-n6 {
        margin-left: -7rem !important
    }

    .m-lg-n7 {
        margin: -9rem !important
    }

    .mt-lg-n7, .my-lg-n7 {
        margin-top: -9rem !important
    }

    .mr-lg-n7, .mx-lg-n7 {
        margin-right: -9rem !important
    }

    .mb-lg-n7, .my-lg-n7 {
        margin-bottom: -9rem !important
    }

    .ml-lg-n7, .mx-lg-n7 {
        margin-left: -9rem !important
    }

    .p-lg-6 {
        padding: 5rem !important
    }

    .px-lg-6 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-lg-6 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .pt-lg-6 {
        padding-top: 5rem !important
    }

    .pb-lg-6 {
        padding-bottom: 5rem !important
    }

    .pl-lg-6 {
        padding-left: 5rem !important
    }

    .pr-lg-6 {
        padding-right: 5rem !important
    }
}

@media (min-width: 1200px) {
    .m-xl-n6 {
        margin: -7rem !important
    }

    .mt-xl-n6, .my-xl-n6 {
        margin-top: -7rem !important
    }

    .mr-xl-n6, .mx-xl-n6 {
        margin-right: -7rem !important
    }

    .mb-xl-n6, .my-xl-n6 {
        margin-bottom: -7rem !important
    }

    .ml-xl-n6, .mx-xl-n6 {
        margin-left: -7rem !important
    }

    .m-xl-n7 {
        margin: -9rem !important
    }

    .mt-xl-n7, .my-xl-n7 {
        margin-top: -9rem !important
    }

    .mr-xl-n7, .mx-xl-n7 {
        margin-right: -9rem !important
    }

    .mb-xl-n7, .my-xl-n7 {
        margin-bottom: -9rem !important
    }

    .ml-xl-n7, .mx-xl-n7 {
        margin-left: -9rem !important
    }

    .p-xl-6 {
        padding: 5rem !important
    }

    .px-xl-6 {
        padding-left: 5rem !important;
        padding-right: 5rem !important
    }

    .py-xl-6 {
        padding-bottom: 5rem !important;
        padding-top: 5rem !important
    }

    .pt-xl-6 {
        padding-top: 5rem !important
    }

    .pb-xl-6 {
        padding-bottom: 5rem !important
    }

    .pl-xl-6 {
        padding-left: 5rem !important
    }

    .pr-xl-6 {
        padding-right: 5rem !important
    }
}

.bg-holder {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%
}

.dotted-overlay {
    position: relative;
    z-index: 1
}

.dotted-overlay:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: 0 0;
    background-image: radial-gradient(#626262 10%, transparent 10%);
    background-size: 5px 5px;
    z-index: 0
}

.bg-overlay-black-10 {
    position: relative;
    z-index: 1
}

.bg-overlay-black-10:before {
    background: rgba(2, 45, 98, .1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-black-20 {
    position: relative;
    z-index: 1
}

.bg-overlay-black-20:before {
    background: rgba(2, 45, 98, .2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-black-30 {
    position: relative;
    z-index: 1
}

.bg-overlay-black-30:before {
    background: rgba(2, 45, 98, .3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-black-40 {
    position: relative;
    z-index: 1
}

.bg-overlay-black-40:before {
    background: rgba(2, 45, 98, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-black-50 {
    position: relative;
    z-index: 1
}

.bg-overlay-black-50:before {
    background: rgba(2, 45, 98, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-black-60 {
    position: relative;
    z-index: 1
}

.bg-overlay-black-60:before {
    background: rgba(2, 45, 98, .6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-black-70 {
    position: relative;
    z-index: 1
}

.bg-overlay-black-70:before {
    background: rgba(2, 45, 98, .7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-black-80 {
    position: relative;
    z-index: 1
}

.bg-overlay-black-80:before {
    background: rgba(2, 45, 98, .8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-black-90 {
    position: relative;
    z-index: 1
}

.bg-overlay-black-90:before {
    background: rgba(2, 45, 98, .9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-white-10 {
    position: relative;
    z-index: 1
}

.bg-overlay-white-10:before {
    background: rgba(255, 255, 255, .1);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-white-20 {
    position: relative;
    z-index: 1
}

.bg-overlay-white-20:before {
    background: rgba(255, 255, 255, .2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-white-30 {
    position: relative;
    z-index: 1
}

.bg-overlay-white-30:before {
    background: rgba(255, 255, 255, .3);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-white-40 {
    position: relative;
    z-index: 1
}

.bg-overlay-white-40:before {
    background: rgba(255, 255, 255, .4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-white-50 {
    position: relative;
    z-index: 1
}

.bg-overlay-white-50:before {
    background: rgba(255, 255, 255, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-white-60 {
    position: relative;
    z-index: 1
}

.bg-overlay-white-60:before {
    background: rgba(255, 255, 255, .6);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-white-70 {
    position: relative;
    z-index: 1
}

.bg-overlay-white-70:before {
    background: rgba(255, 255, 255, .7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-white-80 {
    position: relative;
    z-index: 1
}

.bg-overlay-white-80:before {
    background: rgba(255, 255, 255, .8);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-white-90 {
    position: relative;
    z-index: 1
}

.bg-overlay-white-90:before {
    background: rgba(255, 255, 255, .9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-theme-20 {
    position: relative;
    z-index: 1
}

.bg-overlay-theme-20:before {
    background: rgba(239, 49, 57, .2);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-theme-50 {
    position: relative;
    z-index: 1
}

.bg-overlay-theme-50:before {
    background: rgba(239, 49, 57, .5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-theme-70 {
    position: relative;
    z-index: 1
}

.bg-overlay-theme-70:before {
    background: rgba(239, 49, 57, .7);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-theme-90 {
    position: relative;
    z-index: 1
}

.bg-overlay-theme-90:before {
    background: rgba(239, 49, 57, .9);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0
}

.bg-overlay-gradient-x-bottom {
    position: relative
}

.bg-overlay-gradient-x-bottom:before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    top: auto;
    height: 75%;
    -webkit-transition: all .35s;
    transition: all .35s
}

.bg-overlay-gradient-x-top {
    position: relative
}

.bg-overlay-gradient-x-top:before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    content: "";
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, .6)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .6) 100%);
    bottom: auto;
    height: 70%;
    -webkit-transition: all .35s;
    transition: all .35s
}

.bg-overlay-gradient-x-light-bottom {
    position: relative
}

.bg-overlay-gradient-x-light-bottom:before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
    top: auto;
    height: 100%;
    -webkit-transition: all .35s;
    transition: all .35s
}

.bg-overlay-gradient-x-dark-bottom {
    position: relative
}

.bg-overlay-gradient-x-dark-bottom:before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62));
    background: linear-gradient(to bottom, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to bottom, rgba(2, 45, 98, 0) 0, #022d62 100%);
    top: auto;
    height: 100%;
    -webkit-transition: all .35s;
    transition: all .35s
}

.bg-overlay-gradient-x-light-bottom {
    position: relative
}

.bg-overlay-gradient-x-light-bottom:before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246, 246, 246, 0)), to(#f6f6f6)), -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(246, 246, 246, 0)), to(#f6f6f6));
    background: linear-gradient(to bottom, rgba(246, 246, 246, 0) 0, #f6f6f6 100%), linear-gradient(to bottom, rgba(246, 246, 246, 0) 0, #f6f6f6 100%);
    top: auto;
    height: 100%;
    -webkit-transition: all .35s;
    transition: all .35s
}

.bg-overlay-gradient-y-left {
    position: relative
}

.bg-overlay-gradient-y-left:before {
    z-index: 0;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-image: linear-gradient(to left, rgba(2, 45, 98, 0) 0, #022d62 100%), linear-gradient(to left, rgb(9 27 37 / 68%) 0, #022d62 100%);
    top: auto;
    height: 100%;
    -webkit-transition: all .35s;
    transition: all .35s
}

.bgFooter {
    background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62)), -webkit-gradient(linear, right top, left top, color-stop(0, rgba(2, 45, 98, 0)), to(#022d62))
}

.border-radius.bg-overlay-black-10:before, .border-radius.bg-overlay-black-20:before, .border-radius.bg-overlay-black-30:before, .border-radius.bg-overlay-black-40:before, .border-radius.bg-overlay-black-50:before, .border-radius.bg-overlay-black-60:before, .border-radius.bg-overlay-black-70:before, .border-radius.bg-overlay-black-80:before, .border-radius.bg-overlay-black-90:before, .border-radius.bg-overlay-gradient-x-bottom:before, .border-radius.bg-overlay-gradient-x-light-bottom:before, .border-radius.bg-overlay-gradient-x-top:before, .border-radius.bg-overlay-gradient-y-left:before, .border-radius.bg-overlay-theme-10:before, .border-radius.bg-overlay-theme-20:before, .border-radius.bg-overlay-theme-30:before, .border-radius.bg-overlay-theme-40:before, .border-radius.bg-overlay-theme-50:before, .border-radius.bg-overlay-theme-60:before, .border-radius.bg-overlay-theme-70:before, .border-radius.bg-overlay-theme-80:before, .border-radius.bg-overlay-theme-90:before, .border-radius.bg-overlay-white-10:before, .border-radius.bg-overlay-white-20:before, .border-radius.bg-overlay-white-30:before, .border-radius.bg-overlay-white-40:before, .border-radius.bg-overlay-white-50:before, .border-radius.bg-overlay-white-60:before, .border-radius.bg-overlay-white-70:before, .border-radius.bg-overlay-white-80:before, .border-radius.bg-overlay-white-90:before {
    border-radius: 5px
}

.digit1, .digit2 {
    fill-rule: evenodd
}

.digit3 {
    font-size: 230px;
    font-weight: 600
}

.avatar {
    width: 50px;
    height: 50px;
    display: inline-block
}

.avatar.avatar-sm {
    width: 20px;
    height: 20px
}

.avatar.avatar-md {
    width: 80px;
    height: 80px
}

.avatar.avatar-lg {
    width: 145px;
    height: 145px
}

.font-sm {
    font-size: 13px
}

.font-md {
    font-size: 15px
}

.font-lg {
    font-size: 17px
}

.font-xl {
    font-size: 21px
}

.font-xll {
    font-size: 30px
}

.font-xlll {
    font-size: 40px;
    line-height: 40px
}

.b-radius-none {
    border-radius: 0 !important
}

.b-radius-left-none {
    border-radius: 0 3px 3px 0
}

.b-radius-right-none {
    border-radius: 3px 0 0 3px
}

.b-radius-100 {
    border-radius: 100%
}

.z-index-1 {
    z-index: 1
}

.z-index-9 {
    z-index: 9
}

.z-index-99 {
    z-index: 99
}

.z-index-999 {
    z-index: 999
}

.w-space {
    white-space: nowrap
}

.grayscale, .img-grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.grayscale:hover {
    -webkit-filter: inherit;
    filter: inherit
}

@media (max-width: 767px) {
    .h-sm-600 {
        height: 600px !important
    }

    .h-sm-500 {
        height: 500px !important
    }

    .h-sm-400 {
        height: 400px !important
    }

    .h-sm-300 {
        height: 300px !important
    }

    .p-6 {
        padding: 3rem !important
    }

    .pt-6 {
        padding-top: 3rem !important
    }

    .pb-6 {
        padding-bottom: 3rem !important
    }

    .pl-6 {
        padding-left: 3rem !important
    }

    .pr-6 {
        padding-right: 3rem !important
    }

    .coming-soon {
        height: 100% !important;
        padding-bottom: 50px !important;
        padding-top: 100px !important
    }
}

.dark-background .feature-info-style-06:hover .feature-info-number span {
    color: #6495ed;
    opacity: .5
}

.dark-background .feature-info-style-06 .feature-info-number {
    border-bottom-color: rgba(255, 255, 255, .1)
}

.dark-background .feature-info-style-06 .feature-info-number span {
    color: #fff;
    opacity: .1
}

.dark-background .feature-info-style-06 .feature-info-number .feature-info-title {
    color: #fff
}

.dark-background .feature-info-style-06:hover .feature-info-number {
    border-bottom-color: #fff
}

.dark-background .feature-info-style-06:hover .feature-info-number:after {
    background: #fff
}

.dark-background .feature-info-style-06 .feature-info-content p {
    color: #fff
}

@media (max-width: 1199px) {
    .feature-info-style-04 {
        padding: 45px 25px
    }
}

@media (max-width: 991px) {
    .feature-info-style-03 {
        padding: 20px
    }

    .feature-info-style-04 {
        padding: 45px 15px
    }

    .feature-info-style-05 .feature-info-icon {
        margin-bottom: 35px
    }

    .feature-info-style-08 .feature-info-item {
        margin-bottom: 0;
        padding-bottom: 40px
    }
}

@media (max-width: 767px) {
    .feature-info-style-02 {
        padding: 20px
    }

    .feature-info-style-05:before {
        content: none
    }

    .feature-info-style-05 .feature-info-icon {
        margin-bottom: 25px
    }

    .feature-info-style-05 .feature-info-content .feature-info-title {
        margin-bottom: 5px
    }

    .feature-info-style-06 .feature-info-img {
        margin-bottom: 20px
    }

    .feature-info-style-06 .feature-info-number {
        padding-bottom: 20px
    }

    .feature-info-style-07 .feature-info-content .feature-info-title {
        margin-bottom: 15px
    }

    .feature-info-style-08 .feature-info-number span {
        font-size: 16px;
        width: 54px;
        height: 54px;
        margin-right: 15px
    }

    .feature-info-style-08 .feature-info-inner:before {
        left: 28px
    }

    .feature-info-style-08 .feature-info-item {
        padding-bottom: 30px
    }

    .feature-info-style-08 .feature-info-item:before {
        left: 28px
    }

    .feature-info-style-08 .feature-info-content {
        margin-top: 18px
    }
}

.btn {
    font-size: 14px;
    font-weight: 700;
    padding: 16px 34px;
    line-height: 1;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn:not(:disabled):not(.disabled).active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn:not(:disabled):not(.disabled):active:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #fff
}

.btn:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #fff
}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #fff
}

button {
    outline: medium none !important;
    color: #6495ed
}

.btn-link:after {
    margin-left: 12px
}

.show > .btn.dropdown-toggle:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
    color: #fff
}

.show > .btn-primary.dropdown-toggle {
    background: #6495ed;
    border-color: #6495ed
}

.btn-primary {
    background: #6495ed;
    border-color: #6495ed
}

.btn-primary:hover {
    background: #022d62;
    border-color: #022d62
}

.btn-primary:hover:not(:disabled):not(.disabled).active {
    background: #6495ed;
    border-color: #6495ed
}

.btn-primary:hover:not(:disabled):not(.disabled):active {
    background: #6495ed;
    border-color: #6495ed
}

.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #6495ed;
    border-color: #6495ed
}

.btn-dark {
    background: #022d62;
    border-color: #022d62
}

.btn-dark:hover {
    background: #6495ed;
    border-color: #6495ed
}

.btn:not(:disabled):not(.disabled).active:focus {
    color: #fff
}

.btn-link {
    color: #6495ed;
    padding: 0
}

.btn-link:hover {
    color: #022d62;
    text-decoration: none;
    outline: 0
}

.btn-link:focus {
    color: #022d62;
    text-decoration: none;
    outline: 0
}

.btn.btn-link:not(:disabled):not(.disabled):active:focus {
    color: #022d62
}

.btn-white {
    background: #fff;
    border-color: #fff;
    color: #022d62
}

.btn-white:hover {
    background: #6495ed;
    border-color: #6495ed;
    color: #fff
}

.btn-white:active {
    color: #fff
}

.btn-white:focus {
    color: #fff
}

.btn.btn-white:not(:disabled):not(.disabled):active:focus {
    color: #022d62
}

.btn-light:active {
    color: #022d62
}

.btn-light:focus {
    color: #022d62
}

.btn.btn-light:not(:disabled):not(.disabled):active:focus {
    color: #022d62
}

.btn.btn-sm {
    padding: 12px 24px
}

.btn.btn-md {
    padding: 8px 30px
}

.btn.btn-lg {
    padding: 17px 64px;
    font-size: 18px
}

.btn-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.btn-app i {
    font-size: 40px
}

.btn-round:before {
    content: '';
    width: 60px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: -1;
    opacity: .8
}

.right-round:before {
    right: 0;
    left: auto
}

.bg-dark .btn-primary-round:before {
    opacity: 1
}

.btn-round:hover:before {
    width: 100%
}

.btn-primary-round:before {
    background-color: #6495ed
}

.btn-light-round:before {
    background-color: #f6f6f6
}

.btn-round.btn-dark-round, .btn-round.btn-dark-round:focus, .btn-round.btn-dark-round:hover, .btn.btn-round.btn-dark-round:not(:disabled):not(.disabled):active:focus {
    color: #6495ed
}

.btn-round.btn-dark-round:hover {
    color: #fff
}

.btn-dark-round:before {
    background-color: #022d62;
    opacity: 1
}

a.text-primary:focus, a.text-primary:hover {
    color: #6495ed !important
}

.btn-white-round:before {
    background-color: #fff
}

.btn-round:focus, .btn.btn-round:not(:disabled):not(.disabled):active:focus {
    color: #022d62
}

.dark-background .btn-round:before {
    opacity: 1
}

.btn-outline-primary {
    color: #6495ed;
    border-color: #6495ed
}

.btn.btn-outline-primary:focus {
    color: #6495ed
}

.btn-outline-primary:hover, .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
    background-color: #6495ed;
    border-color: #6495ed
}

.btn-outline-dark {
    color: #022d62;
    border-color: #022d62
}

.btn-outline-dark:focus {
    color: #022d62
}

.btn-outline-dark:hover, .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
    background-color: #022d62;
    border-color: #022d62
}

.btn-primary-round.btn-round:hover {
    color: #fff
}

.btn-group .btn:after {
    content: none
}

.icon-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    text-align: center;
    background: #6495ed;
    border-radius: 50%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff
}

.icon-btn {
    opacity: 1
}

.icon-btn.btn-animation {
    opacity: 1
}

.icon-btn-lg {
    width: 80px;
    height: 80px
}

.icon-btn-md {
    width: 60px;
    height: 60px
}

.icon-btn-sm {
    width: 40px;
    height: 40px
}

.icon-btn-all-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.btn-animation:before {
    content: "";
    position: absolute;
    z-index: -9;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 50px;
    background: #6495ed;
    border-radius: 50%;
    -webkit-animation: pulse-border 1.5s ease-out infinite;
    animation: pulse-border 1.5s ease-out infinite
}

.btn-animation.icon-btn-lg:before {
    width: 80px;
    height: 80px
}

.btn-animation.icon-btn-md:before {
    width: 70px;
    height: 70px
}

.video-btn.btn-animation {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.video-btn-02 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.video-btn-02 a span {
    font-weight: 600
}

.video-btn-02 .btn-animation {
    position: inherit;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

@-webkit-keyframes sonarWave {
    from {
        opacity: .4
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@keyframes sonarWave {
    from {
        opacity: .4
    }
    to {
        -webkit-transform: scale(3);
        transform: scale(3);
        opacity: 0
    }
}

@media (max-width: 991px) {
    .btn:after {
        margin-left: 22px
    }
}

.form-control {
    border: 1px solid #eee;
    border-radius: 0;
    height: 48px;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
    background: #f6f6f6;
    color: #022d62;
    border-radius: 5px;
    background-clip: inherit !important
}

.form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #6495ed
}

.form-control::-moz-placeholder {
    color: #3a4957
}

.form-control::-ms-input-placeholder {
    color: #3a4957
}

.form-control::-webkit-input-placeholder {
    color: #3a4957
}

.form-dark .form-control {
    background-color: #022d62;
    color: #fff
}

.form-dark .form-control:focus {
    -webkit-box-shadow: 2px 2px 4px 0 rgba(2, 45, 98, .1);
    box-shadow: 2px 2px 4px 0 rgba(2, 45, 98, .1);
    border-color: #6495ed
}

.form-white .form-control {
    background-color: #fff;
    color: #fff
}

.form-white .form-control:focus {
    border-color: #6495ed
}

.form-dark .form-control::-moz-placeholder {
    color: #fff
}

.form-dark .form-control::-ms-input-placeholder {
    color: #fff
}

.form-dark .form-control::-webkit-input-placeholder {
    color: #fff
}

.custom-file {
    height: 50px
}

.custom-file .custom-file-input {
    height: 50px;
    color: #022d62;
    border-radius: 5px;
    border-color: #eee
}

.custom-file .custom-file-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #6495ed
}

.custom-file .custom-file-label {
    height: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #022d62;
    border-color: #eee;
    padding: 15px 90px 15px 20px;
    border-radius: 5px
}

.custom-file .custom-file-label:after {
    height: 48px;
    padding: 14px 25px
}

.custom-file-input:focus ~ .custom-file-label {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #6495ed
}

.input-group-append .input-group-text, .input-group-prepend .input-group-text {
    background: 0 0;
    border-color: #eee;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.custom-control-input:checked ~ .custom-control-label:before {
    background: #6495ed;
    border-color: #6495ed
}

.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
    background: 0 0;
    border-color: transparent
}

.custom-control-input:focus ~ .custom-control-label:before {
    -webkit-box-shadow: none;
    box-shadow: none
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
    border-color: #eee
}

.custom-control-label:before {
    top: 0
}

.custom-control-label:after {
    top: 0
}

.custom-checkbox .custom-control-label:before {
    border-radius: 5px;
    border: 2px solid #dfdfdf
}

.contact-form-style-02 .inp {
    position: relative;
    margin: auto;
    width: 100%
}

.contact-form-style-02 .inp .label {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    font-weight: 400;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.contact-form-style-02 .inp .border {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: #6495ed !important;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border: none !important
}

.contact-form-style-02 .inp .form-control {
    -webkit-appearance: none;
    width: 100%;
    padding: 0;
    border: 0;
    font-family: inherit;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    background: 0 0;
    border-radius: 0;
    color: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.contact-form-style-02 .inp .form-control:hover {
    background: rgba(2, 45, 98, .03)
}

.contact-form-style-02 .inp .form-control:not(:placeholder-shown) + span {
    color: rgba(2, 45, 98, .05);
    -webkit-transform: translateY(-16px) scale(.75);
    transform: translateY(-16px) scale(.75);
    color: rgba(2, 45, 98, .05);
    transform: translateY(-16px) scale(.75);
    display: none
}

.contact-form-style-02 .inp .form-control:focus {
    background: 0 0;
    outline: 0
}

.contact-form-style-02 .inp .form-control:focus + span {
    color: #fff;
    -webkit-transform: translateY(-16px) scale(.75);
    transform: translateY(-16px) scale(.75);
    opacity: 1
}

.contact-form-style-02 .inp .form-control:focus + span + .border {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    border-color: #6495ed !important
}

.list {
    margin: 0;
    padding: 0
}

.list li {
    margin-bottom: 15px;
    color: #777;
    font-size: 1.1rem;
    font-weight: 300
}

.list li:last-child {
    margin-bottom: 0
}

.list-number li span {
    background: rgba(239, 49, 57, .1);
    color: #6495ed;
    border-radius: 50%;
    margin-right: 8px;
    width: 25px;
    height: 25px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    font-size: 13px
}

.header {
    background: #fff;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 14px rgba(0, 0, 0, .05)
}

.header .container-fluid {
    padding: 0 60px
}

.header-transparent {
    position: absolute;
    background: 0 0;
    width: 100%;
    z-index: 9;
    -webkit-box-shadow: none;
    box-shadow: none
}

.header-transparent .navbar .navbar-brand {
    padding: 5px 0
}

.header-transparent .navbar .navbar-nav .nav-link {
    color: #fff
}

.header-transparent .search .search-btn {
    color: #fff
}

.header.header-transparent.sticky-top {
    background: #022d62
}

.header .topbar {
    padding: 15px 0;
    border-bottom: 1px solid rgba(2, 45, 98, .1)
}

.header .topbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
    color: #fff
}

.header .topbar ul li {
    padding: 0 12px
}

.header .topbar ul li:last-child {
    padding-right: 0
}

.header .topbar a {
    color: #022d62;
    font-size: 13px;
    font-weight: 600
}

.header .topbar a:hover {
    color: #6495ed
}

.navbar {
    padding: 0
}

.navbar .navbar-nav .nav-link {
    font-weight: 600;
    font-size: 16px;
    padding: 10px 16px 10px;
    margin-right: 15px;
    color: #022d62;
    text-transform: capitalize
}

.navbar .navbar-nav .nav-link:hover {
    color: #6495ed
}

.navbar .navbar-nav .nav-item.active a.nav-link {
    color: #6495ed
}

.navbar .navbar-nav .nav-item:last-child .nav-link {
    margin-right: 0
}

.dropdown-menu {
    z-index: 9999
}

.navbar-collapse {
    position: relative
}

.navbar-light {
    color: #fff;
    background-color: #f6f6f6;
    border-color: #eee
}

.navbar-light .navbar-nav > li > a {
    color: #fff
}

.navbar-light .navbar-nav > .dropdown > a .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-brand {
    padding: 20px 0;
    margin-right: 0
}

.navbar-brand img {
    height: 100px
}

.navbar .navbar-brand {
    color: #fff;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px
}

.header .navbar-nav > li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header .navbar-nav li > a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 0;
    color: #022d62;
    text-transform: capitalize;
    font-size: 14px
}

.header .navbar-nav li > a:hover {
    color: #6495ed
}

.header .navbar-nav li > a i {
    color: #6495ed;
    margin-left: 10px;
    font-size: 12px
}

.header li > .dropdown-item:focus, .header li > .dropdown-item:hover {
    color: #6495ed;
    background: 0 0
}

.header .dropdown-item.active, .header .dropdown-item:active, .header .dropdown-item:focus, .header .dropdown-item:hover {
    background: 0 0
}

.header .dropdown-toggle::after {
    content: none
}

.header .navbar-collapse {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit
}

.header .megamenu .dropdown-item {
    padding: 0
}

.header .navbar .dropdown-menu a.dropdown-item {
    min-width: 200px
}

.header .navbar .dropdown-menu {
    padding: 15px
}

.header .navbar .dropdown-menu li a i {
    margin-left: 0;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: #6495ed
}

.navbar .dropdown > .dropdown-menu li > a:hover i {
    opacity: 1;
    margin-left: 10px
}

.navbar .dropdown > .dropdown-menu li.active > a i {
    opacity: 1;
    margin-left: 10px
}

.navbar .dropdown > .dropdown-menu li > a {
    font-size: 14px;
    padding: 10px 20px 10px 0;
    border-radius: 3px;
    position: relative;
    margin-bottom: 3px
}

.navbar .dropdown > .dropdown-menu li > a:hover {
    background: rgba(239, 49, 57, .1);
    color: #6495ed;
    padding-left: 15px
}

.navbar .dropdown > .dropdown-menu li.active > a {
    background: rgba(239, 49, 57, .1);
    color: #6495ed;
    padding-left: 15px
}

.header.sticky-top {
    position: fixed;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 2px 2px 4px 0 rgba(2, 45, 98, .1);
    box-shadow: 2px 2px 4px 0 rgba(2, 45, 98, .1);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    z-index: 999;
    -webkit-animation: stickySlideDown .65s cubic-bezier(.23, 1, .32, 1) both;
    animation: stickySlideDown .65s cubic-bezier(.23, 1, .32, 1) both
}

.header.sticky-top .topbar {
    display: none
}

.header.sticky-top .navbar-brand {
    padding: 15px 0
}

.header .form-control {
    background: #fff;
    border: 1px solid #fff
}

.form-check {
    padding-left: 15px
}

.form-check-input {
    margin-left: 0
}

.form-check-label {
    padding-left: 25px
}

.contact-number a {
    font-size: 16px
}

.contact-number i {
    font-size: 20px;
    vertical-align: middle
}

.navbar .navbar-nav .nav-item .nav-link {
    position: relative
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:after, .navbar .navbar-nav .dropdown.nav-item .nav-link:before {
    content: "";
    top: 20px;
    position: absolute;
    width: 8px;
    height: 2px;
    background-color: #6495ed;
    display: inline-block;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 3px
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:after {
    right: -5px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navbar .navbar-nav .dropdown.nav-item .nav-link:before {
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.center-position {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 8px
}

.header-search-inner {
    width: 18px;
    height: 18px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
    position: relative
}

.header-search-inner::before {
    content: "";
    position: absolute;
    top: 7px;
    right: -2px;
    width: 0;
    height: 3px;
    margin-top: -2px;
    background-color: #022d62;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right top;
    transform-origin: right top;
    border-radius: 5px
}

.header-search-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 2px;
    width: 9px;
    height: 3px;
    margin-top: -2px;
    background-color: #022d62;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    border-radius: 5px
}

.header-search-icon {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border-width: 3px;
    border-style: solid;
    border-color: #022d62
}

.header-search-inner:hover::after, .header-search-inner:hover::before {
    width: 15px
}

.header-search-inner:hover::before {
    top: 7px;
    right: 2px
}

.header-search-inner:hover .header-search-icon {
    width: 0;
    height: 0;
    border-color: transparent
}

.header-search-inner .header-search-icon, .header-search-inner::after, .header-search-inner::before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.header-inner {
    z-index: 99
}

.header-inner .header-inner-nav.page-menu-top {
    position: fixed;
    width: 100%;
    background: #022d62;
    -webkit-box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075);
    top: 70px;
    -webkit-animation: stickySlideDown .85s cubic-bezier(.23, 1, .32, 1) both;
    animation: stickySlideDown .85s cubic-bezier(.23, 1, .32, 1) both;
    padding: 5px 0
}

.header-inner .header-inner-nav.page-menu-top .nav li a {
    color: #fff;
    padding: 10px 40px
}

@media (min-width: 992px) {
    .header .navbar .dropdown-menu {
        margin: 0;
        font-size: 14px;
        border-radius: 0;
        border: none;
        left: 100%;
        -webkit-transform: translate3d(-50%, 10px, 0);
        transform: translate3d(-50%, 10px, 0);
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, -webkit-transform;
        transition-property: opacity, visibility, transform;
        transition-property: opacity, visibility, transform, -webkit-transform;
        -webkit-transform-origin: top center;
        transform-origin: top center;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
        visibility: hidden;
        opacity: 0;
        display: block !important;
        border-radius: 3px
    }

    .header .navbar .dropdown-menu.megamenu {
        left: 50%
    }

    .navbar-nav .dropdown-menu.dropdown-menu-lg {
        min-width: 540px
    }

    .navbar-nav .mega-menu {
        position: static
    }

    .header .navbar .dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        visibility: visible;
        opacity: 1
    }

    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: 100%;
        right: auto;
        -webkit-transform: translate3d(15px, 10px, 0);
        transform: translate3d(15px, 10px, 0)
    }

    .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu.left-side {
        right: 100%;
        left: auto;
        -webkit-transform: translate3d(-15px, 10px, 0);
        transform: translate3d(-15px, 10px, 0)
    }

    .navbar-nav li:hover > ul.dropdown-menu {
        visibility: visible;
        opacity: 1
    }

    .header-style-03 .navbar-collapse, .header-transparent .navbar-collapse {
        position: static
    }

    .header.default .container, .header.default .container-fluid {
        position: relative
    }

    .header.default .navbar-collapse {
        position: static
    }

    .header.default .container-fluid .navbar-collapse {
        position: relative
    }

    .header-transparent .navbar .dropdown:hover > .dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -26px, 0);
        transform: translate3d(-50%, -26px, 0)
    }

    .header.default .navbar .container .dropdown:hover > .dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -16px, 0);
        transform: translate3d(-50%, -16px, 0)
    }

    .header.default .container .dropdown:hover > .dropdown-menu.megamenu {
        -webkit-transform: translate3d(-50%, -16px, 0);
        transform: translate3d(-50%, -16px, 0)
    }
}

@media (max-width: 1366px) {
    .navbar .navbar-nav .nav-link {
        padding: 10px 15px
    }
}

@media (max-width: 1199px) {
    .header .container-fluid {
        padding: 0 15px
    }

    .navbar .navbar-brand {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px
    }

    .navbar .navbar-nav .nav-link {
        font-size: 16px;
        padding: 10px 14px
    }

    .search-box {
        right: 15px
    }

    .contact-number a {
        font-size: 14px
    }
}

@media (max-width: 991px) {
    .header .navbar .dropdown-menu {
        width: 100%
    }

    .header.default .container {
        max-width: 100%
    }

    .navbar-toggler {
        position: absolute;
        right: 15px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        color: #022d62;
        border-color: #022d62
    }

    .header-style-02.sticky-top .navbar {
        position: relative;
        right: 0;
        top: 0
    }

    .header-style-03 .navbar-toggler {
        right: 0
    }

    .header-style-03.sticky-top .navbar-toggler {
        color: #fff;
        border-color: #fff
    }

    .header-style-03.sticky-top .navbar-toggler i {
        color: #fff
    }

    .navbar-collapse {
        position: absolute;
        z-index: 999;
        background: #fff;
        width: 100%;
        left: 0;
        top: 80px;
        padding: 10px;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .2);
        box-shadow: 0 0 15px rgba(0, 0, 0, .2)
    }

    .header .navbar-nav > li {
        display: block
    }

    .navbar .navbar-nav .nav-item:last-child .nav-link {
        margin-right: 16px
    }

    .navbar .navbar-nav .nav-item .nav-link {
        display: block;
        width: 100%
    }

    .header-style-02 .navbar-toggler {
        position: absolute;
        right: 0;
        top: -40px;
        border-color: #fff;
        color: #fff
    }

    .header-style-02.sticky-top .navbar-toggler {
        top: -35px
    }

    .header-style-02 .navbar-collapse {
        top: 0
    }

    .header-style-02 .navbar .navbar-nav .nav-item .nav-link {
        color: #022d62
    }

    .header-style-02 .navbar .navbar-nav .nav-item:first-child .nav-link {
        padding-left: 10px
    }

    .header .navbar .dropdown-menu {
        max-height: 200px;
        overflow: scroll;
        margin-bottom: 15px
    }

    .header-style-03 {
        position: relative;
        background: #022d62
    }

    .header-style-03 .navbar-toggler {
        border-color: #fff;
        color: #fff
    }

    .header-style-03 .search .search-btn {
        color: #fff
    }

    .header-style-03 .navbar-brand {
        padding: 10px 0
    }

    .header-style-03 .navbar .navbar-nav .nav-link {
        color: #022d62
    }

    .header-style-03 + .banner {
        margin-top: 0
    }

    .header-inner .header-inner-nav.page-menu-top .nav li a {
        padding: 10px 20px
    }

    .header-style-03 .navbar-collapse {
        position: absolute;
        top: 60px;
        z-index: 999;
        background: #fff;
        width: 100%;
        max-height: 400px;
        overflow: auto;
        left: 0;
        margin-left: 0;
        -webkit-box-shadow: 2px 2px 4px 0 rgba(2, 45, 98, .1);
        box-shadow: 2px 2px 4px 0 rgba(2, 45, 98, .1)
    }

    .sticky-top .navbar-collapse {
        top: 78px
    }

    .header-style-02.sticky-top .navbar-collapse {
        top: 0
    }

    .header-transparent {
        position: relative;
        background: #022d62
    }

    .header-transparent .navbar-toggler {
        border-color: #fff;
        color: #fff
    }

    .header-transparent .search .search-btn {
        color: #fff
    }

    .header-transparent .navbar .navbar-brand {
        padding: 14px 0
    }

    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .header-transparent .navbar .navbar-nav .nav-link {
        color: #022d62
    }

    .navbar .navbar-nav .dropdown.nav-item .nav-link:after {
        right: 20px
    }

    .navbar .navbar-nav .dropdown.nav-item .nav-link:before {
        right: 15px
    }

    .navbar .navbar-nav .dropdown.nav-item .nav-link:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .navbar .navbar-nav .dropdown.nav-item .nav-link:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .navbar .navbar-nav .dropdown.nav-item:hover .nav-link:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .navbar .navbar-nav .dropdown.nav-item:hover .nav-link:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    header .nav-title {
        margin-bottom: 2px !important;
        margin-top: 10px
    }

    .navbar .dropdown > .dropdown-menu li > a {
        padding: 6px 20px 6px 0
    }

    .dropdown-menu.megamenu ul {
        margin-bottom: 11px
    }
}

@media (max-width: 767px) {
    .navbar .navbar-brand {
        padding: 10px 0
    }

    .navbar-collapse {
        top: 78px
    }

    .navbar-toggler {
        right: 15px
    }

    .header.default .container .navbar-toggler {
        right: 15px
    }
}

@-webkit-keyframes stickySlideDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes stickySlideDown {
    0% {
        opacity: .7;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.banner h1 {
    color: #fff;
    font-size: 72px;
    line-height: 82px;
    margin-bottom: 20px
}

.banner h6 {
    color: #fff;
    margin-bottom: 30px
}

.swiper-button-next, .swiper-button-prev {
    background-image: none;
    opacity: .5;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.swiper-button-prev {
    left: 10%
}

.swiper-button-next {
    right: 10%
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1
}

.banner ul {
    padding: 0;
    margin: 30px 0 50px;
    list-style-type: none;
    text-align: center
}

.banner ul li {
    display: inline-block
}

.banner ul li a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-right: 2px solid #fff;
    padding: 0 15px
}

.banner ul li a:hover {
    color: #6495ed
}

.banner ul li:last-child a {
    border-right: 0
}

.slider-02 .font-large {
    font-size: 86px;
    line-height: 100px
}

.text-stroke-white {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    display: block
}

.text-stroke-primary {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #6495ed;
    display: block
}

.text-stroke-dark {
    color: transparent !important;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #022d62;
    display: block
}

.banner-logo {
    padding: 10px 20px;
    background: #6495ed;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    border-radius: 7px;
    color: #fff;
    font-size: 70px;
    line-height: 60px;
    position: relative;
    -ms-flex-item-align: center;
    align-self: center;
    margin-left: 20px;
    text-align: center;
    display: inline-block
}

.banner-logo:before {
    position: absolute;
    content: "";
    width: 30px;
    height: 21px;
    left: -30px;
    border-top: 20px solid rgba(239, 49, 57, 0);
    border-right: 20px solid #6495ed;
    top: 15px
}

.banner .swiper-button-big .icon-btn {
    font-size: 100px;
    background: 0 0;
    font-weight: 500
}

@media (max-width: 991px) {
    .banner h1 {
        font-size: 66px;
        line-height: 76px;
        margin-bottom: 10px
    }

    .slider-02 .font-large {
        font-size: 66px;
        line-height: 76px
    }

    .swiper-button-prev {
        left: 5%
    }

    .swiper-button-next {
        right: 5%
    }
}

@media (max-width: 767px) {
    .banner h1 {
        font-size: 42px;
        line-height: 52px;
        margin-bottom: 10px
    }

    .slider-02 .font-large {
        font-size: 52px;
        line-height: 60px
    }

    .banner-logo {
        width: auto;
        font-size: 50px;
        line-height: 50px
    }
}

.section-title {
    margin-bottom: 50px
}

.section-title p {
    margin-bottom: 0;
    line-height: 1.5
}

.bg-dark-half-lg, .bg-dark-half-md, .bg-dark-half-sm {
    position: relative
}

.bg-dark-half-lg:before, .bg-dark-half-md:before, .bg-dark-half-sm:before {
    content: "";
    background: #022d62;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.bg-light-half-lg, .bg-light-half-md, .bg-light-half-sm {
    position: relative
}

.bg-light-half-lg:before, .bg-light-half-md:before, .bg-light-half-sm:before {
    content: "";
    background: #f6f6f6;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.bg-dark-half-lg:before, .bg-light-half-lg:before {
    height: 470px
}

.bg-dark-half-md:before, .bg-light-half-md:before {
    height: 370px
}

.bg-dark-half-sm:before, .bg-light-half-sm:before {
    height: 250px
}

.background-border-top {
    background: #6495ed;
    height: 5px;
    width: 100%;
    border-radius: 5px
}

.contact-address .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 25px
}

.contact-address .contact-item:last-child {
    margin-bottom: 0
}

.contact-address .contact-item label {
    min-width: 100px;
    color: #022d62;
    font-style: italic;
    margin-bottom: 0;
    text-align: right;
    padding-right: 20px;
    font-weight: 500
}

.contact-address .contact-item p {
    margin-bottom: 0
}

.contact-address-02 .contact-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.contact-address-02 .contact-item:last-child {
    margin-bottom: 0
}

.contact-address-02 .contact-item label {
    min-width: 70px;
    color: #022d62;
    margin-bottom: 0;
    padding-right: 20px;
    font-weight: 600
}

.contact-address-02 .contact-item p {
    margin-bottom: 0
}

.is-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 130px
}

.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: inline-block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0 0 12px rgba(2, 45, 98, .1);
    box-shadow: 0 0 12px rgba(2, 45, 98, .1);
    -webkit-transition: width .5s ease-in-out, margin .5s ease-in-out, border-radius .25s ease-in-out, color .25s ease-in-out;
    transition: width .5s ease-in-out, margin .5s ease-in-out, border-radius .25s ease-in-out, color .25s ease-in-out;
    z-index: 9
}

.back-to-top.auto, .back-to-top:hover {
    color: rgba(255, 255, 255, 0);
    -webkit-transition: width .5s ease-in-out, margin .5s ease-in-out, border-radius 1s .25 ease-in-out, color .25s ease-in-out .25s;
    transition: width .5s ease-in-out, margin .5s ease-in-out, border-radius 1s .25 ease-in-out, color .25s ease-in-out .25s
}

.back-to-top.auto:before, .back-to-top:hover:before {
    -webkit-animation: lineUp 1s cubic-bezier(0, .6, 1, .4) infinite .5s;
    animation: lineUp 1s cubic-bezier(0, .6, 1, .4) infinite .5s
}

.back-to-top.auto:after, .back-to-top:hover:after {
    -webkit-animation: tipUp 1s cubic-bezier(0, .6, 1, .4) infinite .5s;
    animation: tipUp 1s cubic-bezier(0, .6, 1, .4) infinite .5s
}

.back-to-top:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #fff;
    width: 3px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -2px;
    -webkit-transform: translateY(50px);
    transform: translateY(50px)
}

.back-to-top:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 15px;
    height: 15px;
    color: #fff;
    border-top: 3px solid;
    border-left: 3px solid;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -8px;
    -webkit-transform: translateY(50px) rotateZ(45deg);
    transform: translateY(50px) rotateZ(45deg)
}

@-webkit-keyframes tipUp {
    0% {
        -webkit-transform: translateY(50px) rotateZ(45deg);
        transform: translateY(50px) rotateZ(45deg)
    }
    100% {
        -webkit-transform: translateY(-70px) rotateZ(45deg);
        transform: translateY(-70px) rotateZ(45deg)
    }
}

@keyframes tipUp {
    0% {
        -webkit-transform: translateY(50px) rotateZ(45deg);
        transform: translateY(50px) rotateZ(45deg)
    }
    100% {
        -webkit-transform: translateY(-70px) rotateZ(45deg);
        transform: translateY(-70px) rotateZ(45deg)
    }
}

@-webkit-keyframes lineUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
}

@keyframes lineUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }
    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px)
    }
}

.imageblock-section {
    position: relative;
    display: block;
    width: 100%
}

.imageblock-section-img {
    position: absolute;
    height: 100%;
    top: 0;
    padding: 0;
    float: left;
    left: 0;
    right: auto
}

.background-image-holder {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover !important;
    background-position: 50% 50% !important;
    -webkit-transition: opacity .3s linear;
    transition: opacity .3s linear;
    display: block;
    width: 100%
}

.header-inner {
    padding: 130px 0;
    background-size: cover;
    background-position: center center
}

.header-inner .header-inner-title {
    font-size: 18px
}

.header-inner-menu {
    padding-bottom: 0
}

.header-inner-menu .header-inner-title {
    margin-bottom: 80px
}

.header-inner .header-inner-nav {
    padding: 15px 0;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #000), color-stop(100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #000 20%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%)
}

.header-inner .header-inner-nav .nav li a {
    color: #fff;
    padding: 14px 40px;
    font-weight: 600;
    border-radius: 5px
}

.header-inner .header-inner-nav .nav li a.active {
    background: #6495ed
}

.contact-bg-logo {
    position: absolute;
    top: 0;
    z-index: -9
}

.contact-bg-logo i {
    font-size: 42rem;
    color: rgba(239, 49, 57, .06)
}

.badge-round {
    width: 120px;
    height: 120px;
    line-height: 120px;
    background: #6495ed;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    padding-top: 26px
}

.envelope-box {
    padding: 1em;
    border: 16px solid transparent;
    -o-border-image: 16 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em);
    border-image: 16 repeating-linear-gradient(-45deg, red 0, red 1em, transparent 0, transparent 2em, #58a 0, #58a 3em, transparent 0, transparent 4em)
}

.cookie {
    position: fixed;
    left: 50px;
    bottom: 50px;
    z-index: 9
}

@media (max-width: 1199px) {
    .header-inner {
        padding: 100px 0
    }

    .header-inner-menu {
        padding-bottom: 0
    }

    .header-inner-menu .header-inner-title {
        margin-bottom: 60px
    }

    .header-inner .header-inner-nav .nav li a {
        padding: 14px 38px
    }
}

@media (max-width: 991px) {
    .header-inner {
        padding: 80px 0
    }

    .header-inner-menu {
        padding-bottom: 0
    }

    .header-inner-menu .header-inner-title {
        margin-bottom: 40px
    }

    .header-inner .header-inner-nav .nav li a {
        padding: 10px 20px
    }
}

@media (max-width: 767px) {
    .header-inner {
        padding: 60px 0
    }

    .header-inner-menu {
        padding-bottom: 0
    }

    .header-inner-menu .header-inner-title {
        margin-bottom: 20px
    }

    .header-inner .header-inner-nav .nav li a {
        padding: 6px 14px
    }

    .header-inner .header-inner-title {
        font-size: 16px
    }

    .section-title {
        margin-bottom: 30px
    }

    .section-title p {
        font-size: 16px
    }

    .icon-bg-dar svg {
        width: 100%;
        height: 100%;
        left: 0
    }

    .imageblock-section-img {
        position: relative;
        height: 400px
    }

    .contact-bg-logo i {
        font-size: 30rem
    }
}

@media (max-width: 575px) {
    .header-inner {
        padding: 40px 0
    }

    .header-inner-menu {
        padding-bottom: 0
    }

    .bg-dark-half-sm:before, .bg-light-half-sm:before {
        height: 150px
    }

    .contact-bg-logo i {
        font-size: 18rem
    }
}

@media (max-width: 767px) {
    .post-navigation .nav-previous {
        display: block;
        text-align: center
    }

    .post-navigation .nav-next {
        display: block;
        text-align: center;
        float: none
    }
}

@media (max-width: 575px) {
    .blog-post-meta {
        display: block
    }

    .blog-post-meta a {
        display: inline-block;
        margin-bottom: 5px
    }

    .post-navigation .nav-next span, .post-navigation .nav-previous span {
        width: 150px
    }
}

.footer .container-fluid {
    padding: 0 100px
}

.footer .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer .footer-link ul {
    padding-right: 50px
}

.footer .footer-link ul:last-child {
    padding-right: 0
}

.footer .footer-link ul li a {
    color: #293745;
    font-weight: 500;
    padding: 7px 0;
    display: block
}

.footer .footer-link ul li:hover a {
    color: #6495ed
}

.footer .footer-link ul li:first-child a {
    padding-top: 0
}

.footer .footer-link ul li:last-child a {
    padding-bottom: 0
}

.footer .social-icon li {
    display: inline-block;
    margin-right: 50px
}

.footer .social-icon li:last-child {
    margin-right: 0
}

.footer .social-icon li a {
    font-size: 18px;
    color: #022d62
}

.footer .social-icon li:hover a {
    color: #6495ed
}

.footer .footer-contact-info p {
    color: #293745;
    font-weight: 500
}

.footer .flag-svg {
    height: 30px
}

.footer.bg-dark .footer-link ul li a {
    color: #fff
}

.footer.bg-dark .footer-link ul li a:hover {
    color: #6495ed
}

.footer.bg-dark .social-icon li {
    margin-right: 30px
}

.footer.bg-dark .social-icon li a {
    color: #fff
}

.footer.bg-dark .social-icon li a:hover {
    color: #6495ed
}

@media (max-width: 767px) {
    .social-icon-lg li i {
        font-size: 24px
    }
}

@media (max-width: 575px) {
    .footer-link {
        display: block
    }

    .footer-link ul li:first-child a {
        padding-top: 7px
    }

    .footer-link ul li:last-child a {
        padding-bottom: 7px
    }

    .social-icon li {
        padding: 0 10px;
        margin-right: 8px
    }

    .social-icon li i {
        font-size: 18px
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .footer .container-fluid {
        padding: 0 15px
    }
}

@media (max-width: 991px) {
    .space-ptb {
        padding: 70px 0
    }

    .space-pt {
        padding-top: 70px
    }

    .space-pb {
        padding-bottom: 70px
    }

    .footer .container-fluid {
        padding: 0 50px
    }

    .swiper-button-next, .swiper-button-prev {
        display: none
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 96%
    }

    .display-4 {
        font-size: 3rem
    }
}

@media (max-width: 767px) {
    h1 {
        font-size: 32px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 24px
    }

    h4 {
        font-size: 20px
    }

    h5 {
        font-size: 18px
    }

    h6 {
        font-size: 17px
    }

    .space-ptb {
        padding: 50px 0
    }

    .display-2 {
        font-size: 3rem !important
    }

    .display-4 {
        font-size: 2rem
    }

    .space-pt {
        padding-top: 50px
    }

    .space-pb {
        padding-bottom: 50px
    }

    .container {
        max-width: 100%
    }

    .footer .container-fluid {
        padding: 0 30px
    }

    .owl-carousel.testimonial .owl-nav i {
        display: none
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 30px
    }

    h2 {
        font-size: 24px
    }

    h3 {
        font-size: 22px
    }

    .testimonial .testimonial-item .testimonial-content p {
        font-size: 18px
    }

    .footer.bg-dark .social-icon li {
        margin-bottom: 7px
    }

    .footer .footer-link {
        display: block
    }

    .pagination .page-item .page-link {
        padding: 10px 15px
    }

    .footer .social-icon li {
        margin-right: 0
    }

    .category-style-03 {
        display: block
    }

    .category-style-03 a.category-item {
        display: inline-table
    }
}

@media (max-width: 479px) {
    .footer .container-fluid {
        padding: 0 15px
    }

    .font-xlll {
        font-size: 30px;
        line-height: 30px
    }
}

.border-new {
    border-radius: 6% 0
}