@charset "utf-8";

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

html{
    overflow-x: hidden !important;
} 

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

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

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

.no_padd_left {
  padding-left: 0px;
}

.btn:focus {
    background-color: #818FB4 !important;
    border-color: #818FB4 !important;
    box-shadow: none;
}

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

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    line-height: 0 !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);
}

.m_h_230{
    min-height: 230px;
}

.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: 10px;
    font-size: 15px;
    line-height: 15px !important;
    width: 35px;
    text-align: center;
    text-decoration: none;
    margin: 2px 0px;
    border-radius: 5px;
    background-color: #004382;
    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;
}

.top_social_icon .fa-brands:hover{
   background-color: #FF004D; 
   color: #ffffff !important;
}

.theme_red_bg{
    background-color: #FF004D;
}

.theme_dark_blue_bg{
    background-color: #363062;
}

.theme_light_blue_bg{
    background-color: #818FB4;
}

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

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


.white_text{
    color: #ffffff !important;
}

.red_text{
    color: #FF004D !important;
}

.btn:active{
    background-color: #000000 !important;
}

.red_btn{
    background-color: #ffffff;
    border: 1px solid #FF004D !important;
    color: #696969 !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: #ffffff;
    border: 1px solid #FF004D !important;
    color: #696969 !important;
}

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

.red_btn:hover{
    border: 1px solid #FF004D !important;
    background-color: #FF004D;
    color: #ffffff !important;
    border-radius: 8px;
}

.red_btn_active{
    font-size: 13px !important;
    padding: 12px 30px !important; 
    border-radius: 5px;
    border: 1px solid #FF004D !important;
    background-color: #FF004D;
    color: #ffffff !important;
    border-radius: 8px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.red_btn_active:hover :focus-visible{
    border: 1px solid #3D3D3D !important;
    background-color: #3D3D3D;
    color: #ffffff !important;
    border-radius: 8px;
}

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

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

.special_btn:hover{
    border: 1px solid #818FB4 !important;
    background-color: #818FB4;
    color: #ffffff !important;
    border-radius: 8px;
}

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

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

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

.blue_btn:hover{
    border: 1px solid #3d3d3d !important;
    background-color: #3d3d3d;
    color: #ffffff !important;
    border-radius: 8px;
}

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

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

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

.land_btn{
    margin-top: 5px;
    background-color: #004382;
    padding: 5px;
    color: #ffffff;
    width: fit-content;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.land_btn p{
    color: #ffffff;
}

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

.land_btn p a:hover{
    color: #FF004D; 
}

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

.offcanvas.offcanvas-bottom {
    /* right: 0; */
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: none !important;
    transform: translateY(100%);
}

.offcanvas{
    width: 450px;
    height: 310px !important;
    margin: 15px;
}

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

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


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

.search-icon .nav-link{
    font-size: 15px !important;
}

.menu_logo{
    position: absolute;
    width: 130px;
    top: 0px;
}

.top_nav_bar_ul{
    background-color: #ffffff;
    padding: 10px 20px;
}

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

.dropdown-item {
    font-size: 13px;
}


.navbar .megamenu{ padding: 1rem; }
/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .has-megamenu{position:static!important;}
	.navbar .megamenu{
        left:auto; 
        right:0; 
        width:75%; 
        margin-top:0;  }
}	
/* ============ desktop view .end// ============ */


/* ============ mobile view ============ */
@media(max-width: 991px){
	.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
		overflow-y: auto;
	    max-height: 90vh;
	    margin-top:10px;
	}
}
/* ============ mobile view .end// ============ */
/*====== menu =====*/

.navbar .megamenu{
    background-color: rgba(54, 48, 98, 0.9);
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: rgba(54, 48, 98, 0.9);
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item{
    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;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item:hover{
    background-color: transparent !important;
    color: #FF004D !important;
}

.top_menu_sub_item{
    padding-bottom: 5px;
    margin-bottom: 10px;
    border-bottom: 1px solid #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;
}

.top_menu_sub_item .bg-white{
    background-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;
}

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

.top_menu_sub_item:hover p{
    color: #FF004D !important;
}

.top_menu_sub_item:hover .bg-white{
    background-color: #ffffff !important;
}

.site_search_ul{
    padding: 9px 9px;
    position: absolute;
    right: 15px;
}

.navbar-collapse {
    margin-right: 65px;
}

/* slider */
.main_slider .carousel-item {
    height: 100vh;
    min-height: 450px;
    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;
}

.slider_image_caption_item img{
    position: inherit;
    width: 700px !important;
    display: flex;
}

.slider_img_01{
    left: -140px;
    z-index: 99;
}

.slider_img_02{
    left: 70px;
}

.slider_img_03{
    right: -240px;
}

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

.caption_text{
    width: 500px;
    position: relative !important;
    text-align: left;
    height: 100vh;
}

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

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

.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_bottom_social_links{
    position: relative;
    z-index: 999;
    width: 300px;
    top: -40px;
}
/* slider */

/* product section */
.prod_section{
    background-image: url(../images/image.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 0px;
    height: 680px;
}

.prod_card {
    height: 680px;
    position:relative;
    border:none; 
    border-radius:0; /* custom styling cards */
    background-position:center top; 
    background-repeat:no-repeat; 
    background-size:cover;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.card-body {
    padding: 20px;
    color: #fff;
    z-index: 9999;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    height: 100%;
    align-content: flex-end;
}

.card-body p{
    color: #ffffff;
}
  
.prod_card_1:before {
    content:''; 
    display:block; 
    position:absolute; 
    width:100%; 
    height:100%; 
    background:rgb(44 38 85);
    transition: background-color 0.5s ease;
}

.prod_card_2:before {
    content:''; 
    display:block; 
    position:absolute; 
    width:100%; 
    height:100%; 
    background:rgba(82,75,132,1);
    transition: background-color 0.5s ease; 
}

.prod_card_3:before {
    content:''; 
    display:block; 
    position:absolute; 
    width:100%; 
    height:100%; 
    background:rgba(129,143,180,1);
    transition: background-color 0.5s ease;
}
  
.prod_card:hover:before {
    background:rgba(0,0,0,0.5);
}

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

.prod_img_box:hover{
    background-color: #FF004D;
}

.prod_card:hover .prod_img_box{
    background-color: #FF004D;
}

.prod_hover_img{
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.prod_img{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.prod_card:hover .prod_hover_img{
    opacity: 1;
}

.prod_card:hover .prod_img{
    opacity: 0;
}
/* product section */

/* all product section */
.all_prod_section{
    background-image: url(../images/cor_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 200px;
    padding-bottom: 40px;
    padding-left: 50px;
}

.home_page_tab_height{
    min-height: 700px;
}

.sub_prod_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;
    margin-bottom: 30px;
    min-height: 200px;
    color: #000000;
}

.sub_prod_box p{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

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

.sub_prod_box:hover{
    background-color: #FF004D;
    color: #ffffff !important;
}

.sub_prod_box i{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.sub_prod_box:hover i{
    margin-left: 15px;
}

.sub_pro_img{
    width: 500px;
}
/* all product section */

/* stats section */
.stats_section{
    background-image: url(../images/stat_bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 40px;
    padding-left: 50px;
    background-color: #ffffff;
}

.stat_box_col{
    padding: 100px 30px;
}

.stat_box{
    background-color: #ECECEC;
    padding: 50px 20px 20px 20px;
    margin-bottom: 30px;
}

.exp_circle {
    background-color: #004382;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    padding: 50px;
    width: fit-content;
    margin: 30px;
}

.exp_circle h1{
    font-weight: 900;
    font-size: 60px;
}

/* stats section */

/* news section */
.news_section{
    background-image: url(../images/red_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 0px;
    padding-top: 40px;
}

.news_main_row{
    padding-top: 80px;
}

.news_box_div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 700px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news_box_div:hover i{
    color: #FF004D;
}

.sub_news_box_div:hover i{
    color: #FF004D;
}

.news_box_div:hover .white_btn{
    border: 1px solid #FF004D !important;
    background-color: #FF004D;
    color: #ffffff !important;
    border-radius: 8px;
}

.sub_news_box_div:hover .white_btn{
    border: 1px solid #FF004D !important;
    background-color: #FF004D;
    color: #ffffff !important;
    border-radius: 8px;
}

.sub_news_box_div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 600px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
} 

.news_box_caption p{
    color: #ffffff;
}

.news_box_caption{
    text-align: left;
    padding: 40px;
    color: #ffffff;
}

.news_box_caption p{
    color: #ffffff;
}

.news_box_caption .sub_heading{
    position: relative;
    z-index: 9;
}

.news_box_caption p{
    position: relative;
    z-index: 9;
}

.news_box_caption a{
    position: relative;
    z-index: 9;
}

.news_box_caption:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

#main_news_slider .carousel-control-prev{
    background-color: transparent !important;
    font-size: 40px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ffffff;
    left: -65px;
}

#main_news_slider .carousel-control-next{
    background-color: transparent !important;
    font-size: 40px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ffffff;
    right: 20px;
}

#main_news_slider .carousel-control-prev:hover{
    color: #FF004D;
}

#main_news_slider .carousel-control-next:hover{
    color: #FF004D;
}
/* news section */

/* award section */
.award_section{
    background-image: url(../images/award_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-bottom: 70px;
    padding-top: 70px;
}

.award_box{
    min-height: 180px;
    width: 100%;
}

.award_box img{
    width: 95px;
}
/* award section */

/* social media section */
.social_section{
    background-image: url(../images/social_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 40px;
    padding-top: 70px;
}

.social_couple_img{
    width: 400px;
}

.social_wall_div{
    height: 600px;
    background-color: #ffffff;
}
/* social media section */

/* partnership section */
.corp_partner_section{
    background-image: url(../images/co_part_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding-bottom: 70px;
    padding-top: 70px;
}

.inter_partner_section{
    background-image: url(../images/inter_part_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
    padding-bottom: 70px;
    padding-top: 70px;
}

.partnership_div{
    background-color: rgba(225, 225, 225, 0.5);
}
/* partnership section */

/* subscribe section */
.subscribe_section{
    background-color: #FF004D;
    padding-bottom: 0px;
    padding-top: 120px;
}

.subs_img{
    margin-top: 20px;
}
/* subscribe section */

/* event section */

.date_box{
    background-color: #FF004D;
    padding: 20px;
    border-radius: 10px;
    font-weight: 800;
    color: #ffffff;
}

#main_event_slider .carousel-control-prev{
    background-color: transparent !important;
    font-size: 40px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ffffff;
    left: 0px;
    margin-top: 0px;
}

#main_event_slider .carousel-control-next{
    background-color: transparent !important;
    font-size: 40px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    color: #ffffff;
    right: 0px;
    margin-top: 0px;
}

#main_event_slider .carousel-control-prev:hover{
    color: #FF004D;
}

#main_event_slider .carousel-control-next:hover{
    color: #FF004D;
}
/* news section */

/* event section */

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

/* footer section */
.footer_section p{
    color: #ffffff;
}

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

.footer_section p a:hover{
    color: #FF004D;
    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: #FF004D;
    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: #004382;
    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;
    line-height: 1 !important;
}

.footer_social_icon .fa-brands:hover{
   background-color: #FF004D; 
   color: #ffffff !important;
}

.button-icon-container{
    position: fixed;
    right: 50px;
    bottom: 210px;
    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: 188px;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    z-index: 999;
  }

  .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 .slider_image_caption_item {
    position: absolute;
    width: 50%;
    height: 800px;
    bottom: 0px;
    right: 0px;
}

.inner_page_top_section .slider_image_caption_item img{
    position: inherit;
    width: 600px !important;
    display: flex;
}

.inner_page_top_section .caption_text {
    width: 50%;
    position: relative !important;
    text-align: left;
    height: auto;
}

.inner_page_top_section .carousel_caption_col h1{
    font-size: 28px;
}

.inner_page_top_section .carousel-caption{
    padding-left: 24px;
}

.breadcrumb{
    color: #696969;
    font-style: italic;
    font-size: 13px;
    width: 50%;
}

.breadcrumb a{
    color: #696969;
}

.breadcrumb .active{
    font-style: italic;
    font-size: 13px;
}

.award_first_sec{
    background-image: url(../images/award_bg_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 60px;
}

.award_second_sec{
    background-image: url(../images/award_bg_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 60px;
}

.award_img_box{
    position: relative;
    width: 120px;
    margin-top: -80px;
    margin-bottom: 25px;
    float: left;
    margin-right: 30px;
}

.listing_award_box{
    margin-top: 80px;
    margin-bottom: 25px;
    min-height: 240px;
}

.indiv_prod_section{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 0px;
    padding-top: 50px;
    height: auto;
    z-index: 1;
}

.product_text_col{
    padding-bottom: 100px;
}

.slider_contain_bg{
    background-color: #333333;
    height: 600px;
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
}

.member_img_box{
    background-image: url(../images/member_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.member_img{
    width: 300px;
}

.member_img_col{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

/* .member_img_col:hover img{
    filter: grayscale(100%);
} */

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

.member_img_col:hover .sub_heading{
    color: #FF004D;
}

.member_img_col i{
    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;
}

.member_img_col:hover i{
    color: #FF004D;
    padding-left: 20px;
}

.member_text_col{
    padding-left: 50px;
}

.no_flip_img{
    position: relative;
    z-index: 99;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.member_img_col:hover .no_flip_img{
    opacity: 0;
}

.flip_img{
    position: relative;
    z-index: 99;
    opacity: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.member_img_col:hover .flip_img{
    opacity: 1;
    filter: grayscale(0%) !important;
}

.box_padding{
    padding: 40px 60px;
}

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

.our_team_text_col{
    background-color: #ffffff;
    position: relative;
    z-index: 999;
    margin-top: -150px;
}

.slider_sub_news_box_div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 420px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.slider_sub_news_box_div:hover i{
    color: #FF004D;
}

.slider_sub_news_box_div:hover .white_btn{
    border: 1px solid #FF004D !important;
    background-color: #FF004D;
    color: #ffffff !important;
    border-radius: 8px;
}

.team_gath_slider_con{
    padding-bottom: 250px;
}

.testi_col{
    padding: 25px;
    margin-top: -230px;
}

.job_form_col{
    background-color: #363062;
    padding: 60px 100px 30px 30px;
}

.submit_form_right_img{
    right: -200px !important;
    width: 300px;
}

.news_tag_div{
    position: relative;
    z-index: 999;
    padding: 20px;
    margin-bottom: 35px !important;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: -50px;
    min-height: 250px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.news_tag_div .sub_heading b{
    font-weight: 600 !important;
}

.news_tag_div:hover{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.news_tag_div:hover .red_btn{
    border: 1px solid #FF004D !important;
    background-color: #FF004D;
    color: #ffffff !important;
    border-radius: 8px;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffffff;
    font-weight: 600;
    background-color: #FF004D;
}

.nav-pills .nav-link {
    color: #000000;
    font-weight: 600;
    background-color: #ffffff;
    border: 1px solid #FF004D;
    margin-right: 5px;
}

.nav-pills .nav-link:hover {
    color: #ffffff;
    font-weight: 600;
    background-color: #FF004D;
}

.nav-pills .nav-item .nav-link.active::before {
    content: "";
    position: absolute;
    margin-top: 27px;
    border-top: 8px solid #FF004D;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}

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

.history_side_img{
    margin-top: -150px;
    z-index: 99;
}

.time_line_section{
    background-image: url(../images/time_line_bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.year_box{
    display: flex;
    align-items: center;
    padding: 40px;
    width: fit-content;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.year_box h1{
    color: #FF004D;
    font-weight: 900;
    font-size: 50px;
    margin-bottom: 0px;
}

.dotted_circle_left{
    /* position: absolute;
    right: 15px; */
    margin-left: -68px;
    width: 90px;
    height: 90px;
    border: 5px dotted #FF004D;
    /* animation: mymove 5s infinite; */
    border-radius: 50%;
}

.pop_dotted_circle_left{
    position: absolute;
    right: 15px;
    width: 90px;
    height: 90px;
    border: 5px dotted #FF004D;
    /* animation: mymove 5s infinite; */
    border-radius: 50%;
}

.dotted_circle_right{
    /* position: absolute; */
    /* top: 75px; */
    margin-left: -68px;
    width: 90px;
    height: 90px;
    border: 5px dotted #FF004D;
    /* animation: mymove 5s infinite; */
    border-radius: 50%;
}

@keyframes mymove {
    50% {transform: rotate(180deg);}
}

.milestone_text_div{
    cursor: pointer;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.milestone_text_div p{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.milestone_text_left{
    border-left: 1px solid #363062;
}

.milestone_text_right{
    text-align: left;
    border-right: 1px solid #363062
}

.milestone_text_left:hover .view_a{
    color: #FF004D;
    padding-left: 20px;
}

.milestone_text_right:hover .view_a{
    color: #FF004D;
    padding-right: 20px;
}

.milestone_bottom_img{
    width: 350px;
}

.milestone_bottom_img_2{
    width: 350px;
    margin-right: -100px;
}

.modal-backdrop.show {
    display: none;
}

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

.miles_popup_li_col{
    padding: 30px;
}

.csr_top_btn_div{
    height: 10px;
    border-radius: 5px;
    width: 100%;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.csr_item{
    position: relative;
}

.csr_item:hover .csr_top_btn_div{
    background-color: #FF004D;
}

.csr_top_btn_div_active{
    background-color: #FF004D;
}

.csr_top_btn_div_active::after {
    content: "";
    position: absolute;
    width: 20px;
    margin-top: -10px;
    border-bottom: 10px solid #FF004D;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    left: 50%;
}

.bank_design_bg_section{
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url(../images/bank_design_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

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

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

.accordion-button {
    font-weight: 700;
    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: 1rem;
    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-body .special_btn{
    margin-left: 15px;
}

.accordion-button:hover{
    background-color: #818FB4 !important;
    color: #ffffff;
}

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

.table>tbody {
    vertical-align: middle !important;
}

.table{
    --bs-table-bg: transparent !important;
    --bs-table-border-color: #cccccc !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;
    --bs-table-hover-bg: #ffffff !important;
}

.table p{
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

tr:hover p{
    color: #FF004D !important;
}

.download_div{
    position: relative;
    z-index: 999;
    padding: 20px;
    width: 100%;
    margin-bottom: 35px !important;
    background-color: #ffffff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 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;
}

.download_div .third_heading b{
    font-weight: 400 !important;
}

.download_div:hover{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.download_div .main_i{
    font-size: 30px;
    color: #ff004d;
}

.download_div:hover .blue_btn{
    border: 1px solid #FF004D !important;
    background-color: #FF004D;
    color: #ffffff !important;
    border-radius: 8px;
}

.bank_logo_slider_box{
    background-color: #ffffff !important;
    min-height: auto;
}

.slider-card .Participants_box{
    min-height: 280px;
}

#testi_slider{
    min-height: 500px;
}

.white_bg_section{
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../images/white_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
}

.table-dark {
    --bs-table-color: #fff;
    --bs-table-bg: #363062;
    --bs-table-border-color: #4d5154;
    --bs-table-striped-bg: #2c3034;
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: #373b3e;
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #fff;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.table>:not(caption)>*>* {
    padding: 12px;
    font-size: 13px;
    color: var(--bs-table-color-state,var(--bs-table-color-type,var(--bs-table-color)));
    background-color: var(--bs-table-bg);
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state,var(--bs-table-bg-type,var(--bs-table-accent-bg)));
}

.mobile_app_row .mobile_app_img{
    position: relative;
    right: -90px;
    top: 40px;
}

.mobile_app_text_col{
    padding-left: 100px !important;
}

.cus_chargers_con {
    padding-bottom: 0px;
    padding-top: 120px;
}

.upcoming_sec .white_btn{
    margin-bottom: 30px;
}

.skew_bottom {
    position: relative;
    width: 100%;
    position: relative;
    background: #4972AB;
    margin-bottom: 40px;
}

.skew_bottom:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    top: 0px;
    left: 0;
    z-index: -1;
    background: #4972AB;
    /* transform-origin: bottom right; */
    transform: skew(0deg,-1deg);
}

.skew_bottom:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    bottom: -25px;
    left: 0;
    z-index: -1;
    background: #4972AB;
    /* transform-origin: bottom right; */
    transform: skew(0deg,-1deg);
}

.skew_top {
    position: relative;
    width: 100%;
    position: relative;
    background: #0F366D;
    /* margin-bottom: -40px; */
}
.skew_top:before {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    top: -28px;
    left: 0;
    z-index: -1;
    background: #0F366D;
    /* transform-origin: bottom right; */
    transform: skew(0deg,359deg);
}

.skew_top:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 40px;
    bottom: 0px;
    left: 0;
    z-index: -1;
    background: #0F366D;
    /* transform-origin: bottom right; */
    transform: skew(0deg,-1deg);
}

.content_bg{
    position: relative;
    min-height: 500px;
    background-color: #eeeeee;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.slider_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
    z-index: 3;
}

.digital_sig_section {
    background-image: url(../images/digital-signature-solutions.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 40px;
    padding-bottom: 0px;
    height: 680px;
}

/* 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 */
  

/* search */

.search-bar{
    display:none; 
    padding: 25px; 
    background-color: #004382; 
    color: #FFF; 
    position: relative;
    z-index: 9999999;
}

.search-form input[type="search"]{
    border:none; 
    width: 80%; 
    font-size: 30px; 
    padding: 10px; 
    background-color: #004382; 
    color: #FFF; 
}

.search-form input[type="search"]:focus{
    outline: none;
} 

/* search */

/* scroll top */
  .progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 80px;
    height: 46px;
    width: 46px;
    background-color: #ffffff;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.2);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
  .progress-wrap::after {
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    content: '\f176';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #1f2029;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .lightScrollIcon::after {
    color: #ecedf3 !important;
  }
  
  .progress-wrap:hover::after {
    opacity: 0;
  }
  
  .progress-wrap::before {
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-weight: 900;
    content: '\f176';
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    opacity: 0;
    background-image: linear-gradient(298deg, #da2c4d, #f8ab37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
  
  .progress-wrap:hover::before {
    opacity: 1;
  }
  
  .progress-wrap svg path {
    fill: none;
  }
  
  .progress-wrap svg.progress-circle path {
    stroke: #FF004D;
    stroke-width: 6;
    box-sizing: border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
  }
/* scroll top */

/* pagination styles */

.pagination {
    list-style: none;
    display: flex;
    justify-content: flex-end;
}

.pagination li {
    margin-right: 2px;
}

.pagination li a {
    font-size: 13px;
    position: relative;
    display: block;
    color: #373737;
    padding: 15px 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;
}

.pagination li.active a {
    background-color: #FF004D;
    color: #fff;
    border-color: #FF004D;
}

.pagination li.disabled a {
    pointer-events: none;
    background-color: #fff;
    color: #777;
    border-color: #FF004D;
}

.pagination li a:hover {
    background-color: #FF004D;
    color: #fff;
    border-color: #FF004D;
}

/* pagination styles */

/* error page animation */
.error404 #main-wrapper{width:100%}
.error404 #sidebar-wrapper{display:none}
.errorWrap{color:#444444;text-align:center;padding:60px 0;width:50%;margin:0 auto;}
.wheel{animation:wheel-rotate 6s ease infinite;transform-origin:center;transform-box:fill-box}
@keyframes wheel-rotate{50%{transform:rotate(360deg);animation-timing-function:cubic-bezier(0.55,0.085,0.68,0.53)}100%{transform:rotate(960deg)}}
.clock-hand-1{animation:clock-rotate 3s linear infinite;transform-origin:bottom;transform-box:fill-box}
.clock-hand-2{animation:clock-rotate 6s linear infinite;transform-origin:bottom;transform-box:fill-box}
@keyframes clock-rotate{100%{transform:rotate(360deg)}}
#box-top{animation:box-top-anim 2s linear infinite;transform-origin:right top;transform-box:fill-box}
@keyframes box-top-anim{50%{transform:rotate(-5deg)}}
#umbrella{animation:umbrella-anim 6s linear infinite;transform-origin:center;transform-box:fill-box}
@keyframes umbrella-anim{25%{transform:translateY(10px) rotate(5deg)}75%{transform:rotate(-5deg)}}
#cup{animation:cup-rotate 3s cubic-bezier(0.455,0.03,0.515,0.955) infinite;transform-origin:top left;transform-box:fill-box}
@keyframes cup-rotate{50%{transform:rotate(-5deg)}}
#pillow{animation:pillow-anim 3s linear infinite;transform-origin:center;transform-box:fill-box}
@keyframes pillow-anim{25%{transform:rotate(10deg) translateY(5px)}75%{transform:rotate(-10deg)}}
#stripe{animation:stripe-anim 3s linear infinite;transform-origin:center;transform-box:fill-box}
@keyframes stripe-anim{25%{transform:translate(10px,0) rotate(-10deg)}75%{transform:translateX(10px)}}
#bike{animation:bike-anim 6s ease infinite}
@keyframes bike-anim{0%{transform:translateX(-1300px)}50%{transform:translateX(0);animation-timing-function:cubic-bezier(0.47,0,0.745,0.715)}100%{transform:translateX(1300px)}}
#rucksack{animation:ruck-anim 3s linear infinite;transform-origin:top;transform-box:fill-box}
@keyframes ruck-anim{50%{transform:rotate(5deg)}}
.error_page .circle{animation:circle-anim ease infinite;transform-origin:center;transform-box:fill-box;perspective:0}
.error_page .circle.c1{animation-duration:2s}
.error_page .circle.c2{animation-duration:3s}
.error_page .circle.c3{animation-duration:1s}
.error_page .circle.c4{animation-duration:1s}
.error_page .circle.c5{animation-duration:2s}
.error_page .circle.c6{animation-duration:3s}
@keyframes circle-anim{50%{transform:scale(.2) rotateX(360deg) rotateY(360deg)}}
.four,#ou{animation:four-anim cubic-bezier(0.39,0.575,0.565,1) infinite}
.four.a{transform-origin:bottom left;animation-duration:3s;transform-box:fill-box}
.four.b{transform-origin:bottom right;animation-duration:3s;transform-box:fill-box}
#ou{animation-duration:6s;transform-origin:center;transform-box:fill-box}
.cls-1{fill:#ffc541}
.cls-8.wheel,.cls-2{fill:#FF004D}
.cls-3{fill:#363062}
.cls-4{fill:#f78d5e}
.cls-5{fill:#fa976c}
.cls-6,.cls-7,.cls-8{fill:#b65c32}
.cls-10,.cls-6{opacity:0.6}
.cls-7{opacity:0.4}
.cls-9{fill:#f4b73b}
.cls-11{fill:#f9c358}
.cls-12{fill:#9b462c}
.cls-13{fill:#aa512e}
.cls-14{fill:#363062}
/* error page animation */


/* infographic */
:root {
    --font-size: 0.8em;
    --bg1: #f5f8f7;
    --blue: #3498db;
    --green: #2ecc71;
    --purple: #9b59b6;
    --gold: #f1c40f;
    --red: #e74c3c;
    --orange: #e67e22;
    --shadow1: 0 2px 4px #00000026, 0 3px 6px #0000001f;
    --shadow2: 0 2px 6px #00000044, 0 4px 7px #00000022;
  }
  
  ul.infoGraphic {
    font-size: var(--font-size);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  ul.infoGraphic li {
    position: relative;
    width: 100%;
    max-width: 25em;
    background: var(--bg1);
    border-radius: 0.5em;
    padding: 0.5em;
    z-index: 1;
    transition: all 0.2s;
    cursor: pointer;
    list-style: none;
  }
  ul.infoGraphic li .numberWrap {
    position: absolute;
  }
  ul.infoGraphic li .number {
    font-family: "maven pro", sans-serif;
    font-size: 10em;
    font-weight: 900;
    width: 0.9em;
    text-align: center;
  }
  ul.infoGraphic li .number.fontColor1 {
    color: var(--blue);
  }
  ul.infoGraphic li .number.fontColor2 {
    color: var(--green);
  }
  ul.infoGraphic li .number.fontColor3 {
    color: var(--purple);
  }
  ul.infoGraphic li .number.fontColor4 {
    color: var(--gold);
  }
  ul.infoGraphic li .number.fontColor5 {
    color: var(--red);
  }
  ul.infoGraphic li .number.fontColor6 {
    color: var(--orange);
  }
  ul.infoGraphic li .coverWrap {
    transform: rotate(130deg);
    position: absolute;
    width: 18em;
    height: 15em;
    left: -3em;
    top: -1em;
  }
  ul.infoGraphic li .coverWrap .numberCover {
    position: absolute;
    background: var(--bg1);
    width: 18em;
    height: 6em;
    border-radius: 50% 50% 0 0;
    border-bottom: 3px solid #f5f8f7;
    transition: all 0.4s;
  }
  ul.infoGraphic li .coverWrap .numberCover::before {
    position: absolute;
    content: "";
    bottom: 5px;
    left: 4em;
    right: 4em;
    top: 5em;
    box-shadow: 0 0 30px 17px #48668577;
    border-radius: 100px/10px;
    z-index: -1;
  }
  ul.infoGraphic li .coverWrap .numberCover::after {
    position: absolute;
    bottom: 0;
    content: "";
    left: -10%;
    width: 120%;
    height: 150%;
    background: radial-gradient(at bottom, #48668533, transparent, transparent);
    z-index: 1;
  }
  ul.infoGraphic li .content {
    margin: 8em 3em 1em 7em;
    position: relative;
  }
  ul.infoGraphic li .content h2 {
    font-size: 1.7em;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  ul.infoGraphic li .content p {
    line-height: 1.5em;
  }
  
  ul.infoGraphic li:hover .coverWrap .numberCover {
    border-radius: 100%;
  }
  
  .icon {
    position: absolute;
    font-size: 2rem;
    text-align: center;
    top: -1.3em;
    left: 50%;
    transform: translatex(-50%);
  }
  .icon:before {
    color: #666;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
  }
  
  .iconCodepen:before {
    content: "";
  }
  
  .iconSocial:before {
    content: "";
  }
  
  .iconAirplane:before {
    content: "";
  }
  
  .iconMap:before {
    content: "";
  }
  
  .iconBulb:before {
    content: "";
  }
  
  .iconPeace:before {
    content: "";
  }
  
  .controls {
    position: fixed;
    z-index: 2;
    bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #d7d7d7a1;
    padding: 0.5rem 2em;
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border: 1px solid #0000004d;
  }
  
  .sliderBox {
    text-align: center;
  }
  .sliderBox .range-value {
    font-weight: 500;
    font-size: 22px;
  }
  
  input[type=range] {
    width: 100%;
    margin: 1em 0;
    -webkit-appearance: none;
  }
  
  input[type=range]:focus {
    outline: none;
  }
  
  input[type=range]::-webkit-slider-runnable-track {
    background: #00000066;
    border: 0;
    border-radius: 1.3px;
    width: 100%;
    height: 2px;
    cursor: pointer;
  }
  
  input[type=range]::-webkit-slider-thumb {
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: #eee;
    box-shadow: inset 0px 1px 1px #ffffff66, 0px 1px 3px black;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    cursor: pointer;
    -webkit-appearance: none;
  }
  
  input[type=range]:focus::-webkit-slider-runnable-track {
    background: #eee;
  }
  
  input[type=range]::-moz-range-track {
    background: #000;
    border: 0;
    border-radius: 1.3px;
    width: 100%;
    height: 1px;
    cursor: pointer;
  }
  
  input[type=range]::-moz-range-thumb {
    width: 25px;
    height: 25px;
    background: #151728;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    cursor: pointer;
  }
  
  input[type=range]::-ms-track {
    background: transparent;
    border-color: transparent;
    border-width: 13px 0;
    color: transparent;
    width: 100%;
    height: 1px;
    cursor: pointer;
  }
  
  input[type=range]::-ms-fill-lower {
    background: #151728;
    border: 0;
    border-radius: 2.6px;
  }
  
  input[type=range]::-ms-fill-upper {
    background: #151728;
    border: 0;
    border-radius: 2.6px;
  }
  
  input[type=range]::-ms-thumb {
    width: 25px;
    height: 25px;
    background: #151728;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 50px;
    cursor: pointer;
    margin-top: 0px;
    /*Needed to keep the Edge thumb centred*/
  }
  
  input[type=range]:focus::-ms-fill-lower {
    background: #ffffff;
  }
  
  input[type=range]:focus::-ms-fill-upper {
    background: #ffffff;
  }
/* infographic */

/*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: #004382;
    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*/

/*input field style*/

.is-invalid {
    border-color: red !important;
  }

/*input field style*/

/* chat bot */
.chatbot_icon{
    position: fixed;
    right: 50px;
    bottom: 132px;
    z-index: 9999999;
}

.chatbot_iframe_close_button{
    position: absolute;
    top: 20px;
    right: 38px;
    background: #ffffff;
    color: black;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 16px;
    cursor: pointer;
    z-index: 999999;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.chatbot_iframe_close_button:hover{
     background: #FF004D;
     color: #ffffff;
}
/* chat bot */

