@charset "utf-8";

/* CSS Document */
/*******common css*************/

html{
    overflow-x: hidden !important;
}

body {
    font-family: "Ogilvy Serif" !important;
    overflow-x: hidden !important;
    background-color: #232323;
}

.margin_auto {
    margin-right: auto;
    margin-left: auto;
}

.no_padding {
    padding-right: 0px;
    padding-left: 0px;
}

.no_padd_left {
    padding-left: 0px;
}

p {
    font-size: 13px;
    line-height: 23px;
    color: #696969;
}

.text-danger {
    padding: 0px !important;
    position: relative !important;
    margin-top: 0px !important;
    --bs-text-opacity: 1;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important;
}

.custom_ul {
    padding-left: 40px !important;
    list-style: none;
}

.custom_ul li {
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 15px;
    list-style-image: url(../images/li.png);
}

.form-control:focus {
    box-shadow: none;
}

.form-floating>.form-control, .form-floating>.form-control-plaintext, .form-floating>.form-select {
    height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    min-height: calc(3.5rem + calc(var(--bs-border-width) * 2));
    line-height: 1.25;
    font-size: 13px;
}

.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
    position: absolute;
    inset: 1rem 0.375rem;
    z-index: -1;
    height: 1.5em;
    content: "";
    background-color: transparent !important;
    border-radius: var(--bs-border-radius);
}

.form-control-danger{
    border: 1px solid #FF5559 !important;
}

.has-danger>label{
    color: #FF5559 !important;
}

.text-danger{
    display: none !important;
}

a {
    text-decoration: none !important;
}

.white_link{
    color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.white_link:hover{
    padding-left: 20px;
}

.small,
small {
    font-size: 10px;
}

.a_link {
    color: #000000;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.a_link:hover {
    color: #0d5ca3;
    padding-left: 5px;
}

.pad_3 {
    padding-left: 3px;
    padding-right: 3px;
}

.btn:focus {
    background-color: #0d5ca3;
    border-color: #0d5ca3;
    box-shadow: none;
}

.form-select:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.btn:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.white_a {
    transition: 0.5s;
}

.white_a:hover {
    color: red !important;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
}

.top_social_icon .fa-brands {
    padding: 2px;
    font-size: 15px;
    width: 15px;
    text-align: center;
    text-decoration: none;
    margin-right: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    color: #EC3F43;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.top_social_icon .fa-brands:hover{
    color: #000000 !important;
}

.custom_ul{
    padding-left: 40px !important;
    list-style: none;
}

.custom_ol li{
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
    color: #696969;
    list-style: decimal-leading-zero;
}

.custom_ul li{
    font-size: 13px;
    line-height: 23px;
    margin-bottom: 10px;
    list-style-type: square;
    color: #696969;
}

.custom_ul li::marker {
    font-size: 1.2rem;
    font-weight: bolder;
    color: #FF004D;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #000000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--bs-body-bg);
    background-clip: padding-box;
    border: 1px solid #818FB4;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-select {
    border: 1px solid #818FB4;
    color: #000000;
}

.form-floating>label {
    position: absolute;
    font-size: 13px;
    top: 3px;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    border: var(--bs-border-width) solid transparent;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.form-control:focus-visible {
    color: #000000 !important;
    background-color: #ffffff !important;
}

.form-select:focus-visible {
    color: #000000 !important;
    background-color: #ffffff !important;
}

/*******common css*************/

/******************************/
/******************************/

.content_box{
    padding: 50px;
    background-color: #ffffff;
    border-radius: 10px;
    height: 100%;
    position: relative;
    height: calc(100vh - 100px);
    margin: 50px;
}

.bg_pattern{
    background-image: url(../images/pattern.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg_text_box{
    position: fixed;
    top: 0px;
}

.marquee-text{
    font-weight: 900;
}

.a-section {
    /* position: absolute; */
}

.main_text{
    font-size: 70px;
    line-height: 70px;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke: 1px #000000;
}

.main_text_solid{
    font-size: 70px;
    line-height: 70px;
    color: #000000;
    font-weight: 900;
}

.a-section-marquee-box {
    height: 140px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.a-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    font-size: 7em;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke: 1px #999999;
    font-weight: 900;
    flex-shrink: 0;
    padding: 0 0px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: a-text-scroll 35s linear infinite;
}

@keyframes a-text-scroll {
    0% { transform: translate3d(-100%, 0, 0); }
    100% { transform: translate3d(0%, 0, 0); }
}

.b-section {
    /* position: absolute; */
}

.b-section-marquee-box {
    height: 140px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.b-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    font-weight: 900;
    -webkit-text-fill-color: transparent; /* Will override color (regardless of order) */
    -webkit-text-stroke: 1px #999999;
    font-size: 7em;
    flex-shrink: 0;
    padding: 0 0px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: b-text-scroll 35s linear infinite;
}

@keyframes b-text-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}
/******************************/
/******************************/

