body,
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

@font-face {
    font-family: 'hillray-regular';
    src: url('../fonts/hillray-regular-700.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
}

ul {
    /*list-style: none;*/
    /*padding: 0px;*/
    /*margin: 0px;*/
    color: #fff;

}

h3 {
    color: #fff;
}

/* header start */
.bg-header-content {
    background-color: transparent;
    padding: 25px 0px 19px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-header-content .referance-link-logo {
    color: #fff;
    text-decoration: none;
    font-size: 35px;
    line-height: 35px;
    display: block;
    font-family: 'hillray-regular';
}

.logo-header-content {
    text-align: start;
}

/* header end */

/* hero start */
.hero-bg-content {
    background-image: radial-gradient(#075386, #000d27);
    padding: 129px 0px 100px 0px;
}

.hero-left-content-details h5 {
    font-family: 'Poppins-Bold';
    font-size: 45px;
    color: #fff;
    line-height: 59px;
    margin-bottom: 20px;
    max-width: 416px;
}

.hero-left-content-desc p {
    color: #fff;
    font-family: 'Poppins-Regular';
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.hero-left-content-desc {
    max-width: 469px;
}

.img-content-slider {
    height: 500px;
    max-width: 300px;
    margin: auto;
    border-radius: 20px;
}

.btn-primary,
.btn-primary:hover,
.btn-primary.active {
    background-color: #fff;
    border-color: #fff;
    border-radius: 30px;
    padding: 9px 20px;
}

.app-store-img {
    height: 30px;
}

.mr-20px {
    margin-right: 20px;
}

section.hero-section-main {
    margin-top: -79px;
}

.hero-slider .owl-nav {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    bottom: 0;
    margin: auto;
    justify-content: center;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav .owl-next {
    border: 1px solid #ffffff !important;
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

.hero-slider .owl-nav .owl-prev,
.hero-slider .owl-nav button {
    margin: 10px 0px;
}

.hero-slider .owl-dots {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    justify-content: center;
    bottom: -30px;
    align-items: center;
}

.hero-slider .owl-dots .owl-dot span {
    height: 6px;
    width: 6px;
    background: #ffffffc9;
    border-radius: 10px;
    display: block;
}

.hero-slider .owl-dots .owl-dot {
    border: 1px solid #fff;
    margin: 0px 2px;
    border-radius: 50%;
    height: 16px;
    width: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero-slider .owl-dots .owl-dot.active span {
    background-color: #ffffff !important;
    height: 8px;
    width: 8px;
}

.hero-slider .owl-dots .owl-dot.active {
    height: 20px;
    width: 20px;
}

.bg-footer-list {
    background: #01112c;
    padding: 15px 0px;
}

.footer-list-left-content p {
    color: #fff;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Poppins-Regular';
}

.footer-list-left-content p span {
    color: #6ec0e3;
}

.footer-list-right-content ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 17px;
}

.footer-list-right-content ul li {
    text-align: end;
}

.modal-privacy-policy-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

/* width */
.modal-scroll-custom::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.modal-scroll-custom::-webkit-scrollbar-track {
    background: #d3d3d3;
    border-radius: 30px;
}

/* Handle */
.modal-scroll-custom::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 30px;
}

/* Handle on hover */
.modal-scroll-custom::-webkit-scrollbar-thumb:hover {
    background: #555;
    border-radius: 30px;
}

.modal-scroll-custom {
    height: 450px;
    overflow: auto;
    margin-right: -16px;
}