.navbar-nav>.nav-item>.nav-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}

.navbar-nav>.nav-item>a.nav-link {
    margin: 22px 0;

}

.nav-item:hover .nav-link {
    color: #39f;
}

.submaintxt {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    color: #39f;
}

.maintxt {
    font-weight: 700;
    color: #000;
    line-height: 105%;
    font-size: 52px;
}

.center {
    text-align: center;
    text-align: -webkit-center;

}
.maindiv{
    position: relative;
min-height: 560px;
}
@media screen and (min-width: 75em) {
    #header{
        padding-top: 90px;
    }
    #header .container div {
        width: 66.66667%;
        
    }
    .rncbtn{
        margin-top: 40px;
    }
    #header:before {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-image: url("data:image/svg+xml;charset=utf-8,<svg width='646' height='694' fill='none' xmlns='http://www.w3.org/2000/svg'><g filter='url(%23filter0_dd_259_2793)'><path d='M68.275 0L40.181 50.478l351.544 651.17h254.316V0H68.275z' fill='url(%23paint0_linear_259_2793)' fill-opacity='.6'/><path d='M210.205 650.449l26.15 51.199h409.686V0h-88.62L210.205 650.449z' fill='url(%23paint1_linear_259_2793)' fill-opacity='.8'/></g><defs><linearGradient id='paint0_linear_259_2793' x1='40.181' y1='565.15' x2='773.979' y2='327.524' gradientUnits='userSpaceOnUse'><stop stop-color='%2333F'/><stop offset='.5' stop-color='%2339F'/><stop offset='1' stop-color='%239FC'/></linearGradient><linearGradient id='paint1_linear_259_2793' x1='159.916' y1='575.926' x2='745.553' y2='375.652' gradientUnits='userSpaceOnUse'><stop stop-color='%2333F'/><stop offset='.446' stop-color='%2339F'/><stop offset='1' stop-color='%239FC'/></linearGradient><filter id='filter0_dd_259_2793' x='.181' y='-60' width='685.86' height='841.648' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'><feFlood flood-opacity='0' result='BackgroundImageFix'/><feColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/><feOffset dy='40'/><feGaussianBlur stdDeviation='20'/><feComposite in2='hardAlpha' operator='out'/><feColorMatrix values='0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 0 1 0 0 0 0.08 0'/><feBlend in2='BackgroundImageFix' result='effect1_dropShadow_259_2793'/><feColorMatrix in='SourceAlpha' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/><feOffset dy='-20'/><feGaussianBlur stdDeviation='20'/><feComposite in2='hardAlpha' operator='out'/><feColorMatrix values='0 0 0 0 0.2 0 0 0 0 0.2 0 0 0 0 1 0 0 0 0.08 0'/><feBlend in2='effect1_dropShadow_259_2793' result='effect2_dropShadow_259_2793'/><feBlend in='SourceGraphic' in2='effect2_dropShadow_259_2793' result='shape'/></filter></defs></svg>");
background-repeat: no-repeat;
        background-position-x: 100%;
        background-size: auto 560px;
        z-index: -1;
    }
}
.rncbtn{
    /* background-color: #33f;
    border-color: #33f;
    color: white; */
    border-radius: 24px;
    padding: 6px 18px;
}
.rncbtn:hover{
    background-color: rgb(50, 153, 218);
    border-color: rgb(50, 153, 218);

}

@media only screen and (max-width: 768px) {

#header{
    padding-top: 25px;
}}