@charset "utf-8";

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

html{
    overflow-x: hidden !important;
} 

body {
  font-family: "Poppins" !important;
  overflow-x: hidden !important;
  background-color: #F4F4F4;
}

.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;
}

.white_text{
    color: #ffffff !important;
}

.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;
}

.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;
}

.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 transparent;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.10) !important;
}

.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;
    border: 1px solid #cccccc;
}

.form-select:focus-visible {
    color: #000000 !important;
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
}

.heading{
    font-size: 26px;
    font-weight: 700;
    color: #404040;
}

.sub_heading{
    font-size: 20px;
    font-weight: 400;
    color: #404040;
    line-height: 26px;
}

.third_heading{
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    line-height: 24px;
}

.bg-light{
    background-color: #ffffff !important;
}

.red_btn{
    background-color: #CE0E2D;
    border: 1px solid #CE0E2D !important;
    color: #ffffff !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    font-size: 13px !important;
    padding: 12px 30px !important; 
    border-radius: 5px;
    /* height: 58px; */
}

.red_btn:focus{
    background-color: #484848;
    border: 1px solid #CE0E2D !important;
    color: #ffffff !important;
}

.red_btn:focus-visible{
    background-color: #484848;
    border: 1px solid #CE0E2D !important;
    color: #ffffff !important;
}

.red_btn:hover{
    background-color: #484848;
    border: 1px solid #CE0E2D !important;
    color: #ffffff !important;
    border-radius: 50px;
}

.white_btn{
    background-color: #ffffff;
    border: 1px solid #ffffff !important;
    color: #000000 !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: transparent;
    font-size: 13px !important;
    padding: 12px 30px !important; 
    border-radius: 5px;
    /* height: 58px; */
}

.white_btn:focus{
    background-color: #CE0E2D;
    border: 1px solid #CE0E2D !important;
    color: #ffffff !important;
}

.white_btn:focus-visible{
    background-color: #CE0E2D;
    border: 1px solid #CE0E2D !important;
    color: #ffffff !important;
}

.white_btn:hover{
    background-color: #CE0E2D;
    border: 1px solid #CE0E2D !important;
    color: #ffffff !important;
    border-radius: 50px;
}

.white_btn:hover svg path{
    fill: #ffffff;
    stroke: #ffffff;
}


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

.reg_social_icon .fa-brands:hover{
   background-color: transparent; 
   color: #ffffff !important;
}

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

.reg_social_icon .fa-brands:hover{
    background-color: transparent; 
    color: #ffffff !important;
 }

 .top_fa_icon{
    padding: 7px;
    font-size: 15px;
    width: 35px;
    height: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 50px;
    background-color: #CE0E2D;
    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;
 }
 

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

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


/*====== menu =====*/

.logo_box img{
    width: 130px;
}

.nav-link{
    font-size: 13px;
}

.dropdown-item {
    font-size: 13px;
}
/*====== menu =====*/

.red_bg{
    background-color: #CE0E2D !important;
    position: relative;
    min-height: 100vh;
    background-image: url(../images/reg_bg.jpg) !important;
    background-repeat: repeat-x;
    animation: slideleft 15000s infinite linear;
    -webkit-animation: slideleft 15000s infinite linear;
    width: 100%;
    background: center bottom;
    background-size: cover;
    background-attachment: fixed;
}

.reg_box{
    background-color: rgba(30, 30, 30, 1);
    padding: 50px;
    border-radius: 20px;
    margin-bottom: 30px;
}

.messsage_box{
    background-color: rgba(30, 30, 30, 1);
    padding: 50px;
    border-radius: 20px;
    margin-left: 50px;
    padding-left: 100px !important;
    margin-bottom: 30px;
}

.man_img{
    width: 300px !important;
    left: -120px;
}

.month_top_bg_main_div{
    height: 400px;
    overflow: hidden;
    transform: skewY(-3deg);
    transform-origin: left bottom;
}

.main_top_sec_div{
    margin-bottom: 280px;
}

.month_top_bg_div{
    width: 100%;
    height: 100%;
    transform: skewY(3deg);
    transform-origin: left bottom;
    background-repeat: repeat-x;
    animation: slideleft 90000s infinite linear;
    -webkit-animation: slideleft 90000s infinite linear;
    background: center center;
    background-size: contain;
}

.top_gif_box_section{
    z-index: 9999999999;
    margin-top: -290px;
}

.month_pattern{
    top: -230px;
    width: 900px;
    z-index: 990909909;
}

.step_no{
    width: 70px;
    font-weight: 700;
    font-size: 30px;
    padding: 13px;
    background-color: #ffffff;
    border-radius: 50px;
    border: 4px solid #CE0E2D;
    margin-bottom: 0px;
    margin: 20px;
    text-align: center;
}

.step_img{
    position: relative;
    top: 0px;
    border-radius: 50px;
}

.step_body_img{
    background-repeat:no-repeat;
    background-size: 1000px;
    background-position:top right;
}

.complete_box{
    flex-direction: row;
}

/* ======================== */
/* ======================== */

/* footer section */
.footer_section{
    background-image: url(../images/footer_bg.jpeg) !important;
    background-repeat: repeat-x;
    animation: slideleft 9000s infinite linear;
    -webkit-animation: slideleft 9000s infinite linear;
    width: 100%;
}

@keyframes slideleft {
    from { background-position: 0%; }
    to { background-position: 90000%; }
}

.footer_section p{
    color: #000000;
}

.footer_section a p{
    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;
}

.footer_text{
    padding-right: 50px;
}

.footer_section a:hover p{
    color: #662D91 !important;
    margin-left: 5px;
}

.footer_section .sub_link{
    color: #ffffff;
    padding-left: 0px;
    margin-bottom: 5px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.footer_section .sub_link:hover{
    color: #662D91;
    margin-left: 5px;
}

.footer_side_img_div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.footer_right_col{
    background-color: #3D3D3D;
}

.footer_logo{
    padding-right: 15px;
}

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

.footer_section .fa-brands:hover{
   background-color: #e1e1e1; 
   color: #ffffff !important;
}

.button-icon-container{
    position: fixed;
    right: 50px;
    bottom: 120px;
    height: 46px;
    width: 46px;
    background-color: #818FB4;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 10000;
    opacity: 1;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.button-icon-container:hover{
    background-color: #FF004D;
}

.button-icon-container i{
    color: #ffffff;
    height: 46px;
    width: 46px;
    display: flex;
    line-height: 48px;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.event_count {
    margin-bottom: 0px;
    color: #ffffff !important;
    font-weight: 600 !important;
    position: absolute;
    right: -10px;
    top: -5px;
    padding: 3px !important;
    border-radius: 50px;
    background-color: #FF004D;
    width: 25px !important;
    text-align: center;
    z-index: 999;
}

.button-icon-container:hover .event_count{
    background-color: #3D3D3D;
}

.button-container {
    position: fixed;
    right: 60px;
    bottom: 100px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    z-index: 99999;
  }

  .button-text-div {
    order:-1;
    display: flex;
    align-items: center;
    justify-content: start;
    background-color: #363062;
    white-space:nowrap;
    overflow:hidden;
    width:0;
    height: 46px;
    transition: width 1s;
    border-radius: 10px 50px 50px 10px;
    margin-top: 35px;
  }
  
  .button-icon-div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .button-icon-container:hover + .button-text-div {
    width:180px;
  }
/* footer section */

/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */

/* inner pages */
.inner_page_top_section .carousel-item {
    height: 400px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.inner_page_top_section .carousel-caption{
    height: 400px;
}

.inner_page_top_section .slider_img_col {
    height: 400px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.breadcrumb{
    color: #696969;
    font-style: italic;
    font-size: 13px;
    width: 100%;
    margin-bottom: 0px;
}

.breadcrumb a{
    color: #696969;
}

.breadcrumb .active{
    font-style: italic;
    font-size: 13px;
    font-weight: 700;
    color: #662D91;
}

.contact_form_section{
    background-image: url(../images/footer_bg.jpeg) !important;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.contact_form_col{
    padding: 50px 50px 50px 50px;
}

.banner_div{
    height: 400px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.storage_detail_col{
    padding-left: 30px;
}

.feature_slider_div{
    display: flex;
    min-height: 200px;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    background-color: #ffffff !important;
}

/* inner pages */

/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */
/* ======================== */

/*scroll bar style*/
 
::-webkit-scrollbar {
background: #000000;
height: 5px !important;
width: 10px !important;
}
::-webkit-scrollbar-track {
box-shadow: inset 0 0 2px #CE0E2D;
}
::-webkit-scrollbar-thumb {
background: #a3a3a3;
border-radius: 2px;
}
::-webkit-scrollbar-thumb:hover {
background: #CE0E2D;
}
:focus {
z-index: 3;
border-color: none !important;
outline: 0;
box-shadow: none !important;
}

.eapps-widget-toolbar{
    display: none !important;
}

/*scroll bar style*/
