@font-face {
    font-family: 'Righteous';
    src: url('../webfonts/Righteous-Regular.eot');
    src: url('../webfonts/Righteous-Regular.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Righteous-Regular.woff2') format('woff2'),
        url('../webfonts/Righteous-Regular.woff') format('woff'),
        url('../webfonts/Righteous-Regular.ttf') format('truetype'),
        url('Righteous-Regular.svg#Righteous-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Bold.eot');
    src: url('../webfonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Bold.woff2') format('woff2'),
        url('../webfonts/Gilroy-Bold.woff') format('woff'),
        url('../webfonts/Gilroy-Bold.ttf') format('truetype'),
        url('../webfonts/Gilroy-Bold.svg#Gilroy-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gilroy';
    src: url('../webfonts/Gilroy-Medium.eot');
    src: url('../webfonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
        url('../webfonts/Gilroy-Medium.woff2') format('woff2'),
        url('../webfonts/Gilroy-Medium.woff') format('woff'),
        url('../webfonts/Gilroy-Medium.ttf') format('truetype'),
        url('../webfonts/Gilroy-Medium.svg#Gilroy-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}



body {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Righteous';
}

a,
a:active,
a:focus,
a:hover {
    outline: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer !important;
    text-decoration: none;
}


a:hover {
    text-decoration: none;
}

.web-bg {
    background-color: #05050A;
}

section#main-banner {
    background: url(../images/background.png) no-repeat;
    min-height: 450px;
    background-position: center;
    background-size: cover;
    margin-top: 50px;
}

.main-banner-img {
    float: right;
    position: relative;
    top: 120px;
}

.main-banner-txt {
    margin-top: 130px;
}

.main-banner-txt h6 {
    margin-bottom: 8px;
    color: #fff;
    font-size: 18px;
    font-family: 'Gilroy';
    font-weight: 500;
    font-style: italic;
}

.main-banner-txt h2 {
    font-size: 34px;
    text-transform: uppercase;
    color: #fff;
    width: 70%;
    line-height: 42px;
}

.main-banner-txt h2 span {
    color: #FE0D30;
}

.main-banner-txt p {
    color: #88889E;
}

.contact-now-btn button {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
}

.contact-now-btn button:hover {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
}

.contact-now-btn button:focus {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
}

section#aboutus-div {
    margin-top: 130px;
}

.about-img-txt {
    margin-top: 40px;
}

.about-img-txt h6 {
    font-size: 16px;
    color: #fff;
    font-family: 'Gilroy';
    font-weight: 500;
    color: #88889E;
}

.about-img-txt h2 {
    font-size: 32px;
    color: #fff;
    text-transform: uppercase;
    /* width: 50%; */
    line-height: 40px;
}

.about-img-txt h2 span {
    color: #FE0D30;
}

.about-img-txt p {
    color: #88889E;
    line-height: 22px;
    margin-top: 10px;
}

.about-btn button {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
}

.about-btn button:hover {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
}

.about-btn button:focus {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
}

section#how-it-works {
    margin-top: 100px;
}

.section-title {
    margin: auto;
    text-align: center;
}

.section-title h3 {
    color: #fff;
    font-size: 28px;
}

.section-title h3 span {
    color: #FE0D30;
}

.section-title p {
    color: #88889E;
    width: 70%;
    margin: auto;
}

.work-icon {
    background-color: #11111D;
    margin: auto;
    text-align: center;
    /* margin-top: 40px; */
    padding-top: 25px;
    border-radius: 10px;
    /* min-height: 250px; */
}


.work-icon img {
    width: 95px;
}

.work-icon h5 {
    color: #fff;
    margin-top: 10px;
}

.work-icon p {
    color: #88889E;
    margin-top: 10px;
    line-height: 20px;
}

section#download-app-icons {
    margin-top: 100px;
}

.testimonial .description {
    padding: 15px;
    margin: 0;
    border-top: 4px solid #73438f;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    color: #454646;
    line-height: 30px;
    position: relative;
}

.testimonial .description:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #73438f;
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 40px auto;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 0 10px 0;
}

.testimonial .post {
    display: block;
    font-size: 14px;
    color: #333;
}

.owl-theme .owl-controls {
    margin-top: 10px !important;
    text-align: center;
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
}

.owl-theme .owl-controls .owl-page span {
    background: #ccc;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #73438f;
}

div#testimonial-slider {
    background: url(../images/download_bg.png) no-repeat;
    margin-top: 20px;
    min-height: 400px;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

section#app-features {
    margin-top: 100px;
}

.download-hub {
    margin: auto;
    text-align: center;
    margin-top: 90px;
}

.download-text {
    /* margin-top: 140px; */
    padding: 0 80px;
}

.download-text h3 {
    color: #fff;
    width: 60%;
    font-size: 28px;
    line-height: 35px;
}

.download-text h3 span {
    color: #FE0D30;
}

.download-text p {
    color: #88889E;
}

.download-option ul li img {
    width: 149px;
}

.download-option ul li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
}

.download-option ul {
    margin: 0;
    padding: 0;
}


div#testimonial-slider .owl-controls.clickable {
    margin-top: 10px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.owl-theme .owl-controls .owl-page span {
    margin: 5px 3px !important;
    filter: Alpha(Opacity=50);
    opacity: .2;
    background: #FE0D30 !important;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #FE0D30 !important;
}


.feature-box {
    background-color: #11111D;
    margin: auto;
    text-align: center;
    margin-top: 40px;
    padding-top: 25px;
    border-radius: 10px;
    min-height: 300px;
    margin-right: 25px;
}



.feature-box h5 {
    color: #fff;
    margin-top: 10px;
}

.feature-box p {
    color: #88889E;
    margin-top: 10px;
    line-height: 20px;
}

.feature-box img {
    width: 95px;
}

div#testimonial-slider-1 {
    margin-top: 20px;
}

section#user-reviews {
    margin-top: 100px;
}

footer {
    background-color: #11111D;
    margin-top: 100px;
}


.footer-logo {
    margin-top: 40px;
}

.footer-logo img {
    width: 130px;
}

.footer-social-media ul li {
    list-style: none;
    display: inline-block;
    margin-right: 2px;
}

.footer-social-media ul {
    margin: 0;
    padding: 0;
}

.footer-social-media {
    float: right;
    margin-right: 20px;
    margin-top: 60px;
}

.footer-social-media ul li i {
    color: #88889E;
    border: 1px solid #88889E;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.footer-social-media ul li i:hover {
    color: #fff;
    border: 1px solid #FE0D30;
    background-color: #FE0D30;
}

footer hr {
    border-top: 1px solid #88889E !important;
    margin-right: 20px;
}

.footer-title {
    margin-top: 10px;
    margin-bottom: 20px;
}

.footer-title h3 {
    color: #fff;
    font-size: 21px;
}


.footer-title ul {
    margin: 0;
    padding: 0;
    margin-top: 20px;
}

.footer-title ul li {
    list-style: none;
    display: block;
    padding-bottom: 5px;
}

.footer-title ul li a {
    color: #fff;
}

.footer-title h3::after {
    content: "";
    border-bottom: 3px solid #FE0D30;
    display: block;
    padding-top: 10px;
    width: 50px;
}

.footer-icon {
    float: left;
    width: 22px;
    margin: auto;
    text-align: center;
    margin-right: 10px;
}

.footer-icon i {
    font-weight: 900;
    color: #FE0D30;
    font-size: 18px;
}


.footer-icon-txt p {
    width: 190px;
    color: #fff;
}

.footer-icon-txt {
    margin-left: 30px;
}

.footer-title ul li p {
    margin-bottom: 0;
}

.signup-box p {
    color: #fff;
}

.signup-box {
    margin-top: 20px;
}

.user-box-feature img {
    width: 80px;
}


.user-ratings ul li {
    list-style: none;
    display: inline-block;
}

.user-ratings ul {
    margin: 0;
    padding: 0;
}

.user-ratings ul li i {
    color: #F39C12;
}

.user-title h5 {
    margin-top: 0;
    margin-bottom: 0;
    padding: 3px 0;
    padding-bottom: 1px;
}

.user-box-feature p {
    padding: 0px 28px;
    margin-top: 5px;
    margin-bottom: 0;
}

.user-box-feature {
    min-height: 250px;
}

.user-title {
    margin-top: 5px;
}

.signup-box input {
    font-size: 15px;
    height: 40px;
}


.sub-btn button {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
}

.sub-btn button:hover {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
}

.sub-btn button {
    margin-top: 3px;
}

.store-app {
    margin-top: 20px;
}

.store-app p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
}

.store-app ul {
    margin-top: 5px;
}

.store-app ul li {
    list-style: none;
    display: inline-block;
    width: 46%;
    margin-right: 5px;
}

div#copyright-box {
    background-color: #05050A;
    padding: 5px 0;
}

.copyright-text p {
    color: #88889E;
    font-size: 14px;
    margin-bottom: 0;
}

.copyright-links ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #88889E;
    padding: 0 10px;
}

.copyright-links ul li:last-child {
    border-right: none;
}


.copyright-links {
    float: right;
}

.copyright-links ul {
    margin: 0;
    padding: 0;
}

.copyright-links ul li a {
    color: #88889E;
    font-size: 14px;
}

.tollfree-box {
    background-color: #20202D;
}

.tollfree-icon i {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
    color: #fff;
    width: 43px;
    height: 43px;
    border-radius: 100px;
    font-size: 20px;
    text-align: center;
    line-height: 43px;
}

.tollfree-icon {
    float: left;
}

.tollfree-box {
    background-color: #20202D;
    border-radius: 100px;
    padding: 7px;
    margin-top: 10px;
    width: 200px;
}

.tollfree-txt span {
    color: #fff;
}

.tollfree-txt h5 {
    color: #fff;
    font-size: 17px;
}

.tollfree-txt h5 {
    color: #fff;
    font-size: 14px;
    margin-bottom: 3px;
}

.tollfree-txt {
    margin-left: 53px;
}

header {
    border-bottom: 1px solid #20202D;
    padding-bottom: 7px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: blue;
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link {
        margin-right: 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #20202D;
        margin-top: 10px;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: black;
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


.bg-main img {
    width: 120px;
    /* margin-left: 20px; */
}

.bg-main.navbar-light .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    text-transform: capitalize;
}

.Breadcrumb-box {
    background-color: #11111D;
    padding: 12px 0;
}

.breadcrumb-list h4 {
    color: #fff;
    margin-bottom: 0;
    font-size: 21px;
}

.breadcrumb-list-link ul li {
    list-style: none;
    display: inline-block;
    border-right: 1px solid #88889E;
    margin-right: 5px;
    padding-right: 10px;
}

.breadcrumb-list-link ul li:last-child {
    border-right: none;
}

.breadcrumb-list-link ul li a {
    color: #FE0D30;

}

.breadcrumb-list-link ul {
    margin: 0;
    padding: 0;
}

.breadcrumb-list-link ul li p {
    color: #88889E;
    margin-bottom: 0;
}

.breadcrumb-list-link {
    text-align: right;
}

section#inner-section {
    margin-top: 70px;
}

.aboutus-txt-blog {
    margin-top: 30px;
}

.aboutus-txt-blog p {
    color: #88889E;
}

.aboutus-txt-blog {
    margin-top: 30px;
}

.download-app-option {
    margin: auto;
    text-align: center;
}

.download-text-option h3 {
    color: #fff;
    width: 60%;
    font-size: 28px;
    line-height: 35px;
}

.download-text-option h3 span {
    color: #FE0D30;
}

.download-text-option p {
    color: #88889E;
}

.download-main {
    padding: 35px 0px;
}


.contact-form {
    border: 1px solid #88889E;
    padding: 10px 10px;
    border-radius: 10px;
    min-height: 460px;
}

.contact-form h4 {
    color: #fff;
    border-bottom: 1px solid #88889E;
    padding-bottom: 7px;
    font-size: 22px;
}

.contact-form form {
    padding: 10px 5px;
}

.contact-form label {
    color: #88889E;
}

.contact-form input {
    background-color: #11111D !important;
    border: 1px solid #11111D;
    color: #ffffff !important;
    height: 45px;
}

.contact-form textarea {
    background-color: #11111D !important;
    border: 1px solid #11111D;
    color: #ffffff;
}

.btn-sub button {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
}

.btn-sub button:hover {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
}

.contact-details h4 {
    color: #fff;
    text-transform: uppercase;
}

.contact-details {
    margin-top: 20px;
}

.contact-details p {
    color: #88889E;
    line-height: 20px;
}

.contact-details h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
}

.details_box ul li {
    list-style: none;
    display: block;
}

.details_box ul {
    margin: 0;
    padding: 0;
}

.details_box {
    margin-top: 30px;
}

.details_box p {
    width: 100%;
}

.details_box a {
    display: block;
    color: #fff;
    line-height: 22px;
    font-size: 16px;
}

.details_box p {
    width: 100%;
    font-size: 16px;
}

.social_contact_link h5 {
    color: #fff;
}

.social_contact_link {
    margin-top: 25px;
}

.social_contact_link ul li {
    list-style: none;
    display: inline-block;
    margin-right: 2px;
}

.social_contact_link ul {
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

.social_contact_link ul li i {
    color: #88889E;
    border: 1px solid #88889E;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    font-size: 20px;
    text-align: center;
    line-height: 40px;
}

.social_contact_link ul li i:hover {
    color: #fff;
    border: 1px solid #FE0D30;
    background-color: #FE0D30;
}

.sticky-top {
    top: -40px;
    transform: translateY(40px);
    transition: top 0.6s ease-in-out, transform 0.6s ease-in-out;
    background-color: #11111D;
}

.navbar-toggler-icon {
    background-image: none !important;
}

span.navbar-toggler-icon i {
    padding: 4px 10px;
    color: #FD1936;
    font-size: 21px;
    border-radius: 5px;
    /* background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box; */
    border: 1px solid #FD1936;
}

button.navbar-toggler {
    padding: 0 25px;
}


/* Back to Top Css*/

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
    color: #eeeeee;
    width: 50px;
    height: 48px;
    line-height: 48px;
    right: 30px;
    bottom: 30px;
    padding-top: 2px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper:hover {
    background: transparent linear-gradient(180deg, #FD1936 0%, #7F0D1B 100%) 0% 0% no-repeat padding-box;
    border: 1px solid #FD1936;
}

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
}

ul li {
    list-style-type: none;
}

.loader-overlay {
    position:relative;
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 50%);  
    z-index: 9999999 !important;  
}

#loader {
    position:absolute;
    top: 40%;
    left: 50%;
    border: 8px solid #2E409A;
    border-top: 8px solid #f4f4f4;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.iti__country-list{
    background-color: #05050a !important;
}
