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

.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 transparent;
    color: #000000;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.10) !important;
}

.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-family: "Lato" !important;
    font-size: 26px;
    font-weight: 700;
    color: #404040;
}

.sub_heading{
    font-family: "Lato" !important;
    font-size: 20px;
    font-weight: 400;
    color: #404040;
    line-height: 26px;
}

.third_heading{
    font-family: "Lato" !important;
    font-size: 16px;
    font-weight: 400;
    color: #404040;
    line-height: 24px;
}

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

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

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


/*====== menu =====*/
.top_social_icon .fa-brands {
    padding: 10px;
    font-size: 15px;
    width: 25px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 5px;
    background-color: transparent;
    color: #662D91;
    -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{
   background-color: transparent; 
   color: #FFCD03 !important;
}

.logo_box{
    position: absolute;
    top:0px;
    margin-top: -39px;
}

.logo_box img{
    width: 130px;
}

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

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


/* slider */
.main_slider .carousel-item {
    height: 100vh;
    min-height: 450px;
}

.carousel-inner {
    background: no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.slider_image_caption_item {
    position: absolute;
    width: 800px;
    height: 800px;
    bottom: 0px;
    right: 0px;
}

.carousel-caption {
    padding-left: 275px;
    position: absolute;
    right: 0%;
    bottom: 0px;
    left: 0%;
    padding-top: 1.25rem;
    padding-bottom: 0rem;
    color: #272727;
}

.slider_caption_col{
    padding-left: 50px;
    padding-right: 50px;
}

.slider_caption_col .heading,.sub_heading{
    width: 100%;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    z-index: 999;
    margin-top: -90px;
    right: 35px;
    bottom: 40px;
    display: flex;
    float: right;
    align-items: center;
    justify-content: end;
    width: 40px;
    padding: 10px;
    color: #000000;
    background-color: #eee !important;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: 1;
    border-radius: 5px;
    transition: opacity .15s ease;
}

.carousel-control-prev{
    left: -80px;
}

.carousel-control-prev-icon {
    background-image: url(../images/prev.svg);
}

.carousel-control-next-icon {
    background-image: url(../images/next.svg);
}

.carousel-control-next:hover, .carousel-control-prev:hover{
    background-color: #ffcb08 !important;
}

.slider_img_col{
    height: 100vh;
    background: no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.carousel-indicators {
    width: 300px;
    position: absolute;
    right: 0;
    bottom: 25%;
    left: 0;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 8%;
    text-align: left;
}

.carousel-indicators [data-bs-target] {
    opacity: 1 !important;
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 200px;
    height: 85px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: 0px;
    cursor: pointer;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.indi_img_box{
    background-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;
}

.indi_text_box{
    background-color: #ffffff;
}

.carousel-indicators .active .indi_img_box{
    background-color: #662D91;
}

.carousel-indicators .active .indi_text_box{
    background-color: #662D91;
}

.carousel-indicators svg path{
    fill: #000000 !important;
}

.carousel-indicators .active p{
    color: #fff;
}

.carousel-indicators .active svg path{
    fill: #ffffff !important;
}

/* slider */

.magenta_btn{
    background-color: #662D91;
    border: 1px solid #662D91 !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; */
}

.magenta_btn:focus{
    background-color: #FFCD03;
    border: 1px solid #FFCD03 !important;
    color: #000000 !important;
}

.magenta_btn:focus-visible{
    background-color: #FFCD03;
    border: 1px solid #FFCD03 !important;
    color: #000000 !important;
}

.magenta_btn:hover{
    background-color: #FFCD03;
    border: 1px solid #FFCD03 !important;
    color: #000000 !important;
    border-radius: 8px;
}

.magenta_line_btn{
    background-color: #ffffff;
    border: 1px solid #662D91 !important;
    color: #662D91 !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; */
}

.magenta_line_btn:focus{
    background-color: #FFCD03;
    border: 1px solid #FFCD03 !important;
    color: #000000 !important;
}

.magenta_line_btn:focus-visible{
    background-color: #FFCD03;
    border: 1px solid #FFCD03 !important;
    color: #000000 !important;
}

.magenta_line_btn:hover{
    background-color: #FFCD03;
    border: 1px solid #FFCD03 !important;
    color: #000000 !important;
    border-radius: 8px;
}

.shop_box{
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #cccccc;
}

.shop_box:last-child{
    border-right: none;
}

.step_section{
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(../images/bg.jpg) !important;
    background: no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.storage_card{
    position: relative;
    height: 400px;
    background: no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.box_text{
    width: 100%;
    position: absolute;
    padding: 15px;
    bottom: 0px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 75%);
}

.storage_card:hover .indi_img_box{
    background-color: #FFCE0B !important;
}

.storage_card:hover .box_text{
    padding-bottom: 30px;
}

.welcome_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%;
    background-attachment: fixed;
}

.welcome_bg{
    background: no-repeat center top scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.welcome_logo_box{
    padding: 50px;
    min-height: 370px;
}

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

/* 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_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_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: #FFCE0B;
    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_social_icon .fa-brands:hover{
   background-color: #662D91; 
   color: #ffffff !important;
}

.footer_st_box:hover .indi_img_box{
    background-color: #662D91;
}

.footer_st_box:hover .indi_img_box svg path{
    fill: #ffffff;
}

.footer_st_box:hover .indi_text_box{
    background-color: #662D91; 
    color: #ffffff !important;
}

.footer_st_box:hover .indi_text_box p{
    color: #ffffff !important;
}

/* footer section */

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

/* inner pages */
.inner_page_top_section{
    margin-top: 85px;
}

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

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: #662D91 !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active svg path{
    fill: #ffffff !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active p{
    color: #ffffff !important;
}

.nav-tabs .nav-link{
    margin-right: 10px;
}

/* inner pages */

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

/* pagination */
.page-item{
    margin-left: 8px;
}

.page-item.active .page-link {
    font-size: 13px;
    z-index: 3;
    color: #fff;
    background-color: #FF004D;
    border-color: #FF004D;
}

.page-link {
    font-size: 13px;
    position: relative;
    display: block;
    color: #373737;
    padding: 18px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #FF004D;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.page-link:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #FF004D;
    border-color: #FF004D;
}
/* pagination */

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

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

/*scroll bar style*/

/* accordion */
.accordion-item{
    margin-bottom: 20px;
}

.accordion-button:not(.collapsed) {
    background-color: #e9e9e6 !important;
    color: #000000;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.accordion-button {
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    height: 75px;
    width: 100%;
    margin-bottom: 10px;
    background-color: #ffffff !important;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 16px;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    background-color: var(--bs-accordion-btn-bg);
    border: 1px solid #818FB4;
    border-radius: 10px !important;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
}

.accordion-button:hover{
    background-color: #e9e9e6 !important;
    color: #000000;
}

.accordion{
    --bs-accordion-bg: transparent !important;
    --bs-accordion-border-width: none !important;
    border: none !important;
}

.accordion-collapse{
    background-color: #ffffff;
    border-radius: 10px;
    margin-bottom: 0px;
}
/* accordion */