@font-face {
    font-family: 'Digital 7';
    src: url(../fonts/digital-7.ttf);
}

@font-face {
    font-family: 'Avenir Roman';
    src: url(../fonts/Avenir-Roman.ttf);
}

@font-face {
    font-family: 'Avenir Black';
    src: url(../fonts/Avenir-Black.ttf);
}

body {
    background: url('../images/grid.png');
    background-size: 100% 100%;
}

.header {
    background: #fff;
}

.navbar-brand {
    background: #599ff7;
}

.digital-7 {
    font-family: 'Digital 7';
}

.avenir-roman {
    font-family: 'Avenir Roman';
}

.avenir-black {
    font-family: 'Avenir Black';
}

span.digital-7 {
    font-size: 24px;
    color: #313eb2;
    filter: drop-shadow(0 0 4px rgba(0, 0, 0, 0.3));
    letter-spacing: 3px;
}

.main-sec {
    background: url('../images/main-sec-bg.png');
    background-size: 100% 67%;
    background-repeat: no-repeat;
}

.nav-link {
    font-size: 16px;
    color: #283e51 !important;
}

.heading-h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.p-text {
    font-size: 14px;
    line-height: 24px;
}

.p-text-1 {
    font-size: 18px;
}

.click-4-1 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px 10px 0px 0px;
}

.click-4 {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px 10px 0px 0px;

}

.click-8 iframe {
    /* background: #fff; */
    border: none;
    min-height: 623px;
    height: 100%;
    border-radius: 10px;
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
}

.icon-size i {
    display: inline-block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    margin-right: 10px;
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.2);
    margin: 1px
}

.icon-size1 {
    border-radius: 34px;
    background: rgba(255, 255, 255, 0.2);
    padding: 9px 15px;
    display: inline-block;
}

.ads-div {
    background: #fff;
    min-height: 230px;
    border-radius: 10px;
}

.heading-h2-1 {
    background-image: linear-gradient(270deg, #599ff7 0%, #313eb2 100%);
}

.heading-h2-2, .heading-h2-1 h2 {
    font-size: 26px;
}

.footer-ul {
    background: #f1f1f1;
}

.footer-ul .nav-link {
    color: #007bff !important;
}
.dropdown-toggle::after {
    display: none;
}
@media only screen and (max-width: 991px) {
    .click-4 .p-text {
        line-height: 20px;
    }
    .heading-h2{
        font-size: 19px;
    }
    .click-4>div:nth-child(1){
        height: 56% !important;
    }
    .click-4>div:nth-child(2){
        height: 44% !important;
    }
    .click-4,
    .click-8{
        flex: 100%;
        max-width: 100%;    
    }
    .main-sec {
        background-size: cover;
        margin-bottom: 3rem;
    }
    .click-4>div:nth-child(1){
        height: unset !important;
    }
    .click-4>div:nth-child(2) {
        min-height: 200px !important;
        height: unset !important;
    }
    .click-4 {
        margin-right: 15px !important;
        margin-left: 15px !important;
        margin-top: 25px;
        padding: 0px !important;
    }
}

@media only screen and (max-width: 767px) {
    .click-4>div:nth-child(1){
        height: unset !important;
    }
    /* .container{
        max-width: 100%;
    } */
    .click-4>div:nth-child(2) {
        min-height: 200px !important;
        height: unset !important;
    }
    .heading-h2-2, .heading-h2-1 h2 {
        font-size: 20px;
    }
    /* .click-4 {
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-top: 25px;
    } */
    .header, .header nav.navbar {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    .navbar-brand {
        padding: .5rem .25rem !important;
        margin-right: .25rem!important;
    }
    span.digital-7 {
        font-size: 16px;
    }
    .navbar-collapse {
        padding: 0 15px;
    }
    .navbar-toggler {
        margin-right: 10px;
    }
    .main-sec {
        background-size: cover;
        margin-bottom: 3rem;
    }
    .ads-div {
        margin: 10px 0px;
    }
    .heading-h2-1 h2 {
        text-align: left !important;
    }
    .flag {
        text-align: left !important;
        margin: 15px 0 !important;
        padding-left: 0 !important;
    }
    .nav-item.dropdown {
        border-right: none !important;
    }
}