


/* @font-face {
    font-family: 'Saira';
    src: url('../webfonts/Saira-Bold.woff2') format('woff2'),
        url('../webfonts/Saira-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'sairabold';
    src: url('../webfonts/saira-bold-webfont.woff2') format('woff2'),
         url('../webfonts/saira-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sairasemibold';
    src: url('../webfonts/saira-semibold-webfont.woff2') format('woff2'),
         url('../webfonts/saira-semibold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sairaregular';
    src: url('../webfonts/saira-regular-webfont.woff2') format('woff2'),
         url('../webfonts/saira-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Saira';
    src: url('../webfonts/Saira-Light.woff2') format('woff2'),
        url('../webfonts/Saira-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'sairamedium';
    src: url('../webfonts/saira-medium-webfont.woff2') format('woff2'),
         url('../webfonts/saira-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'sairaextrabold';
    src: url('../webfonts/saira-extrabold-webfont.woff2') format('woff2'),
         url('../webfonts/saira-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	font-size: 18px;
    line-height: 1.6;
    font-family: 'sairaregular';
	font-weight: normal;
	color: #000;	
}
ul {
    padding: 0;
    margin: 0;
}
ul li {
    list-style: none;
}
a {
    text-decoration: none;
    transition: all ease 0.5s;
}

.h1, h1 {
    font-size: 63px;
    line-height: 1.2;
    color: #1a1a1a;
    margin-bottom: 0;
    font-family: 'sairabold';
    font-weight: normal;
}

.h2, h2 {
    font-size: 40px;
    color: #1a1a1a;
    font-weight: normal;
    font-family: 'sairabold';
    line-height: 1.1;

}

.lg_heading {
    font-size: 52px;
    color: #9b1c1f;
    font-weight: normal;
    font-family: 'sairabold';
    line-height: 1.1;
    margin-bottom: 25px;
}

.h3, h3 {
    font-size: 24px;
    line-height: 1.4;
    color: #1a1a1a;
    font-weight: normal;
     font-family: 'sairabold';
    margin-bottom: 20px;
   
}

.h4, h4 {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: normal;
     font-family: 'sairabold';
   
}

.h5, h5 {
    color: #1a1a1a;
    font-weight: normal;
      font-family: 'sairabold';
   
}
.h6, h6 {
    color: #1a1a1a;
    font-weight: normal;
      font-family: 'sairabold';
}
strong{
    font-family: 'sairabold';
    font-weight: normal;
}

img {
    display: block;
    max-width: 100%;
}

.container {
    max-width: 1695px;
    margin: 0 auto;
    padding: 0 20px;
}

#wrapper {
    width: 100%;
    position: relative; 
    overflow: hidden;   
}

#wrap .content {
    width: 260px;
    height: auto;
    background: #9b1c1f;
    padding: 15px 15px 25px 15px;
  }
  #wrap {
    position: fixed;
    right: 0px;
    top: 272px;
    display: none;
    z-index: 999;
  }
  #wrap .content h3  {
    color: #fff;
    margin-bottom: 20px;
  }
  #wrap .content li {
    margin-bottom: 15px;
  }
  #wrap .content li a {
    color: #fff;
    display: flex;
    align-items: center;
  }
  #wrap .content li a span {
    display: inline-block;
    width: 30px;
    font-size: 24px;
    margin-right: 3px;
}
  .open-call {
    padding: 2px 2px 2px 15px;
    font-size: 20px;
    cursor: pointer;
    margin-top: 100px;
    position: fixed;
    top: 200px;
    right: -81px;
    z-index: 999;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    background: #9b1c1f;
    color: #fff;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    font-family: 'sairamedium';  
    opacity: 0;  
  }

  .open-call.hidden {
    opacity: 0;
    pointer-events: none;
}

.open-call.visible {
    opacity: 1;
    pointer-events: auto;
}
  .arrow_icon{
    /* transform: rotate(90deg); */
    width: 50px;
    height: 50px;
    background: #fff;
    color: #9b1c1f;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 15px;
}
.arrow_icon i{
    transform: rotate(90deg); 
    transition: all ease 0.5s;
}

.open-call.opened span.arrow_icon i {
    transform: rotate(-90deg);
}
  .close-call {
    position: absolute;
    left: 10px;
    top: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
  }

/* headerSite */
.headerSite {
    padding: 15px 0 15px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.headerSite.stickyhead {
    width: 100%;
    background: #fff;
    top: 0;
    position: fixed;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    
}

/* header.headerSite:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: inline-block;
        background: -moz-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(0, 47, 75, 0.5)));
        background: -webkit-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
        background: -o-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
        background: -ms-linear-gradient(top, rgba(0, 47, 75, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to bottom, rgba(0, 47, 75, 0.5) 0%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );
    
} */

/* .headerSite:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 67%, rgba(255, 255, 255, 1) 92%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(92%, rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 67%, rgba(255, 255, 255, 1) 92%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 67%, rgba(255, 255, 255, 1) 92%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 67%, rgba(255, 255, 255, 1) 92%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 67%, rgba(255, 255, 255, 1) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );

} */

.header_nav{
	display: block;
	width: 100%;
	position: relative;
	z-index: 99;
	padding: 13px 15px;
}
.header_nav .item-left{
	flex:0 0 20%;
    padding-left: 0;
}
.header_nav .item-center{
	flex:0 0 80%;
    padding-right: 0;
}
.mainheader { 
    padding-top: 45px;
}
/*.mainheader.sticky_header.header_media { background: #f8d506; }*/
#menu_divider { margin-top: 11px; float: left; width: 100%; height: 1px; overflow: hidden; background: #fff; float: left; transform: scaleY(0.5); }
#logo, .search .sprites {z-index: 99999; position: relative;}
.search_popup {z-index: 99999; position: relative;}
#logo{ margin-top: -18px; }
#logo img{ display: inline-block; }
.menu ul {display: inline-block;}
.menu {
    display: flex;
    justify-content: flex-end;
}
.menu ul li {
    padding: 0 0 42px;
    display: inline-block;
    margin: 0 27px; 
    position: relative; 
}
.menu ul li a {
    font-size: 20px;
    line-height: 1;
    color: #1a1a1a;
    position: relative;
    font-family: 'sairamedium';
}
.menu ul li a i {
    color: #9b1c1f;
}
.menu ul li:hover a {
    color: #9b1c1f;
}

.sticky_header .header_nav {
    padding: 0px 15px;
}
.sticky_header.headerSite {
    padding: 15px 0;
}
.sticky_header .logo img {
    width: 150px;
}

.menu ul li a:after{ content: " "; position: absolute; width: 0; height: 3px; background: #9b1c1f; position: absolute; left: 0px; top: 35px; transition: 0.3s; }
.menu ul li:hover > a:after{ width: 100%; }
.menu ul li a.no_border_animation:after, .menu ul li ul li a:after { content: ""; display: none; }
.menu li:hover > a, .menu li a:hover, .menu li a.active_menu {
    color: #9b1c1f;
}
.menu li a.has_dropdown:hover { border-bottom-color: transparent !important; }

header.sticky_header .mainheader { background: #fff; transition: 0.3s;z-index: 99; }
header.sticky_header .search .sprites { background-position: -84px -92px; }
header.sticky_header .menu ul li a:after{ background: #9b1c1f; }

.menu ul li:first-child {margin-left: 0;}
.menu ul li:last-child {margin-right: 0; }

.menu ul li ul {
    display: none;
    position: fixed;
    left: 0px;
    top: 145px;
    background: transparent;
    text-align: center;
    width: 100%;
    float: left;
    /* padding: 15px 0px 15px 0px; */
    padding: 0;
    border-top: 1px solid #999;
    background: rgba(255, 255, 255, 1);
    z-index: 2;
}
header.sticky_header .menu ul li ul { 
    top: 78px !important; 
    border-bottom: 1px solid #ddd; }
header .menu ul li ul.global_menu_open { top: 304px !important; }
.menu ul li ul li {
    background: none;
    display: inline-block;
    /* padding: 2px 0px; */
    padding: 16px 0;
    margin: 0px 40px 0px 12px!important;
    float: none;
    position: relative;
}
.menu ul li ul li:first-child { margin-left: 0px !important; }
.menu ul li ul li:last-child { margin-right: 0px !important; }
.menu ul li ul li a:hover {}
.menu ul li ul li a { 
    font-size: 18px; 
    padding-left: 4px; 
    padding-right: 4px; 
    color: #000 !important;
    
}
.menu ul li ul li a:hover {
    color: #9b1c1f !important;
    font-family: 'sairabold';
}
.mainheader.fw.pr.header_home .container {
    padding: 0;
}
#Mobile_Menu li { 
    position: relative; 
    float: left; 
    width: 100%; 
}
#Mobile_Menu li span {
    /* width: 30px;
    height: 20px; */
    display: block;
    position: absolute;
    right: 20px;
    top: 13px;
    transition: 0.5s;
    list-style: 1;
}
#Mobile_Menu li span i {
    font-size: 20px;
    line-height: 1;
}
#Mobile_Menu ul li ul li span {
    right: 10px;
    transform: rotate(0deg) !important;
}
#Mobile_Menu ul li ul li.has_dropdown.open span {
    transform: rotate(-180deg) !important;
}
.sticky_header  .mainheader {
    padding-top: 13px;
}
/* .sticky_header .menu ul li {
    padding: 0 0 20px;
}
.sticky_header .menu ul li ul li {
    padding: 0;
} */
#Mobile_Menu li.has_dropdown02 span { right: 10px; }
#Mobile_Menu li.has_dropdown02 > a { font-family: 'Avenir-Medium' !important; }
#Mobile_Menu li.has_dropdown.open span { transform: rotate(-180deg); }
#Mobile_Menu li.has_dropdown.open li.has_dropdown02 span { transform: none; }
#Mobile_Menu li.has_dropdown.open li.has_dropdown02.active span { transform: rotate(-180deg); }
#Mobile_Menu li.has_dropdown02 span:before, #Mobile_Menu li.has_dropdown02 span:after {
    height: 15px;
    width: 2px;
}
#Mobile_Menu li.has_dropdown02 span:before { 
    left:8px; 
}
.menu_icon {
    display: none;
}

/*Ipad CSS*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px)  {
    .menu ul li{ margin-left: 15px; margin-right: 15px; }
    /* .menu ul li ul li { padding-left: 10px; padding-right: 10px; } */
}

/*Lateral Hiring*/
/* .lateral_hiring_header .menu ul li:last-child { margin-left: 27px; } */
#Mobile_Menu ul { padding-top: 50px; }
/*Lateral Hiring*/

.menu ul li ul li ul { margin-top: 61px; display:none; }
.menu ul li ul li ul:after { background: #212120; }

.menu ul li ul li ul {
    width: 330px;
    right: 0;
    left: 0;
    position: absolute;
    top: 100%;
    margin: 0;
    background: #fafafa;
    text-align: left;
    padding: 10px 0px;
    z-index: 2;
}
/* .menu ul li ul li.has_inside_sub_menu {
    position: relative;    
}  */
.menu ul li ul li ul li {
    margin: 0 !important;
    padding: 9px 15px;
    display: block;
    width: 330px;
    border-bottom: 1px solid #c7c6c6;

}

header.sticky_header .menu ul li ul li ul {
    top: 100% !important;
}


/* mobile menuBar */
button.btn.menuBar {
    background: transparent;
    border: 0;
    border-radius: 0;
    width: 38px;
    padding: 2px 4px;
    display: block;
}
.menuBar span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    margin: 5.2px 0;
    padding: 0px 0;
}

.menuBar[aria-expanded="true"] .one {
    transform: rotate(45deg) translate(3px, 6px);

}

.menuBar[aria-expanded="true"] .two {
    opacity: 0;
}

.menuBar[aria-expanded="true"] .three {
    transform: rotate(-45deg) translate(5px, -8px);
}

/* bannerArea */
.bannerArea {   
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.topSpace {
    margin-top: 172px;
}

.sliderContainer {
    position: relative;
  }
  
  .slick-slide {
    font-size: 30px;
    font-family: "Arial", "Helvetica";
    text-align: center;
  }
  
  .slick-prev:before,
  .slick-next:before {
    color: black;
  }
  
  .slick-dots {
    bottom: -30px;
  }
  
  .progressBarContainer {
    position: absolute;
    bottom: 40px;
    width:400px;
    left:0;
    right: 0;
    margin: 0 auto;
    display: flex;
  }
  
  .progressBarContainer div {
    display: block;
    width: 30%;
    padding: 0;
    cursor: pointer;
    margin-right: 5%;
    float: left;
    color: white;
  }

  .slide_item .sliderBox img {
    width: 100%;
    height: 700px;
    object-fit: cover;
  }
  
  .progressBarContainer div:last-child {
    margin-right: 0;
  }
  
  .progressBarContainer div span.progressBar {
    width: 100%;
    height: 5px;
    background-color: #fff;
    display: block;
  }
  
  .progressBarContainer div span.progressBar .inProgress {
    background-color: #9b1c1f;
    width: 0%;
    height: 5px;
  }



/* .bannerArea:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 67%, rgba(255, 255, 255, 1) 92%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(92%, rgba(255, 255, 255, 0.5)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 67%, rgba(255, 255, 255, 1) 92%);
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 67%, rgba(255, 255, 255, 1) 92%);
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 67%, rgba(255, 255, 255, 1) 92%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.1) 67%, rgba(255, 255, 255, 1) 92%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );

} */
.bannerArea .overlay {
    padding: 562px 0 364px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.bannerArea .bannerContent {
    max-width: 850px;
    position: relative;
    z-index: 1;
}
.bannerArea .bannerContent h1 {
    color: #fff;
}

.bannerArea .videoPart iframe {
    width: 100%;
    height: 100%;
    height: 700px;
}
.myVideo {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

/* slider banner */
.bannerArea .item {
    background: #9b1c1f;
}
.bannerArea h2 {
    color: #FFF;
    text-align: center;
    padding: 5rem 0;
    margin: 0;
    font-style: italic;
    font-weight: 300;
}


.bannerArea .owl-dots{
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    margin: auto;
    text-align: center;
    
}
.bannerArea .owl-dots .owl-dot{
    display: inline-block;
    margin: 0 10px;
    width: 60px;
    opacity: 1;
}
.bannerArea .owl-dots .owl-dot span{
    text-indent: -999999px;
    background-color: #fff;
    border: 0;
    height: 6px !important;
    width: 100% !important;
    position: relative;
    opacity: 1;
    border-radius: 0 !important;
    display: inline-block;
}
@keyframes fill-width {
    0%{
        width: 0;
    }
    100%{
        width: 100%;
        background-color: #9b1c1f;
    }
}
.bannerArea .owl-dots .owl-dot span::after{
    content: '';
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    z-index: 1;
}
.bannerArea .owl-dots .owl-dot.active span::after{
    animation: fill-width 5s infinite;
}
.bannerArea .owl-carousel-new:hover .owl-dots .active span::after {
    animation-play-state: paused;
}
.bannerArea .owl-dots .owl-dot span img{
    width: 100%;
}

.videoPart iframe{
    width: 100%;
    height: 700px;
}
.thankyou {
    padding: 145px;
}
.sliderBox img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}
.thumbnail-image{
    display: none;
    position: absolute;
    left: -50px;
    bottom: 20px;
    padding: 4px;
    background-color: #fff;
    border-radius: 5px;
    width: 160px;
}
.bannerArea .owl-theme .owl-dots .owl-dot:hover .thumbnail-image{
    display: block;
}
.bannerArea .owl-theme .owl-dots .owl-dot:hover .thumbnail-image:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: -13px;
    transform: translate(-50%, 0);
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    border-top: 13px solid #fff;
}




/* ourClientArea */
.ourClientArea {
    width: 100%;
    padding: 80px 0 70px;
}
.ourClientArea h2 {
    display: inline-block;
    position: relative;
    background: #fff;
    padding-right: 20px;
    margin: 0;
    color: #9b1c1f;
    text-transform: uppercase;
}
.ourClientArea .heading {
    position: relative;
    margin-bottom: 40px;
}
/* .ourClientArea .heading:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    height: 1px;
    border: 2px dashed #919191;
} */
.ourClientArea .clientLogoSlider  {
    padding: 0 46px 0 67px;
}
.ourClientArea .owl-stage {
    display: flex;
    align-items: center;
    justify-content: center;
}
.clienLogo img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.clienLogo:hover img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}
.ourClientArea .owl-nav button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.ourClientArea .owl-nav button i {
    font-size: 60px;
    color: #ababab;
    line-height: 1;
    transition: all ease 0.5s;
}
.ourClientArea .owl-nav button:hover i {
    color: #9b1c1f;
}
.ourClientArea .owl-nav button.owl-next {
    left: auto;
    right: 0;
}
/* .ourClientArea .owl-carousel .owl-item img {
    width: auto;
} */

/* counterArea */

.counterArea {
    padding: 80px 0 70px;
    background: cover;
    background-position: center center;
    position: relative;
}
.counterArea:after{
    content: '';
    position: absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(155, 28, 31, 0.40);
}
.counter-inner{
    position:relative;
    z-index:2;
}
.count_item span , .count_item sub {
    font-size: 90px;
    line-height: 1.1;
    font-family: 'sairabold';
}
.count_item sub {
    line-height: 1;
    position: relative;
    top: -2px;
}
.count_item.rightCount {
    display: flex;
    justify-content: flex-end;
}
.count_item p {
    font-size: 29px;
    line-height: 1.2;
    margin-bottom: 0;
}
.count_item .count {
    margin-bottom: 10px;
}


/* enterpriseArea */
.enterpriseArea {
    padding: 80px 0;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.gx-80 {
    --bs-gutter-x: 80px;
}
.gx-180 {
    --bs-gutter-x: 180px;
}
.gx-70 {
    --bs-gutter-x: 70px;
}
.gx-65 {
    --bs-gutter-x: 65px;
}
.gx-90 {
    --bs-gutter-x: 90px;
}
.gx-50 {
    --bs-gutter-x: 50px;
}
.gx-26 {
    --bs-gutter-x: 26px;
}
.gx-47 {
    --bs-gutter-x: 47px;
}
.gx-42 {
    --bs-gutter-x: 42px;
}
.gx-20 {
    --bs-gutter-x: 20px;
}

.enterpriseArea .contentBox {
    padding: 0;
}
.enterpriseArea .contentBox h2 {
    color: #9b1c1f;
    margin-bottom: 40px;
}
.enterpriseArea .contentBox p {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    color: #414242;
}

.enterpriseArea .videoBox iframe {
    width: 100%;
    height: 535px;
    border-radius: 20px;
}
.enterpriseArea .videoBox P {
    margin-bottom: 0;
}

/* productArea */
.productArea {
    width: 100%;
    
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.productArea .overlay {
    padding: 110px 0 46px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0,0.64);
}
.productArea:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 36%, rgba(0, 0, 0,0.77) 80%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0, 0, 0,0.77)), color-stop(100%,rgba(0,0,0,0.1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 36%,rgba(0, 0, 0,0.77) 80%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0.1) 36%,rgba(0, 0, 0,0.77) 80%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0.1) 36%,rgba(0, 0, 0,0.77) 80%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0.1) 36%,rgba(0, 0, 0,0.77) 80%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
.productArea .heading {
    position: relative;
    z-index: 1;
}
.productArea .heading h2 {
    color: #fff;
    font-family: 'sairaregular';
    font-weight: normal;
}
.productArea .heading h3 {
    font-size: 40px;
    color: #fff;
}
.productArea .heading h3 span {
    color: #9b1c1f;
}
.productArea .productBox {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.productArea .productBox .item {
    width: 100%;
}

.productArea .productBox .item {
    text-align: center;
}
.productArea .productBox .item .image {
    height: 470px;
    display: flex;
    align-items: center;
}
.productArea .productBox .item .image img {
    margin: 0 auto 20px;
    width: auto;
}
.productArea .productBox .item .text h4 {
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'sairasemibold';
    font-weight: normal;
}
.productArea .owl-stage-outer {
    padding: 0 30px;
}
.productArea .owl-nav button {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.productArea .owl-nav button i {
    font-size: 90px;
    color: #fff;
    line-height: 1;
    transition: all ease 0.5s;
}
.productArea .owl-nav button:hover i {
    color: #9b1c1f;
}
.productArea .owl-nav button.owl-next {
    left: auto;
    right: -50px;
}

/* supportArea */
.supportArea {
    width: 100%;
    /* padding: 215px 0 170px; */
    padding: 80px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}
.supportArea .contentBox {
    padding-right: 50px;
}
.supportArea .contentBox h2 {
    margin-bottom: 40px;
}
.supportArea .contentBox ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.supportArea .contentBox ul li .icon {
    width: 86px;
}
.supportArea .contentBox ul li .text {
    width: calc(100% - 86px);
    padding: 0 0 0 28px;
}
.supportArea .contentBox ul li .text p {
    font-family: 'sairamedium';
    font-size: 32px;
    color: #222222;
    line-height: 1.2;
}
.supportArea .contentBox ul li .text p span {
    font-family: 'sairabold';
    color: #9b1c1f;
}

/* hire_videoPart */
.hire_videoPart video {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.supportArea .heading {
    text-align: center;
}
.supportArea .heading h2 {
    color: #9b1c1f;
    margin-bottom: 30px;
}
.movementBox {
    padding: 30px 0 0;
}
.movementBox .itemBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}
.movementBox .subText {
    width: calc(25% - 60px);
}
.movementBox .subText .icon {
    display: inline-block;
    margin-bottom: 20px;
}
.movementBox .subText .icon img {
    width: 100px;
}
.movementBox .subText h3 {
    color: #9b1c1f;
    font-size: 22px;
    margin: 0;
}
.movementBox .subText {
    color: #414242;
}

/* latestNewsArea */
.latestNewsArea {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.latestNewsArea .overlay {
    padding: 90px 0 43px;
    /* background: rgba(230, 44, 43, 0.52); */
    background: #9b1c1f;
}
.latestNewsArea .blog_item {
    margin: 0 0 47px;
}
.latestNewsArea .contentBox {
    position: relative;
}
.latestNewsArea .contentBox .text {
    padding: 0 0 26px 22px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.latestNewsArea .contentBox .text .sub {
    display: flex;
    align-items: center;
    transition: all ease 0.5s;
}
.latestNewsArea .contentBox .text .icon {
    margin-right: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    border: 1px solid #9b1c1f;
    border-radius: 100%;
}
.latestNewsArea .contentBox .text .icon img {
    width: 25px;
}
.latestNewsArea .contentBox .text .icon svg{
    width: 26px;
}
.latestNewsArea .contentBox .text h3 {
    margin: 0;
}
.latestNewsArea .contentBox:hover .text .sub {
    padding-left: 15px;
}
.latestNewsArea .contentBox:hover .text .sub h3 {
    color: #9b1c1f;
}
.latestNewsArea .contentBox .image {
    position: relative;
    overflow: hidden;
    border-radius: 17px;
}
.imageBar {
    position: absolute;
    top: 75px;
    left: 0;
    z-index: 2;
}
.imageBar span {
    width: 65px;
    height: 25px;
    display: block;
    background: #fff;
    margin: 23px 0;   
    border-radius: 0 4px 4px 0px;
    transition: all ease 0.4s;
    position: relative;
    overflow: hidden;
}
/* .latestNewsArea .contentBox:hover .imageBar span {
    background: #9b1c1f;
    width: 65px;
} */

.imageBar span:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #9b1c1f;
    transition: left 0.4s;
}

.latestNewsArea .contentBox:hover .imageBar span:before {
    left: 0;
}


.imageBar span.one, .imageBar span.three {
    border-radius: 0 0px 4px 0px;
}
.latestNewsArea .contentBox .image img {
    width: 100%;
    border-radius: 17px;
    /* -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1); */
    min-height: 469px;
    object-fit: cover;
}
.latestNewsArea .contentBox:hover .image img{
    /* -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); */
    
}
.latestNewsArea .contentBox .image:after {
    content:'';
    position:absolute;
    left:0; top:0;
    border-radius: 17px;
    width:100%; height:100%;
    display:inline-block;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) -6%, rgba(0, 0, 0, 0.05) 56%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(0, 0, 0, 0.05)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) -6%, rgba(0, 0, 0, 0.05) 56%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) -6%, rgba(0, 0, 0, 0.05) 56%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) -6%, rgba(0, 0, 0, 0.05) 56%);
    background: linear-gradient(to top, rgba(255, 255, 255, 1) -6%, rgba(0, 0, 0, 0.05) 56%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#0d0d0d', GradientType=0);
}

.footerSite {
    padding: 20px 0;
    width: 100%;
    background: #191919;
}
.footer_Box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.copyRight p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
}
.footer_Box .item {
    /* padding: 0 65px; */
    /* width: 30%; */
    /* border-right: 1px solid #fff; */
}

.footer_Box .item:first-child {
    padding-left: 0;
}
.footer_Box .item:last-child {
    padding-right: 0;
    border-right: 0;
    /* width: 40%; */
}
.footer_social_icon {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    /* border-bottom: 1px solid #999;
    padding: 0 20px 20px; */
    margin-bottom: 20px; 
}
.link_mail {
    border-bottom: 1px solid #999;
    padding: 0 20px 20px;
    margin-bottom: 20px; 
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;  
}
.link_mail li {
    line-height: 1;
    border-right: 1px solid #fff;
    padding: 0 10px;
    position: relative;
    margin: 0 5px;
}
.link_mail li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #9b1c1f;
    position: absolute;
    left: 0;
    top: 6px;
}
.link_mail li:last-child {
    border-right: 0;
}
.link_mail li a {
    color: #fff;
    font-size: 18px;
    line-height: 1;
}
.footer_social_icon li {
    margin: 0 11px;
}
.footer_social_icon li a {
    width: 55px;
    height: 55px;
    background: transparent;
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 4px solid #f0dec4;
}
.footer_social_icon li:hover a {
    background: #f0dec4;
    border-color: #9b1c1f;
    color: #9b1c1f;
}
.footer_social_icon li:hover a svg path {
    fill: #fff;
}
.footer_social_icon li a svg {
    width: 25px;
    height: auto;
}

.link {
    display: flex;
    flex-wrap: wrap;
}
.link li {
    padding-left: 10px;
    position: relative;
    width: 100%;
    line-height: 1;
    margin-bottom: 8px;
    margin-left: 8px;
}
.link li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #9b1c1f;
    position: absolute;
    left: 0;
    top: 6px;
}
 .link li a {
    font-size: 17.5px;
    color: #fff;
}
.link li:hover a {
    /* padding-left: 5px; */
    color: #9b1c1f;
}

/* inner Pages */
.innerContentPart {
    padding: 65px 0 40px;
}
.innerContentPart .contentBox {
    text-align: center;
    max-width: 1600px;
    margin: 0 auto;
}
.innerContentPart .contentBox p {
    margin-bottom: 0;
}


/* brochureProductArea */
.brochureProductArea {
    width: 100%;
}
.btn {
    padding: 22px 32px;
    font-size: 22px;
    font-family: 'sairasemibold';
    background: #9b1c1f;
    color: #fff;
    border-radius: 0;
    border: 2px solid transparent;
    line-height: 1;
    position: relative;
}
.btn.whiteBtn {
    background: #fff;
    color: #9b1c1f;
    border: 2px solid #9b1c1f;
}
.btn.whiteBtn:before {
    content: "";
    width: 96%;
    height: 8px;
    background: #9b1c1f;
    position: absolute;
    top: -8px;
    left: 0;
}
.btn.whiteBtn:after {
    content: "";
    width: 8px;
    height: 100%;
    background: #9b1c1f;
    position: absolute;
    left: -8px;
    top: -8px;
}
.btn:hover {
    background: #fff;
    color: #9b1c1f;
    border: 2px solid #9b1c1f;
}
.btn.whiteBtn:hover {
    background: #9b1c1f;
    color: #fff;
}
.brochureProductArea .btn.whiteBtn {
    margin-bottom: 20px;
}
.brochureProductArea .tabsHead .nav-tabs {
    border-bottom: 0;
}
.brochureProductArea .tabsHead .nav-tabs .nav-item {
    margin-right: 42px;
}
.brochureProductArea .tabsHead {
    align-items: flex-end;
}
.viewProductBtnBox {
    width: 100%;
    text-align: right;
    padding-top: 20px;
}
/* .brochureProductArea .tabsHead .nav-tabs .nav-item:last-child {
    margin-left: 10px;
} */
.brochureProductArea .tabsHead .nav-tabs .nav-item .nav-link {
    padding: 22px 32px;
    color: #9b1c1f;
    font-size: 22px;
    font-family: 'sairasemibold';
    line-height: 1;
    border-radius: 0px;
    border: 2px solid #9b1c1f;
    width: auto !important;
    text-align: center;
}
.brochureProductArea .tabsHead .nav-tabs .nav-item .nav-link.active {
    color: #fff;
    background: #9b1c1f;
}
.brochureProductArea .tabsHead .nav-tabs .nav-item:last-child {
    margin-right: 0;
}
.tabsHead {
    margin-bottom: 30px;
}
.tabsHead {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productContectBox {
    padding: 30px 0 0;
}
.productContectBox .product_item {

}
.productContectBox .product_item .image {
    position: relative;
}
.productContectBox .product_item .image img {
    height: 100%;
}
.productContectBox .product_item .image a {
    padding: 25px 20px;
    height: 308px;
    display: block;
    width: 100%;
    background: #ffe1e2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    object-fit: cover;
}
.productContectBox .product_item .image:hover a{
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    
}

/* inner_aboutArea */
.enterpriseArea.inner_aboutArea {
    padding: 100px 0 95px;
}
@media (min-width: 992px) {
    .inner_aboutArea .leftText {
        width: 47%;
    }
    .inner_aboutArea .rightBox {
        width: 53%;
    }
    .futuresafeArea .image {
        width: 48.6%;
    }
    .futuresafeArea .item {
        width: 51.4%;
    }
}

.enterpriseArea.inner_aboutArea .contentBox {
    padding: 46px 0 0;
}
.enterpriseArea.inner_aboutArea .contentBox p {
    margin-bottom: 25px;
    line-height: 1.5;
    font-size: 18px;
}
.enterpriseArea.inner_aboutArea .videoBox iframe {
    width: 100%;
    height: 467px;
    border-radius: 20px;
}

/* benefitArea */
.benefitArea {
    width: 100%;
    padding: 0 0 100px;
}
.benefitArea .heading {
    text-align: center;
}
.benefitArea .lg_heading {
    margin-bottom: 35px;
}
.benefitArea .itemBox {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.benefitArea .itemBox .item {
    padding: 30px 20px;
    background: #9b1c1f;
    text-align: center;
    width: calc(33.33% - 80px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefitArea .itemBox .item p {
    color: #fff;
    margin: 0;
}

/* applicationArea */
.applicationArea {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.applicationArea .overlay {
    width: 100%;
    height: 100%;
    padding: 95px 0;
    background: rgba(0, 0, 0, 0.8);
}
.applicationArea .heading {
    text-align: center;
    max-width: 1597px;
    margin: 0 auto;
}
.applicationArea .heading p {
    color: #fff;
    margin-bottom: 45px;
}
.applicationArea .itemBox {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.applicationArea .itemBox .item {
    width: calc(20% - 110px);
    text-align: center;
    margin: 0 68px;
}
.applicationArea .itemBox .item:first-child {
    margin-left: 0;
}
.applicationArea .itemBox .item:last-child {
    margin-right: 0;
}
.applicationArea .itemBox .item .icon {
    margin-bottom: 25px;
    display: inline-block;
}
.applicationArea .itemBox .item h3 {
    color: #fff;   
    margin-bottom: 0; 
    font-family: 'sairasemibold';
}

/* WhyChooseArea */
.whyChooseArea {
    width: 100%;
    padding: 100px 0 50px;
}
.whyChooseArea .right_content {
    padding: 30px 20px;
    width: 100%;
    background: #9b1c1f;
}
.whyChooseArea p {
    margin-bottom: 30px;
}
.whyChooseArea .right_item {
    padding-left: 72px;
} 
.whyChooseArea .right_content .sub {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}
.whyChooseArea .right_content .sub .icon {
    width: 65px;
}
.whyChooseArea .right_content .sub .sm_head {
    width: calc(100% - 65px);
    padding-left: 12px;
}
.whyChooseArea .right_content .sub .sm_head h3 {
    margin-bottom: 0;
    font-size: 20px;
    color: #fff;
}
.whyChooseArea .right_content p {
    color: #fff;
    margin-bottom: 0;
}
.whyChooseArea .sub_item {
    margin-bottom: 40px;
    display: flex;
}
.gx-34 {
    --bs-gutter-x: 34px;
}
.brochure.btn {
    padding: 20px 65px;
    font-size: 28px;
}

/* viewProductArea */
.viewProductArea {
    width: 100%;
    padding: 50px 0 100px;
}
.viewProductArea {

}
.viewProductArea .other_productBox {
    display: flex;
    flex-wrap: wrap;
}
.viewProductArea .product_item {
    width: 100%;
}
.viewProductArea .product_item .image {
    margin-bottom: 30px;
}
.viewProductArea .product_item .image img {
    min-height: 224px;
}
.viewProductArea .product_item .image a {
    height: 250px;
    display: block;
    width: 100%;
    background: #ffe1e2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    object-fit: cover;
}
.viewProductArea .product_item .image a img {
    width: auto;
}

.viewProductArea .product_item .image:hover a{
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    
}
.viewProductArea .product_item .subText h3 {
    margin-bottom: 15px;
}
.viewProductArea .product_item .subText h3 a {
    font-size: 28px;
    color: #9b1c1f;
    font-family: 'sairamedium';    
}
.viewProductArea .product_item .subText p {
    margin-bottom: 0;
}
.viewProductArea .owl-nav button i {
    font-size: 26px;
    color: #fff;
}
.viewProductArea .owl-nav {
    position: absolute;
    right: 0;
}
.viewProductArea .owl-nav button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #9b1c1f !important;
    position: absolute;
    right: 0;
    top: -65px;
}
.viewProductArea .owl-nav button.owl-prev {
    right: 60px;
}
.viewProductArea .owl-nav button.owl-next {

}
.viewProductArea .owl-nav button.disabled {
    background: #ec9191 !important;
}

/* about Page */
.innerBanner {
    width: 100%;
    height: 653px;
    background-size: cover;
    background-repeat: no-repeat;    
}
.innerBanner .overlay {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
}
.sustainabilityBanner.innerBanner .overlay {
    background: transparent;
}
.innerBanner .contentBox {
    text-align: center;
}
.innerBanner .contentBox h1 {
    font-size: 75px;
    color: #fff;
    text-transform: uppercase;
}

/* who_areArea */
.who_areArea {
    width: 100%;
    padding: 0 0 65px;
}
.who_areArea .content {
    padding: 70px 30px 50px;
    width: 100%;
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.12);
    margin: -75px 0 0;
    position: relative;
    z-index: 2;
    background: #fff;
    text-align: center;
}
.who_areArea .content p, .servicesProvideArea .subText p, .whyLeapArea p {
    margin-bottom: 20px;
}
.who_areArea .content .lg_heading, .servicesProvideArea .lg_heading {
    margin-bottom: 40px;
}

/* servicesProvideArea */
.servicesProvideArea {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.servicesProvideArea .overlay {
    background: rgba(155, 28, 31, 0.40);
    width: 100%;
    padding: 65px 0 85px;
}
.servicesProvideArea .itemBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.servicesProvideArea .lg_heading {
    color: #fff;
}
.servicesProvideArea .subText p {
    color: #fff;
    
}
.servicesProvideArea .subText {
    width: 54%;
}
.servicesProvideArea .number_speak {
    width: 41%;
    border-left: 4px solid #fff;
    padding-left: 100px;
}
.servicesProvideArea .count_item {
    margin-bottom: 45px;
}
.servicesProvideArea .count_item:nth-of-type(3), .servicesProvideArea .count_item:nth-of-type(4) {
    margin-bottom: 0;
}
.servicesProvideArea .count_item span,  .servicesProvideArea .count_item sub {
    font-size: 52px;
}

/* whyLeapArea */
.whyLeapArea {
    width: 100%;
    padding: 90px 0 80px;
    text-align: center;
}

/* offeringArea */
.offeringArea {
    width: 100%;
}
.offeringArea .contectBox .subText {
    padding-right: 80px;
}
.offeringArea .contectBox .subText p {
    
}
.offeringArea .contectBox .item {
    padding: 74px 20px;
    border: 2px solid #eff3fc;
    text-align: center;
}
.offeringArea .contectBox .item .icon {
    display: inline-block;
    margin-bottom: 45px;
}
.offeringArea .contectBox .item .icon img {
    margin: 0 auto;
}
.offeringArea .contectBox .item h3 {
    font-size: 20px;
    color: #000;
    margin-bottom: 0;
}
.offeringArea .contectBox .item.grayBg {
    background: #eff3fc;
}

/* missionVisionArea */
.missionVisionArea {
    width: 100%;
    padding: 113px 0;
}
.missionVisionArea .contentBox {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
} 
.missionVisionArea .image {
    width: 50%;
}
.missionVisionArea .image img {
    width: 100%;
}
.missionVisionArea .subText {
    width: 50%;
    max-width: 856px;
    padding: 50px 28px 0 70px;
    margin-right: auto;
}
.missionVisionArea .sub {
    margin-bottom: 45px;
}
.missionVisionArea .sub:last-child {
    margin-bottom: 0;
}
.missionVisionArea .sub p {
    
    margin-bottom: 0;
} 

/* certifiedArea */
.certifiedArea {
    width: 100%;
    padding: 70px 0 80px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
/* .certifiedArea .overlay {
    width: 100%;
    
    background: rgba(230, 44, 43, 0.40);
} */
.certifiedArea .content {
    max-width: 945px;
}
.certifiedArea .content .lg_heading {
    color: #fff;
    margin-bottom: 20px;
}
.certifiedArea .content p {
    color: #FFF;
    margin-bottom: 20px;
    
}
.certifiedArea .image {
    position: absolute;
    right: 0;
    bottom: 0;
}

/* poolingCompanyArea */
.poolingCompanyArea {
    width: 100%;
    padding: 90px 0;
}
.poolingCompanyArea .heading {
    text-align: center;
}
.poolingCompanyArea .heading .lg_heading {
    margin-bottom: 15px;
}
.poolingCompanyArea .heading p {
    color: #000;
}
.poolingCompanyArea .mapLocation img {
    margin: 0 auto;
}

.mapLocation {
    max-width: 1500px;
    margin: 0 auto;
    text-align: center;
}
.mapLocation svg {
    height: auto !important;
    width: 100%;
}


/* testimonialArea */
.testimonialArea {
    width: 100%;
    padding: 100px 0 80px;
    background: #9b1c1f;
}
.testimonialArea .heading .lg_heading {
    color: #FFF;
    text-align: center;
}
.testimonialArea .itemBox .item {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.testimonialArea .itemBox .item .subText {
    width: 83.4%;
    padding-right: 55px;
}
.testimonialArea .itemBox .item .subText img {
    margin-bottom: 28px;
    width: 123px;
}
.testimonialArea .itemBox .item .subText p {
    color: #FFF;    
    margin-bottom: 22px;
}
.testimonialArea .itemBox .item .subText p strong {
    display: block;
}
.testimonialArea .itemBox .item .image {
    width: 16.6%;
    padding-left: 12px;
}
.testimonialArea .itemBox .item .image .icon {
    width: 260px;
    height: 260px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonialArea .itemBox .item .image .icon img {
    width: auto;
}
.testimonialArea .owl-dots {
    text-align: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonialArea .owl-dots .owl-dot {
    width: 13px;
    height: 13px;
    background: #fff !important;
    border-radius: 100%;
    margin: 0 5px;
    
}
.testimonialArea .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
}

/* sustainability Page */
.who_areArea.inner_who_areArea {
    padding: 0;
}
/* ourBusinessArea */
.ourBusinessArea {
    width: 100%;
    padding: 110px 0;
}
.ourBusinessArea .contectBox {
    text-align: center;
}
.ourBusinessArea .contectBox .lg_heading {
    margin-bottom: 33px;
}
.ourBusinessArea .itemBox {
    margin-top: 50px;
    margin-bottom: 40px;
}
.ourBusinessArea .itemBox .subText {
  display: flex;
  flex-wrap: wrap;
}
.ourBusinessArea .itemBox .subText p {
    margin: 0;
}
.ourBusinessArea .itemBox .subText .icon {
    width: 144px;
    height: 144px;
    background: #9b1c1f;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ourBusinessArea .itemBox .subText .text {
    width: calc(100% - 144px);
    padding: 50px 0 0 30px;
}
.ourBusinessArea .itemBox .subText .text h3 {
    font-size: 22px;
    margin-bottom: 5px;
    color: #000;
}
.ourBusinessArea .itemBox .subText .text p {
    
    line-height: 1.4;
    margin-bottom: 0;
}  
.ourBusinessArea .contectBox p {
    margin: 0;
}

/* our_impactArea */
.our_impactArea {
    width: 100%;
    padding: 110px 0 90px;
    background: #f3f3f3;
}
.our_impactArea .heading h2 {
    margin-bottom: 60px;
}
.our_impactArea .itemBox {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.our_impactArea .itemBox .item {
    width: 20%;
    padding: 0 20px;
    position: relative;
    margin-bottom: 30px;
}
.our_impactArea .itemBox .item .image {
    position: relative;
}
.our_impactArea .itemBox .item .image:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.43);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
}
.our_impactArea .itemBox .item .image img {
    border-radius: 10px;
    min-height: 268px;
    object-fit: cover;
}
.our_impactArea .itemBox .item .text {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
    right: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 22px;
} 
.our_impactArea .itemBox .item .text h3 {
    font-size: 48px;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}  
.our_impactArea .itemBox .item .text h4 {
    font-size: 36px;
    color: #fff;
    line-height: 1.2;
    margin: 0;
}

.sustainability_products {
    padding-bottom: 60px;
}

/* our_GoalsArea */
.missionVisionArea.our_GoalsArea .image {
    width: 48%;
}
.our_GoalsArea .subText p {
    margin-bottom: 25px;
}
.our_GoalsArea .subText .btn {
    margin-top: 25px;
}
.our_GoalsArea .subText p:last-child {
    margin-bottom: 0;
}

/* waste_planetArea */
.missionVisionArea.waste_planetArea .subText {
    margin-left: auto;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 85px;
    width: 51.8%;
    max-width: 885px;
    padding-top: 0;
}
.missionVisionArea p {
    
}
.missionVisionArea.waste_planetArea .image {
    width: 48.2%;
}

.accordion-container {

  }
.waste_planetArea .set {
    position: relative;
    width: 100%;
}
.waste_planetArea .set p {
    margin: 0;
}
.waste_planetArea .set a {
    display: block;
    padding: 30px 0;
    text-decoration: none;
    color: #000;
    font-size: 22px;
    font-family: 'sairabold';
    border-bottom: 1px solid #626262;
    -webkit-transition:all 0.2s linear;
    -moz-transition:all 0.2s linear;
    transition:all 0.2s linear;
}
.waste_planetArea .set a.active {
    border-bottom: 0;
    padding-bottom: 20px;
}
.waste_planetArea .set a i {
    float: right;
    margin-top: 2px;
}
.waste_planetArea .set:last-child a {
    border-bottom: 0;
}
.waste_planetArea .content {
    background-color: #fff;
    border-bottom: 1px solid #626262;
    display:none;
}
.waste_planetArea .content p {
    padding: 0px 0 30px;
    margin: 0;
    color: #333;
}


.missionVisionArea.most_sustainableArea .image {
    width: 48.5%;
}
.missionVisionArea.most_sustainableArea .contentBox {
    align-items: center;
}

.missionVisionArea.most_sustainableArea .subText {    
    width: 51.5%;
    max-width: 885px;
    padding-top: 0;
    padding-right: 15px;
}

.missionVisionArea h5 {
    font-size: 22px;
    margin-bottom: 30px;
}


/* blogs_Area start */
.blogs_Area {
    padding-top: 10px;
    padding-bottom: 66px;
  }
  
  .blogs_Area .blogs-box figure {
    width: 100%;
    height: 410px;
    position: relative;
    z-index: -1;
    overflow: hidden;
  }
  
  .blogs_Area .blogs-box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
     -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        
  }
    .blogs_Area .blogs-box:hover figure img {
        -webkit-transform: scale(1.1);
        -khtml-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }

  .blogs_Area .blog_item {
    position: relative;
    margin-bottom: 44px;
  }
  .blogs_Area .blog_item:before {
    content: "";
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.12);
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
    width: 81%;
    margin: auto;
    left: 0;
    right: 0;
}
  .blogs_Area .blogs-box .blogs-content {
    /* box-shadow: 0 0px 50px rgba(0, 0, 0, 0.12); */
    padding: 40px 40px 110px;
    /* position: relative; */
    z-index: 1;
    background: #fff;
    width: 88%;
    margin: 0 auto;
    margin-top: -122px;
    /* height: 550px; */
    display:flex;
    flex-direction:column;
  }
  
  .blogs_Area .blogs-box .blogs-content span {
    display: block;
    color: #9b1c1f;
    font-size: 18px;
    font-weight: 600;
    font-family: "sairasemibold";
    margin-bottom: 18px;
  }
  
  .blogs_Area .blogs-box .blogs-content h2 {
    color: #000000;
    font-size: 35px;
    font-family: "sairabold";    
    margin-bottom: 27px;
    line-height: 1.3;
  }
  .blogs_Area .blogs-box .blogs-content h2 a {
    color: #9b1c1f;
  }
  
  .blogs_Area .blogs-box .blogs-content p {
    color: #000000;
    
    margin-bottom: 36px;
  }
  
  .blogs_Area .blogs-box .blogs-content a.btn {
    padding: 14px 38px;
    position: absolute;
    bottom: 55px;
  }
  
  .btnBox{
      margin-top:auto;
  }
  
  .blogs_Area .blogs-bussiness {
    margin-top: 44px;
    margin-bottom: 44px;
  }
  
  .blogs_Area .blogs-bussiness figure {
    width: 100%;
    height: 396px;
    position: relative;
    overflow: hidden;
  }
  
  .blogs_Area .blogs-bussiness figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
  }
 .blogs_Area .blogs-bussiness:hover figure img  {
    -webkit-transform: scale(1.1);
    -khtml-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
  
  .blogs_Area .blogs-bussiness .blogs-inner {
    position: relative;
    padding: 46px 50px 55px;
    background-color: #fff;
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.12);
    width: 96%;
    margin: 0 auto;
    margin-top: -144px;
    z-index: 1;
  }
  
  .blogs_Area .blogs-bussiness .blogs-inner span {
    display: block;
    color: #9b1c1f;
    font-size: 18px;
    font-weight: 600;
    font-family: "sairasemibold";
    margin-bottom: 18px;
  }
  
  .blogs_Area .blogs-bussiness .blogs-inner h2 {
    color: #000000;
    font-size: 36px;
    font-family: "sairabold";
    
    margin-bottom: 18px;
  }
  
  .blogs_Area .blogs-bussiness .blogs-inner p {
    color: #000000;
    
  }
  
  .blogs_Area .blogs-bussiness .blogs-inner a {
    display: inline-block;
    color: #fff;
    background-color: #9b1c1f;
    padding: 10px 28px;
    text-transform: capitalize;
    margin-top: 15px;
  }
  
  .blogs_Area .pagination {
    margin-top: 80px;
  }
  
  .blogs_Area .pagination .page-item {
    margin: 0 6px;
  }
  
  .blogs_Area .pagination .page-link {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    transition: all 0.5s ease-in-out;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'sairamedium';
    font-size: 22px;
  }
  .blogs_Area .pagination .page-link span   {
    font-size: 38px;
  }
  .blogs_Area .pagination .page-link:hover {
    background-color: #9b1c1f;
    color: #fff;
  }
  
  .blogs_Area .page-item:first-child .page-link {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  
  .blogs_Area .page-item:last-child .page-link {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  
  .blogs_Area .pagination .page-item.active {
    background-color: #9b1c1f;
  }
  
  .blogs_Area .pagination .page-item.active .page-link {
    color: #fff;
    font-weight: 600;
    border: 0px;
  }
  
  .blogs_Area .page-link:focus {
    z-index: 3;
    color: unset;
    background-color: unset;
    outline: 0;
    box-shadow: none;
  }
  
  .blogRightSiderBar {
    display: flex;
  }
  .blogs_Area .blogs_Sidebar {
    background-color: #f9f9ff;
    padding: 40px 40px 0 40px;
    width: 100%;
  }
  
  .blogs_Area .blogs_Sidebar form {
    position: relative;
    margin-bottom: 40px;
  }
  
  .blogs_Area .blogs_Sidebar .form-control {
    padding: 15px 18px;
    border-radius: 0px;
    font-size: 22px;
    letter-spacing: 2px;
    font-family: 'sairamedium';
    border: 2px solid #b9b9bc;
  }
  
  .blogs_Area .blogs_Sidebar form i {
    position: absolute;
    right: 14px;
    bottom: 0;
    font-size: 26px;
    color: #979797;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
  }
  
  .blogs_Area .blogs_Sidebar .blogs-siderbar-box {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
  }
  
  .blogs_Area .blogs_Sidebar .blogs-siderbar-box figure {
    width: 145px;
    height: 90px;
    margin: 0;
    object-fit: cover;
    overflow: hidden;
    position: relative;
  }
  
  .blogs_Area .blogs_Sidebar .blogs-siderbar-box figure img {
    width: 100%;
    height: 100%;   
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    overflow: hidden;
  }
    .blogs_Area .blogs_Sidebar .blogs-siderbar-box:hover figure img  {
        -webkit-transform: scale(1.1);
        -khtml-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
  
  .blogs_Area .blogs_Sidebar .blogs-siderbar-content {
    padding-left: 26px;
    width: calc(100% - 145px);
  }
  
  .blogs_Area .blogs_Sidebar .blogs-siderbar-content h5 {
      font-size: 18px;
      color: #9b1c1f;
      margin-bottom: 0px;
      font-family: 'sairamedium';
  }
  
  .blogs_Area .blogs_Sidebar .blogs-siderbar-content p {
      font-size: 18px;
      color: #000000;
      font-family: 'sairamedium';
      line-height: 1.4;
      margin: 0;
  }
  .blogs_Area .blogs-Sideinner {
      border-top: 2px solid #b9b9bc;
      padding: 40px 0px;
  }
  
  .blogs_Area .blogs-Sideinner h4 {
      position:relative;
      text-indent: 74px;
      margin-bottom: 47px;
      color: #9b1c1f;
      font-size: 28px;
  }
  
  .blogs_Area .blogs-Sideinner h4::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 54px;
    height: 4px;
    background-color: #9b1c1f;
    bottom: 0;
    margin: auto;
  }
  
  .blogs_Area .blogs-Sideinner ul li{
    display:flex;
    justify-content:space-between;
    color: #000000;
    border-bottom:1px solid #c9baba;
    padding: 11px 0px;
    font-size: 18px;
    font-family: "sairamedium";
  }
  
  .blogs_Area .blogs-Sideinner ul li a {
    color: #000000;
   
  }
  
  .blogs_Area .blogs-Sideinner ul li:last-child{
    border-bottom:0px;
  }
  /* blogs_Area end */
  
  /* Start contact_us Area */

    .contact_usArea {
        padding: 120px 0 0;
    }
  .contact_usArea .contact_getinBox h2 {
    margin-bottom: 28px;
  }
  .contact_usArea .contact_getinBox p {
    color: #000000;
    font-size: 18px;
    margin-bottom: 26px;
    

  }
  
  .contact_usArea .contact_getinBox .contacts-inner {
    display: flex;
    align-items: end;
  }
  
  .contact_usArea .contact_getinBox .contacts-inner .contacts-icons {
    width: 100px;
  }
  
  .contact_usArea .contact_getinBox .contacts-inner .contacts-icons img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .contact_usArea .contact_getinBox .contacts-inner ul {
    margin-left: 21px;
  }
  
  .contact_usArea .contact_getinBox .contacts-inner ul li {
    margin-bottom: -11px;
  }
  
  .contact_usArea .contact_getinBox .contacts-inner ul li a {
    color: #000000;
    font-size: 29px;
    font-family: 'sairasemibold';
  }
  
  .contact_usArea .input-box {
    margin-top: 0px;
  }
  
  .contact_usArea .input-box .form-group {
    margin-bottom: 50px;
  }
  .contact_usArea .input-box .form-group:last-child {
    margin-bottom: 0;
}
  
  .contact_usArea .input-box form .form-control {
    padding: 17px 20px;
    border: 1px solid #000000;
    font-size: 24px;
    color: #878787;
    font-family: 'Saira';
    font-weight: 300;
  }
  .contact_usArea .input-box form textarea.form-control {
        height: 155px;
   }
  
  .contact_usArea textarea.form-control {
    height: 96px;
  }
  
  .contact_usArea .form-control:focus {
    color: #212529;
    background-color: #fff;
    border: 0px;
    outline: 0;
    box-shadow: unset;
  }
  
  .contact_usArea .send_btn .btn {
    border: 0px;
    background-color: #9b1c1f;
    color: #fff;
    padding: 24px 116px;
    border-radius: 12px;
    font-size: 31px;
  }

  /* contact_usArea form style */
  .contact_usArea .input-box .contact-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
  .contact_usArea .input-box .contact-form input, .contact_usArea .input-box .contact-form textarea, .contact_usArea .input-box .contact-form select {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #000000;
    font-size: 20px;
    color: #878787;
    font-family: 'Saira';
    font-weight: 300;
    border-radius: 10px;
    margin: 0;
}
.contact_usArea .input-box .contact-form textarea {
        height: 155px;
}
.contact_usArea .input-box .contact-form .js-form-item {
    width: calc(50% - 15px);
    margin-bottom: 40px;
}
.contact_usArea .input-box .contact-form .form-type-textarea.js-form-item, .contact_usArea .input-box .contact-form .form-type-select.js-form-item {
    width: calc(100% - 0px);
    margin-bottom: 40px;
}
.contact_usArea .input-box .contact-form input[type=submit] {
       border: 0px;
    background-color: #9b1c1f;
    color: #fff;
    padding: 22px 36px;
    border-radius: 12px;
    font-size: 31px;
    font-family: 'sairasemibold';
    line-height: 1;
}
.contact_usArea .input-box .contact-form .js-form-item label {
    width: 100%;
    display: block;
    margin: 0 0 5px;
    color: #000;
}

/* end contact_usArea form style */



  /* leap_faclityArea */  
  .leap_faclityArea {
    padding: 135px 0 107px;
  }
  .leap_faclityArea .lg_heading {
    margin-bottom: 40px;
    }
  .leap_faclityArea .contacts-box {
    text-align: center;
  }
  .leap_faclityArea .contacts-box p {
    margin-bottom: 46px;
}
  
  .leap_faclityArea .contact-box p {
    font-size: 18px;
    color: #000000;
    font-family: "sairaregular";
  }
  
  .leap_faclityArea .contacts_card {
    
 
  }
  
  .leap_faclityArea .contacts_card h5 {
    color: #9b1c1f;
    font-size: 18px;
    font-family: "sairabold";
    margin-bottom: 12px;
  }
  .leap_faclityArea .nav-tabs .nav-item .nav-link {
    color: #000;
    box-shadow: 0 0px 50px rgba(0, 0, 0, 0.12);
    text-align: center;
    padding: 50px 28px 40px;
    border-radius: 15px;
    border: 0;
    
  }
  .leap_faclityArea .nav-tabs .nav-item .nav-link p {
    font-size: 16px;
  }
  .leap_faclityArea .nav-tabs .nav-item .nav-link.active {
    background-color: #9b1c1f;
    color: #fff;
  }
  
  .leap_faclityArea .nav-tabs .nav-item .nav-link.active .contacts_card h5, .leap_faclityArea .nav-tabs .nav-item .nav-link.active {
    color: #fff;
  } 

  .leap_faclityArea .nav-tabs {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -27.5px;
        border: 0;
    }
    .leap_faclityArea .nav-tabs .nav-item {
        width: 20%;
        padding: 0 27.5px;
        display: flex;
    }

    .map_box {
        margin-top: 40px;
    }    
    .map_box iframe {
        width: 100%;
        height: 825px;
    }
    /* End contact_us Area */
    
    /*------- newsroom Page ---------*/

    /* latestNewsArea */
    .inner_latestNewsArea {
        width: 100%;
        padding: 120px 0 90px;
    }
    .inner_latestNewsArea .content {
        padding: 100px 0 0;
    }
    .inner_latestNewsArea .content p {
        
        margin-bottom: 24px;
    }
    .slider_box .owl-nav button {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        border: 0 !important;
        background: #9b1c1f !important;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -26px;
        color: #fff !important;
    }
    .slider_box .owl-nav button i {
        font-size: 32px;
    }
    .slider_box .owl-nav button.owl-next {
        left: auto;
        right: 110px;
    }
    .slider_box .new_slide {
        position: relative;
    }
    .slider_box .new_slide .image {
        position: relative;
        overflow: hidden;
    }
    .slider_box .new_slide .image:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.50);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .slider_box .new_slide .image img {
        display: block;
        width: 100%;
        min-height: 669px;
        object-fit: cover;
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    }
    .slider_box .new_slide:hover .image img {
        -webkit-transform: scale(1.1);
        -khtml-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .slider_box .new_slide .text {
        position: absolute;
        bottom: 40px;
        padding: 0 25px;
        z-index: 2;
    }
    .slider_box .new_slide .text h4 {
        font-size: 31.45px;
        color: #fff;
        text-align: center;
    }
    .slider_box .new_slide .text h4 a {
        color: #fff;
    }
    .slider_box .new_slide:hover h4 a {
        color: #9b1c1f;
    }
    .inner_latestNewsArea .itemBox {
        width: calc(100% + 210px);
    }

    /* storiesArchiveArea */
    .storiesArchiveArea {
        width: 100%;
        padding: 60px 0 35px;
        background: #f0f4f8;
        
    }
    .storiesArchiveArea .contentBox {
        text-align: center;
        max-width: 1600px;
        margin: 0 auto;
    }

     /* brandYearArea */
     .brandYearArea {
        width: 100%;
        padding: 40px 0 120px;
    }
    .brandYearArea .nav.nav-tabs {
        border: 0;
        text-align: center;
        justify-content: center;
        padding-bottom: 30px;
        border-bottom: 1px solid #000;
        margin-bottom: 80px;
    }
    .brandYearArea .nav.nav-tabs .nav-link {
        border: 0;
        font-size: 22px;
        color: #000;
        padding: 0 50px;
    }
    .brandYearArea .nav.nav-tabs .nav-link.active {
        color: #9b1c1f;
        font-family: 'sairabold';
        
    }

    .brandYearArea .itemBox {
        display: grid;
        grid-template-columns: repeat(24, 1fr);     
        /* grid-template-rows: repeat(4, 1fr);    */
    }
    .brandYearArea .itemBox .item1 {
        grid-column: 1 / 11; 
    }
    .brandYearArea .itemBox .item2 {
        grid-column: 1 / 11; 
        grid-row: 2 / 3;
    }
    .brandYearArea .itemBox .item3 {
        grid-column: 11 / 18;
    }
    .brandYearArea .itemBox .item4 {
        grid-column: 18 / 25;
    }
    .brandYearArea .itemBox .item5 {
        grid-column: 11 / 18;
        grid-row: 2 / 3;
    }
    .brandYearArea .itemBox .item6 {
        grid-column: 18 / 25;
        grid-row: 2 / 3;
    }
    .brandYearArea .itemBox .item7 {
        grid-column: 1 / 13;
        grid-row: 3 / 4;
    }
    .brandYearArea .itemBox .item8 {
        grid-column: 13 / 25;
        grid-row: 3 / 4;
    }

    .brandYearArea .itemBox .subText {
        padding: 110px 40px 75px;
        position: relative;
    }
    .brandYearArea .itemBox .subText h2 {
        font-size: 40px;
        color: #9b1c1f;
        margin-bottom: 25px;
    }
    .brandYearArea .itemBox .subText p {
        margin-bottom: 33px;
    }
    .brandYearArea .itemBox img {
        width: 100%;
        height: auto;
    }
    .brandYearArea .itemBox .subText.col1 {
        background: #9b1c1f;
    }
    .brandYearArea .itemBox .subText.col1:before {
        content: "";
        width: 0;
        height: 0;
        border-left: 28px solid transparent;
        border-right: 28px solid transparent;
        border-top: 38px solid #9b1c1f;
        position: absolute;
        bottom: -29px;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 1;
    }
    .brandYearArea .itemBox .subText.col2:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-right: 38px solid #fff;
        border-bottom: 28px solid transparent;
        position: absolute;
        bottom: 0;
        top: 0;
        left: -29px;
        margin: auto;
        z-index: 1;
    }
    .brandYearArea .itemBox .subText.col3:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-left: 38px solid #fff;
        border-bottom: 28px solid transparent;
        position: absolute;
        bottom: 0;
        top: 0;
        right: -29px;
        margin: auto;
        z-index: 1;    
    }
    .brandYearArea .itemBox .subText.col1 h2, .brandYearArea .itemBox .subText.col1 p, .brandYearArea .itemBox .subText.col1 .read_more {
        color: #fff;
    }
    
    .brandYearArea .itemBox .subText {
        background: #fff;
    }
    .brandYearArea .itemBox .image, .brandYearArea .itemBox .sm_image, .brandYearArea .itemBox .lg_image {
        height: 100%;
        position: relative;
        overflow: hidden;
    }
    .brandYearArea .itemBox .image img, .brandYearArea .itemBox .sm_image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    }
    .brandYearArea .itemBox .image:hover img, .brandYearArea .itemBox .sm_image:hover img {
        -webkit-transform: scale(1.1);
        -khtml-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    /* .brandYearArea .itemBox .image img {
        height: 505px;
        object-fit: cover;
    } */
    .brandYearArea .itemBox .sm_image {
        width: 100%;
    }
    /* .brandYearArea .itemBox .sm_image img {
        height: 505px;
        object-fit: cover;
    } */
    .brandYearArea .contentBox .sub_item {
        display: flex;
        align-items: center;
    }
    .brandYearArea .itemBox .subText.col3 {
        text-align: right;
        padding-left: 50px;
    }

    .read_more {
        font-size: 28px;
        font-family: 'sairabold';
        color: #9b1c1f;
    }
    .read_more:hover {
        color: #9b1c1f;
        text-decoration: underline;
    }

    .brandYearArea .itemBox .right_item {
        display: flex;
        
    }
    .brandYearArea .itemBox .subText {
        display: flex;
        align-items: center;
        height: 100%;
    }
   
    .brandYearArea .itemBox .subText.largContent:before {
        content: "";
        width: 0;
        height: 0;
        border-top: 28px solid transparent;
        border-right: 38px solid #9b1c1f;
        border-bottom: 28px solid transparent;
        position: absolute;
        bottom: 0;
        top: 0;
        left: -65px;
        right: auto;
        margin: auto;
    }
    .brandYearArea .itemBox .lg_image {
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
    .brandYearArea .itemBox .lg_image .image_Text {
        text-align: center;
        max-width: 540px;
        margin: 0 auto;
        position: absolute;
        bottom: 75px;
        padding: 0 20px;
    }
    .brandYearArea .itemBox .lg_image .image_Text img {
        width: auto;
        margin: 0 auto;
        transform: inherit;
        transition: inherit;
    }
    .brandYearArea .itemBox .lg_image:hover .image_Text img {
        transform: inherit;
    }
    .brandYearArea .itemBox .lg_image .image_Text .leapLogo {
        display: block;
        margin: 0 0 30px;
    }
    .brandYearArea .itemBox .lg_image .image_Text a.leapLogo img {
        width: 250px;
    }
    .brandYearArea .itemBox .lg_image .image_Text .kkrBtn {
        padding: 20px 27px 30px;
        border: 2px solid #fff;
        font-size: 48px;
        color: #fff;
        display: inline-block;
        line-height: 1;
        margin: 0 0 30px;
    }
    .brandYearArea .itemBox .lg_image .image_Text p {
        font-size: 34px;
        color: #FFF;
        margin-bottom: 30px;
        line-height: 1.3;
    }
    .brandYearArea .itemBox .lg_image .image_Text .kkrLogo img {
        width: 145px;
    }

    /* boardDirectorArea */
    .boardDirectorArea {
        width: 100%;
        padding: 0 0 135px;
    }
    .boardDirectorArea .itemBox {
        display: flex;
        margin: 180px -50px 0;
        align-items: center;
    }
    .boardDirectorArea .itemBox .item {
        padding: 0 50px;
        /* transition: all ease 0.5s; */
        margin-top: 70px;
    }
    .boardDirectorArea .itemBox .item.active {
        margin: 0;
    }
    .boardDirectorArea .itemBox .item .image {
        background: #cfcfcf;
        display: inline-block;
        width: 278px;
        height: 255px;
        border-radius: 60px 60px 0px 0px;
        margin-bottom: 50px;
        /* transition: all ease 0.5s; */
    }
    .boardDirectorArea .itemBox .item .image img {
        width: 100%;
        position: relative;
        top: -67px;
    }
    .boardDirectorArea .itemBox .item h3 {
        color: #9b1c1f;
    }
    .boardDirectorArea .itemBox .item h4 {
        margin-bottom: 10px !important;
    }
    .boardDirectorArea .itemBox .item .sub {
        display: block;
        justify-content: space-between;
    }
    .boardDirectorArea .itemBox .item p, .boardDirectorArea .itemBox .item .sub .linkedin_link {
        display: none;
        /* transition: all ease 0.5s; */
    }
    .boardDirectorArea .itemBox .item.active .image {
        background: #9b1c1f;
        width: 522px;
        height: 475px;
        border-radius: 50px;
    }
    .boardDirectorArea .itemBox .item.active p, .boardDirectorArea .itemBox .item.active .sub .linkedin_link {
        display: flex;
        margin: 0;
    }
    .boardDirectorArea .itemBox .item.active .image img {
        top: -128px;
        border-radius: 0 0 50px 50px;
    }
    .boardDirectorArea .itemBox .item.active .sub {
        display: flex;
    }
    .boardDirectorArea .itemBox .item.active p {
        max-width: 552px;
    }

    /* ourTeamArea */
    .ourTeamArea {
        width: 100%;
        padding: 0 0 70px;
    }
    .ourTeamArea .contentBox {
        margin-bottom: 105px;
    }
    .ourTeamArea .itemBox {

    }
    .ourTeamArea .itemBox .item {
        margin-bottom: 70px;
        display: flex;
    }
    .ourTeamArea .itemBox .subText {
        border-radius: 30px;
        padding: 55px 40px;
        box-shadow: 0 0px 50px rgba(0, 0, 0, 0.12);
        background: #fff;
        text-align: center;
        transition: all ease 0.5s;
        width: 100%;
    }
    .ourTeamArea .itemBox .subText .image {
        width: 332px;
        height: 332px;
        border-radius: 100%;
        display: inline-block;
        margin: 0 auto 20px;
        background: #fff;
    }
    .ourTeamArea .itemBox .subText .image img {
        height: 100%;
        width: 100%;
        border-radius: 100%;
    }
    .ourTeamArea .itemBox .subText h3, .boardDirectorArea .itemBox .item h3 {
        font-size: 32px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }
    .ourTeamArea .itemBox .subText h4, .boardDirectorArea .itemBox .item h4 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .ourTeamArea .itemBox .subText p {
        margin-bottom: 30px;
    }
    .linkedin_link {
        width: 55px;
        height: 55px;
        background: #9b1c1f;
        font-size: 24px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 100%;
        border: 4px solid #f0dec4;
        margin: 0 auto;
    }
    .ourTeamArea .itemBox .subText:hover, .ourTeamArea .itemBox .subText.active {
        background: #9b1c1f;
    }
    .ourTeamArea .itemBox .subText:hover h3, .ourTeamArea .itemBox .subText.active h3, .ourTeamArea .itemBox .subText:hover h4, .ourTeamArea .itemBox .subText.active h4, .ourTeamArea .itemBox .subText:hover, .ourTeamArea .itemBox .subText.active p {
        color: #fff;
    }
    .ourTeamArea .itemBox .subText:hover .linkedin_link, .ourTeamArea .itemBox .subText.active .linkedin_link {
        color: #fff;
        border-color: #fff;
    }

    /*annual return page  */

    .who_areArea.annual_returnArea {
        position: relative;
    }
    .who_areArea.annual_returnArea:before {
        background: #9b1c1f;
        position: absolute;
        height: 100%;
        content: "";
        top: 0;
        z-index: -1;
        bottom: 0;
        left: 0;
        right: 0;
    }
   
    .annual_reportArea {
        background: #9b1c1f;
        padding: 75px 0 75px;
    }
    .reportList li {
        border: 1px solid #f7c1c2;
        padding: 35px 37px 28px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border-radius: 20px;
        margin-bottom: 40px;
        transition: all ease 0.5s;
    }
    .reportList li .subText {
        width: calc(100% - 150px);
    }
    .reportList li .subText h3 {
        color: #fff;
        margin-bottom: 10px;
    }
    .reportList li .subText p {
        color: #fff;
        margin-bottom: 0;
    }
    .btn.downloadBtn {
        padding: 9px 25px;
        background: #fff;
        color: #9b1c1f;
        font-family: 'sairabold';
        border-radius: 10px;
        font-size: 18px;
    }
    .reportList li.active {
        background: #fff;
    }
    .reportList li.active .subText h3, .reportList li.active .subText p {
        color: #9b1c1f;
    }
    .reportList li.active .btn.downloadBtn {
        background: #9b1c1f;
        color: #fff;
    }

    .reportList li:hover {
        background: #fff;
    }
    .reportList li:hover .subText h3, .reportList li:hover .subText p {
        color: #9b1c1f;
    }
    .reportList li:hover .btn.downloadBtn {
        background: #9b1c1f;
        color: #fff;
    }

    /* csr */
    /* .community_impactArea */
    .community_impactArea {
        width: 100%;
        padding: 45px 0 65px;
    }
    .community_impactArea .subText {
        padding-top: 30px;
    }
    .community_impactArea .subText a.btn {
        font-size: 28px;
        font-family: 'sairamedium';
    }
   @media (min-width: 768px) {
   .community_impactArea .image.col-md-5, .educationArea .image.col-md-5 {
        width: 47.5%;
    }
    .community_impactArea .subText.col-md-7, .educationArea .subText.col-md-7 {
        width: 52.5%;
    }
   }

   .who_areArea.our_PolicyArea .content {
        padding-left: 65px;
        padding-right: 65px;
    }

    /* educationArea */
    .educationArea {
        width: 100%;
    }
    .educationArea .itemBox {
        padding: 40px 32px;
        box-shadow: 0 0px 50px rgba(0, 0, 0, 0.12);
        border-radius: 30px;
        background: #fff;
    }
    .educationArea .subText {
        padding-top: 65px;
    }
    .educationArea .count_item {
        margin-bottom: 40px;
    }
    .educationArea .count_item .sub span, .educationArea .count_item sub {
        font-size: 48px;
        color: #9b1c1f;
    }
    .educationArea .count_item .sub p {
        font-size: 24px;
        color: #000;
    }
    .educationArea .owl-item {
        padding: 65px 40px 120px;
    }
    .educationArea .owl-nav button {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        border: 0 !important;
        background: #9b1c1f !important;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: -30px;
        color: #fff !important;
    }
    .educationArea .owl-nav button i {
        font-size: 32px;
    }
    .educationArea .owl-nav button.owl-next {
        left: auto;
        right: -30px;
    }
    .educationArea button.disabled {
        opacity: 0.4;
    }


    /*  */
    .bestselling-tab-header .row {
        align-items: center;
        margin-bottom: 48px;
    }  
    .our_reflectArea {
        padding: 70px 0px 110px 0px;
        background: #dadada;  
    }
    .our_reflectArea .contentBox {
        text-align: center;
        max-width: 1466px;
        margin: 0 auto 65px;
    } 
    .our_reflectArea .contentBox p {
        margin: 0;
    }  
    .bestselling-info h2 {
        font-family: "Raleway", sans-serif;
        font-weight: 500;
        font-size: 32px;
        line-height: 26px;
        letter-spacing: 0;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 18px;
    }  
    .bestselling-info p {
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        letter-spacing: 0;
        color: rgba(102, 102, 102, 1);
    }  
    .product-card {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: left;
    }  
    .our_reflectArea .slick-slide {
        margin-right: 21px;
  
    }   
    .tabInnermain {
        padding: 0 15px;
    }
    .product-image img {
        border-radius: 20px;
        height: 345px;
        border: 1px solid #fcfcfb;
        object-fit: cover;
    }  
    .product-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 26px;        
        font-family: "Raleway", sans-serif;
        color: rgba(0, 0, 0, 1);
        margin-bottom: 16px;
        margin-top: 20px;  
    }  
    .product-description {
        font-family: "Raleway", sans-serif;
        font-weight: 400;
        font-size: 14px;
        color: rgba(102, 102, 102, 1);
        line-height: 20px;
        
        padding: 0px;
        margin: 0px;
    }  
    .contentWrapper {
        width: 100%;
        margin: 0 auto;
        position: relative;
    }  
    .contentWrapper .tabsWrapper {
        width: 100%;
        position: relative;
    }  
    .contentWrapper  .tablist {
        margin: 0 0 25px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }  
    .contentWrapper  .tablist li {
        display: inline-block;
        border-radius: 40px;
        border: 1px solid #000;
        font-size: 18px;
        padding: 7px 15px;
        color: #000;
        cursor: pointer;
        margin-left: 0;
        width: calc(20% - 10px);
        text-align: center;
        line-height: 1.4;
        margin-right: 10px;
         margin-bottom: 10px;
        align-items: center;
        display: flex;
        justify-content: center;
    }
    
    .contentWrapper .yeartabs.tablist {
        margin-bottom: 0;
     }

    .contentWrapper .yeartabs.tablist li {
            padding: 18px 15px;
            border-radius: 10px 10px 0px 0px;
            background: #9b1c1f;
            color: #fff;
            font-size: 22px;
            width: calc(16.666% - 10px);
            margin-bottom: 0;
    }
  
   .contentWrapper .tablist li.active {
        background: #9b1c1f;
        color: #fff;
        border-color: #9b1c1f;
        font-family: 'sairabold';
    }

    .contentWrapper .yeartabs.tablist li.active {
         background: #fff;
        color: #9b1c1f;
        border-color: #fff;
        font-family: 'sairabold';
    }
    
  
    .contentWrapper .tabContent {
        width: 100%;
        padding: 15px;
    }
    .our_reflectArea .owl-nav button {
        position: absolute;
        left: -70px;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .our_reflectArea .owl-nav button i {
        font-size: 90px;
        color: #000;
        line-height: 1;
        transition: all ease 0.5s;
        font-weight: 300;
    }
    .our_reflectArea .owl-nav button:hover i {
        color: #9b1c1f;
    }
    .our_reflectArea .owl-nav button.owl-next {
        left: auto;
        right: -70px;
    }
    .yeartabContent {
        padding: 30px 20px;
        background: #fff;
    }

    /* makingArea */
    .makingArea {
        padding: 105px 0 35px;
        width: 100%;
    }
    .makingArea .contentBox {
        margin-bottom: 50px;
    }
    .makingArea .contentBox h2.lg_heading {
        margin-bottom: 35px;
    }
    .makingArea .itemBox {

    }
    .makingArea .itemBox .item {
        margin-bottom: 90px;
        display: flex;
    }
    .makingArea .itemBox .subText {
        width: 100%;
        box-shadow: 0 0px 50px rgba(0, 0, 0, 0.12);
        background: #fff;
    }
    .makingArea .itemBox .subText .image img {
        min-height: 444px;
        object-fit: cover;
        width: 100%;
    }
    .makingArea .itemBox .subText .sub {
        padding: 40px 30px 45px;
        text-align: center;
    }
    .makingArea .itemBox .subText .sub h3 {
        color: #9b1c1f;
        margin-bottom: 20px;
    }

    /* crate page */
    .innerContentPart.crateContentPart {
        padding-bottom: 30px;
    }
    .innerContentPart.crateContentPart .contentBox {
        max-width: 100%;
    }
    .brochureProductArea.crateProductArea .viewProductBtnBox {
        margin-bottom: 20px;
    }

    /* better_InventoryArea */
    .enterpriseArea.better_InventoryArea .contentBox {
        padding: 0;
    }

    /* Inner_benefitArea */
    .benefitArea.Inner_benefitArea .itemBox .item {
        width: calc(25% - 36px);
    }
    .applicationArea.crate_applicationArea .heading p {
        margin-bottom: 70px;
    }
    .applicationArea.crate_applicationArea .overlay {
        background: rgba(22, 0, 0, 0.75);
    }


    /* flc page */
    .contentList li {
        padding-left: 25px;
        margin-bottom: 6px;
        position: relative;
        color: #414242;
    }
    .contentList li:before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        background: #000;
        left: 0;
        top: 12px;
    }
    .applicationArea.flc_applicationArea .itemBox {
        justify-content: center;
    }

    /* policie page */
    .employeesArea {
        width: 100%;
    }
    .employeesArea .contentBox {
        text-align: center;
    }
    .employeesArea .itemBox {
        margin-top: 75px;
    }
    .employeesArea .itemBox .item {
        margin-bottom: 50px;
    }
   
    .employeesArea .itemBox .subtext {
        position: relative;
    }
    .employeesArea .itemBox .subtext .image {
        position: relative;
        overflow: hidden;
    }
    .employeesArea .itemBox .subtext .image:before {
        content: "";
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.50);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .employeesArea .itemBox .subtext .image img {
        display: block;
        width: 100%;
        min-height: 564px;
        object-fit: cover;
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    }
    .employeesArea .itemBox .subtext:hover .image img {
        -webkit-transform: scale(1.1);
        -khtml-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .employeesArea .itemBox .subtext .sub {
        position: absolute;
        bottom: 40px;
        padding: 0 20px;
        z-index: 2;
    }
    .employeesArea .itemBox .subtext .sub h3 {
        color: #fff;
        margin-bottom: 8px;
    }
    .employeesArea .itemBox .subtext .sub p {
        color: #fff;
        margin-bottom: 20px;
    }
    .employeesArea .itemBox .subtext .sub a {
        color: #fff;
        font-family: 'sairabold';
    }
    .employeesArea .itemBox .subtext .sub a:hover {
        color: #9b1c1f;
    }

    .policy_reportArea .reportList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .policy_reportArea .reportList li .subText {
        width: calc(100% - 153px);
    }
    .policy_reportArea .reportList li {
        width: calc(33.33% - 24px);
        border: 1px solid #000;
        padding: 28px 15px 28px;
        align-items: center;
    }
    .policy_reportArea .reportList li .subText h3, .policy_reportArea .reportList li .subText p {
        color: #9b1c1f;
        margin-bottom: 0;
    }
    .policy_reportArea .reportList li .btn.downloadBtn {
        background: #9b1c1f;
        color: #fff;
        padding: 18px 25px;
        border: 1px solid transparent;
    }
    .policy_reportArea .reportList li .btn.downloadBtn:hover {
        background: #fff;
        color: #9b1c1f;
        padding: 18px 25px;
        border-color: #9b1c1f;
    }

    /* frequentlyArea */
    .frequentlyArea {
        width: 100%;
        background: #ececec;
        padding: 80px 0 110px;
    }
    .frequentlyArea h2 {
        text-align: center;
    }
    .frequentlyArea .itemBox {
        margin-top: 20px;
    }
    .frequentlyArea .itemBox .question_item {
        padding: 40px 0 28px;
        border-bottom: 2px solid #bbbbb9;
    }
    .frequentlyArea .itemBox .question_item h3 {
        margin-bottom: 0;
    }
    .frequentlyArea .itemBox .question_item p {
        margin-bottom: 0;
    }
    .frequentlyArea .lookingBox {
        text-align: center;
        padding: 40px 0 0;
    }
    .frequentlyArea .lookingBox h3 {
        font-size: 36px;
        margin-bottom: 20px;
    }
    .frequentlyArea .lookingBox .btn {
        padding: 20px 50px;
    }

    /* events page */
    .eventsArea {
        width: 100%;        
    }
    .eventsArea .contentBox {
        padding: 90px 0 40px;
    }
    .eventsArea .contentBox.grayBg {
        background: #ececec;
    }
    .eventsArea .contentBox h2 {
        text-align: center;
        margin-bottom: 60px;
    }
    .eventsArea .itemBox .item {
        margin-bottom: 60px;
    }
    .eventsArea .itemBox .image {
        position: relative;
        overflow: hidden;
    }
    .eventsArea .itemBox .image img {
        min-height: 300px;
        object-fit: cover;
        width: 100%;
        border-radius: 20px;
        border: 1px solid #f0f1f1;
        -webkit-transform: scale(1);
        -khtml-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -khtml-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -moz-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -ms-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        -o-transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
        transition: all 1s cubic-bezier(0.24, 0.74, 0.58, 1);
    }
    .eventsArea .itemBox .image:hover img {
        -webkit-transform: scale(1.1);
        -khtml-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
        transform: scale(1.1);
    }
    .eventsArea .backBtn {
        padding: 30px 0 90px;
    }
   
    /* cereer page */
    /* joinTeamArea */
    .joinTeamArea {
        padding: 40px 0 130px;
    }
    .joinTeamArea .teamFormBox {
        max-width: 1275px;
        margin: 0 auto;
    }

    /* joinTeamArea form */
    .joinTeamArea .teamFormBox .contact-form, .joinTeamArea .teamFormBox #contact-message-download-brochure-form {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .joinTeamArea .teamFormBox .contact-form input, .joinTeamArea .teamFormBox .contact-form textarea, .joinTeamArea .teamFormBox .contact-form select, .joinTeamArea .teamFormBox #contact-message-download-brochure-form input, .joinTeamArea .teamFormBox #contact-message-download-brochure-form textarea, .joinTeamArea .teamFormBox #contact-message-download-brochure-form select {
        width: 100%;
        padding: 10px 20px;
        border: 1px solid #000000;
        font-size: 20px;
        color: #878787;
        font-family: 'Saira';
        font-weight: 300;
        border-radius: 10px;
        margin: 0;
        height: 68px;
    }
    .joinTeamArea .teamFormBox .contact-form textarea {
            height: 155px;
    }
    .joinTeamArea .teamFormBox .contact-form .js-form-item, .joinTeamArea .teamFormBox .contact-form #ajax-wrapper, .joinTeamArea .teamFormBox #contact-message-download-brochure-form .js-form-item, .joinTeamArea .teamFormBox #contact-message-download-brochure-form #ajax-wrapper {
        width: calc(50% - 15px);
        margin-bottom: 40px;
    }
    .joinTeamArea .teamFormBox .contact-form #ajax-wrapper {
        margin-bottom: 0;
    }
    .joinTeamArea .teamFormBox .contact-form .field--widget-string-textarea.js-form-item {
        width: calc(100% - 0px);
        margin-bottom: 40px;
    }
    .joinTeamArea .teamFormBox .contact-form input[type=submit], .joinTeamArea .teamFormBox #contact-message-download-brochure-form input[type=submit] {
        border: 0px;
        background-color: #9b1c1f;
        color: #fff;
        padding: 22px 140px;
        border-radius: 12px;
        font-size: 31px;
        font-family: 'sairasemibold';
        line-height: 1;
        height: auto;
        width: auto;
    }
    .joinTeamArea .teamFormBox .contact-form .js-form-item label, .joinTeamArea .teamFormBox #contact-message-download-brochure-form label {
        width: 100%;
        display: block;
        margin: 0 0 5px;
        color: #000;
    }
    .joinTeamArea #edit-field-upload-cv-resume-0--description {
        display: none;
    }
    .joinTeamArea .teamFormBox .contact-form .js-form-item#edit-actions {
        width: calc(100% - 0px);
        text-align: center;
        padding-top: 30px;
    }
    .joinTeamArea .teamFormBox .contact-form .js-form-item.form-type-managed-file {
        width: calc(100% - 0px);
    }
    /* End joinTeamArea form */


    .teamFormBox .form-group {
        position: relative;
        margin-top: 0;
        margin-bottom: 80px;
    }    
    .teamFormBox .form-group .control-label {
        position: absolute;
        top: 0.25rem;
        pointer-events: none;
        padding-left: 0.125rem;
        z-index: 1;
        color: #000;
        font-size: 20px;
        font-weight: normal;
        -webkit-transition: all 0.28s ease;
        transition: all 0.28s ease;
    }
    .teamFormBox .form-group .bar {
        position: relative;
        border-bottom: 1px solid #000;
        display: block;
    }
    .teamFormBox .form-group .bar::before {
        content: '';
        height: 0.125rem;
        width: 0;
        left: 50%;
        bottom: -0.0625rem;
        position: absolute;
        background: #9b1c1f;
        -webkit-transition: left 0.28s ease, width 0.28s ease;
        transition: left 0.28s ease, width 0.28s ease;
        z-index: 2;
    }
    .teamFormBox .form-group input {
        display: block;
        background: none;
        padding: 0.125rem 0.125rem 20px;
        font-size: 18px;
        border-width: 0;
        border-color: transparent;
        width: 100%;
        color: transparent;
        -webkit-transition: all 0.28s ease;
        transition: all 0.28s ease;
        box-shadow: none;
    }
    .teamFormBox .form-group input[type="file"] {
        line-height: 1;
    }
    .teamFormBox .form-group input[type="file"] ~ .bar {
        display: none;
    }
    .teamFormBox .form-group select,
    .teamFormBox .form-group input:focus,
    .teamFormBox .form-group input:valid,
    .teamFormBox .form-group input.form-file,
    .teamFormBox .form-group input.has-value,
    .teamFormBox .form-group textarea:focus,
    .teamFormBox .form-group textarea:valid,
    .teamFormBox .form-group textarea.form-file,
    .teamFormBox .form-group textarea.has-value {
        color: #333;
    }
    .teamFormBox .form-group select ~ .control-label,
    .teamFormBox .form-group input:focus ~ .control-label,
    .teamFormBox .form-group input:valid ~ .control-label,
    .teamFormBox .form-group input.form-file ~ .control-label,
    .teamFormBox .form-group input.has-value ~ .control-label,
    .teamFormBox .form-group textarea:focus ~ .control-label,
    .teamFormBox .form-group textarea:valid ~ .control-label,
    .teamFormBox .form-group textarea.form-file ~ .control-label,
    .teamFormBox .form-group textarea.has-value ~ .control-label {
        font-size: 16px;
        color: #000;
        top: -1rem;
        left: 0;
    }
    .teamFormBox .form-group select:focus,
    .teamFormBox .form-group input:focus,
    .teamFormBox .form-group textarea:focus {
        outline: none;
    }
    .teamFormBox .form-group select:focus ~ .control-label,
    .teamFormBox .form-group input:focus ~ .control-label,
    .teamFormBox .form-group textarea:focus ~ .control-label {
        color: #9b1c1f;
    }
    .teamFormBox .form-group select:focus ~ .bar::before,
    .teamFormBox .form-group input:focus ~ .bar::before,
    .teamFormBox .form-group textarea:focus ~ .bar::before {
        width: 100%;
        left: 0;
    }
    .teamFormBox .form-group .form-control {
        border: 0;
        border-bottom: 1px solid #000;
        border-radius: 0;
        padding: 0 0 20px;
        font-size: 20px;

    }
    .teamFormBox .form-group .form-control:focus {
        box-shadow: inherit;
        outline: 0;
        border-color: #9b1c1f;
    }
    .teamFormBox .form-group select.form-control {
        appearance: none;
        background: url(../images/arrow_down.png) no-repeat 99% center;
    }

    .teamFormBox .form-group .filelabel {
        width: 100%;;
        border-bottom: 1px solid #000;
        border-radius: 0;
        display: flex;
        padding: 0 0 15px;
        transition: border 300ms ease;
        cursor: pointer;
        text-align: center;
        margin: 0;
        justify-content: space-between;
        align-items: center;
        font-size: 20px;
    }
    .teamFormBox .form-group .filelabel i {
        display: block;
        font-size: 30px;
        padding-bottom: 5px;
    }
    .teamFormBox .form-group .filelabel i,
    .teamFormBox .form-group .filelabel .title {
      color: #000;
      transition: 200ms color;
    }
    /* .teamFormBox .form-group .filelabel:hover {
      border: 2px solid #1665c4;
    }
    .teamFormBox .form-group .filelabel:hover i,
    .teamFormBox .form-group .filelabel:hover .title {
      color: #1665c4;
    } */
    .teamFormBox .form-group #FileInput{
        display:none;
    }
    .btn.applyNowBtn {
        width: 100%;
        border-radius: 10px;
    }

    .leap_faclityArea.inner_faclityArea {
        background: #eaeaea;
        padding: 135px 0 107px;
    }
    .leap_faclityArea.inner_faclityArea .nav-tabs .nav-item .nav-link {
        background: #fff;
        transition: all ease 0.5s;
    }
    .leap_faclityArea.inner_faclityArea .nav-tabs .nav-item .nav-link:hover, .leap_faclityArea.inner_faclityArea .nav-tabs .nav-item .nav-link.active {
        background-color: #9b1c1f;
        /* color: #fff; */
    } 
    .leap_faclityArea.inner_faclityArea .nav-tabs .nav-item .nav-link:hover .contacts_card h5, .leap_faclityArea.inner_faclityArea .nav-tabs .nav-item .nav-link:hover, .leap_faclityArea.inner_faclityArea .nav-tabs .nav-item .nav-link.active .contacts_card h5, .leap_faclityArea.inner_faclityArea .nav-tabs .nav-item .nav-link.active {
        color: #fff;
    } 
    /* forklift rental */
    /* whyRentArea */
    .whyRentArea {
        width: 100%;
        padding: 25px 0 90px;
    }
    .whyRentArea .contentBox {
        max-width: 1360px;
        margin: 0 auto 50px;
        text-align: center;
    }
    .whyRentArea .subText {

    }
    .whyRentArea .subText .sub {
        width: 100%;
        background: #9b1c1f;
        border-radius: 10px;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        box-shadow: 0 0px 50px rgba(0, 0, 0, 0.12);
    }
    .whyRentArea .subText .sub .icon {
        padding: 20px 0px;
        width: 138px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFF;
        border-radius: 10px;
    }
    .whyRentArea .subText .sub .text {
        width: calc(100% - 138px);
        padding: 30px 36px 20px;
    }
    .whyRentArea .subText .sub .text h3 {
        margin: 0;
        font-size: 18px;
        color: #FFF;
    }
    .whyRentArea .subText .sub .text p {
        margin: 0;
        color: #FFF;
    }

    /* rentalTimelineArea */
    .rentalTimelineArea {
        width: 100%;
        background: #e8e8e8;
        padding: 90px 0 70px;
    }
    .rentalTimelineArea .subText .sub {
        padding-bottom: 65px;
    }
    .rentalTimelineArea .subText .sub:last-child {
        padding-bottom: 0;
    }
    .rentalTimelineArea .subText .sub p {
        margin-bottom: 20px;
    }

    /* choose_BusinessArea */
    .choose_BusinessArea {
        width: 100%;
        padding: 120px 0 0;
    }
    .choose_BusinessArea .contentBox {
        text-align: center;
        margin-bottom: 40px;
    }
    .choose_BusinessArea .itemBox .item {
        margin-bottom: 10px;
    }
    .choose_BusinessArea .itemBox .subText {
        padding: 40px 12px 60px;
        text-align: center;
      transition: all ease 0.5s;
      border-radius: 50px;
    }
    .choose_BusinessArea .itemBox .subText:hover {
        box-shadow: 0 0px 50px rgba(0, 0, 0, 0.12);
    }
    .choose_BusinessArea .itemBox .subText img {
        margin: 0 auto 30px;
    }
    .choose_BusinessArea .itemBox .subText h3 {
        margin: 0;
        color: #9b1c1f;
    }
    .choose_BusinessArea .itemBox .subText span {
        display: block;
        font-family: 'sairabold';
        color: #000;
    }
    .choose_BusinessArea .itemBox .subText p {
        margin: 15px 0 30px;
    }
    .choose_BusinessArea .itemBox .subText .btn.selectBtn {
        padding: 15px 50px;
        opacity: 0;
    }
    .choose_BusinessArea .itemBox .subText:hover .btn.selectBtn {
        opacity: 1;
    }

    /* forklift_benefit */
    .forklift_benefit {
        width: 100%;
    }
    .forklift_benefit .benefitBox {
        width: 100%;
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 40px;
    }
    .forklift_benefit .benefitBox .overlay {
        padding: 130px 0 110px;
        background: linear-gradient(to right, rgb(155, 28, 31) 11%, rgba(197, 177, 177, 0));
        height: 100%;
        border-radius: 40px;
    }
    .forklift_benefit .content {
        padding: 0 0 0 77px;
        max-width: 803px;
    }
    .forklift_benefit .content .lg_heading {
        color: #fff;
        margin-bottom: 40px;
    }
    .forklift_benefit .content .text {
        margin-bottom: 20px;
    }
    .forklift_benefit .content .text h3 {
        margin: 0;
        color: #FFF;
    }
    .forklift_benefit .content .text p {
        margin-bottom: 0;
        color: #FFF;
    }

    /* rental_JourneyArea */
    .rental_JourneyArea {
        width: 100%;
        padding: 100px 0 90px;
    }
    .rental_JourneyArea .lg_heading {
        font-size: 44px;
    }
    .rental_JourneyArea .contentBox {
        text-align: center;
    }
    .rental_JourneyArea .contentBox p {
        margin-bottom: 25px;
    }
    a.btn.contactUsBtn {
        width: 223px;
        border-radius: 10px;
        margin: 30px 0 0;
    }
    .rental_JourneyArea .contentBox p:last-child {
        margin-bottom: 0;
    }

    /* taron mhe page */
    /* futuresafeArea */
    .futuresafeArea {
        padding: 55px 0 0;
    }
    .futuresafeArea .contentBox h2.lg_heading {
        margin-bottom: 30px;
    }
    
    .futuresafeArea .subText .sub .number {
        width: 100px;
        height: 100px;
        display: flex;
        background: #f39394;
        border-radius: 10px 40px 10px 40px;
    }
    .futuresafeArea .subText .sub {
        margin-top: 65px;
    }
    .futuresafeArea .subText .sub .number strong {
        font-size: 88px;
        font-family: 'sairabold';
        color: #000;
        line-height: 1;
        position: relative;
        top: -31px;
        right: -28px;
    }
    .futuresafeArea .subText .sub {
        margin-top: 65px;
        display: flex;
        flex-wrap: wrap;
    }
    .futuresafeArea .subText .sub .text {
        width: calc(100% - 100px);
        padding-left: 79px;
    }
    .futuresafeArea .subText .sub .text h3 {
        margin-bottom: 30px;
    }
    .futuresafeArea .subText .sub .text p {
        margin: 0;
    }
    .futuresafeArea .image img {
        border-radius: 10px 426px 10px 10px;
    }

    .choose_BusinessArea.inner_choose_BusinessArea .itemBox .item {
        margin-bottom: 100px;
    }
    .choose_BusinessArea.inner_choose_BusinessArea .itemBox .subText .image {
        width: 335px;
        background: #ececec;
        padding: 40px 7px;
    }
    .choose_BusinessArea.inner_choose_BusinessArea .itemBox .subText .image img {
        margin: 0;
    }
    .choose_BusinessArea.inner_choose_BusinessArea .itemBox .subText {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        box-shadow: inherit;
    }
    .choose_BusinessArea.inner_choose_BusinessArea .itemBox .subText .text {
        width: calc(100% - 335px);
        padding: 50px 0 0 30px;
        text-align: left;
    }

    
    .inner_rental_JourneyArea.rental_JourneyArea {
        padding-top: 40px;
    }
    .inner_rental_JourneyArea a.btn.contactUsBtn {
        margin: 30px 35px 0;
    }

    .product_enquiryBox {
        text-align: center;
    }
    .product_enquiryBox span {
        font-family: 'sairamedium';
        color: #9b1c1f;
        font-size: 28px;
    }
    .product_enquiryBox a.btn.contactUsBtn.taron_visitBtn {
        margin: 0 10px;
        
    }

    /* industry_expertiseArea page */
    .industry_expertiseArea {
        width: 100%;
        padding: 25px 0 70px;
    }
    .industry_expertiseArea .contentBox {
        max-width: 1445px;
        margin: 0 auto;
    }
    .industry_expertiseArea .contentBox p {
        text-align: center;
        font-family: 'sairabold';
        max-width: 1355px;
        margin: 0 auto;
    }
    .industry_expertiseArea .itemBox {
        display: flex;
        flex-wrap: wrap;
        margin-top: 45px;
    }
    .industry_expertiseArea .itemBox .item {
        width: calc(25% - 18px);
        display: flex;
        align-items: center;
        margin-right: 18px;
    }
    .industry_expertiseArea .itemBox .item .icon {
        width: 120px;
        height: 120px;
        border: 2px solid #9b1c1f;
        border-radius: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .industry_expertiseArea .itemBox .item .text {
        width: calc(100% - 120px);
        padding: 0 0 0 30px;
    }
    .industry_expertiseArea .itemBox .item .text h3 {
        font-size: 18px;
        margin: 0;
    }

    .expertise_extendArea.futuresafeArea {
        background: #eaeaea;
        padding: 75px 0 100px;
    }
    .expertise_extendArea .content {
        margin-bottom: 50px;
        text-align: center;
    }
    .futuresafeArea.expertise_extendArea .subText {
        padding-left: 60px;
    }
    .futuresafeArea.expertise_extendArea .subText .sub {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .futuresafeArea.expertise_extendArea .subText .sub .text {
        width: 100%;
        padding-left: 0;
        margin: 0;
    }
    .futuresafeArea.expertise_extendArea .subText .sub .text h3 {
        margin: 0;
        color: #9b1c1f;
    }

    .expertise_extendArea .rental_JourneyArea {
        padding: 70px 110px;
        background: #9b1c1f;
        border-radius: 10px;
        margin-top: 70px;
    }
    .expertise_extendArea .rental_JourneyArea h2.lg_heading {
        color: #fff;
    }
    .expertise_extendArea .rental_JourneyArea p {
        color: #FFF;
        margin-bottom: 10px;
    }
    .expertise_extendArea .rental_JourneyArea .btn.contactUsBtn {
        background: #FFF;
        color: #9b1c1f;
    }

    /* brochure_popup */
    .brochure_popup {

    }
    .brochure_popup .modal-dialog {
        max-width: 890px;
        padding: 0 20px;
    }
    .brochure_popup .modal-header {
        background: #9b1c1f;
        padding: 25px 20px 25px 84px;
    }
     .brochure_popup .modal-header h2 {
        font-size: 38px;
        color: #fff;
        margin: 0;
    }
    .brochure_popup .modal-body {
        padding: 15px 84px 60px;
    }
    .brochure_popup .teamFormBox .form-group {
        margin-bottom: 62px;
    }
    .brochureDetailsPart p {
        font-size: 20px;
        margin-bottom: 50px;
    }
    .brochureDetailsPart .btn.applyNowBtn {
        padding: 12px 32px;
        width: 182px;
    }

    .brochure_popup button.btn-close {
        background: transparent;
        opacity: 1;
        margin: 0;
        padding: 0 !important;
        position: absolute;
        top: 22px;
        right: 28px;
    }
   .brochure_popup button.btn-close i {
        font-size: 36px;
        color: #fff;
        opacity: 1;
        line-height: 1;
    }


    /* sustainability_calculator_step page*/
    .who_areArea.shipmentCountArea .content {
        text-align: left;
        padding: 80px 100px 100px;
    }

    .numberPalletBox label {
        display: block;
        font-size: 16px;
        color: #9b1c1f;
        line-height: 1;
        margin-bottom: 15px;
    }
    .numberPalletBox .form-group {
        display: flex;
    }
    .numberPalletBox .form-group .form-control {
        border: 1px solid #9b1c1f;
        padding: 21px 15px 21px 18px; 
        font-size: 21px;
        font-family: 'sairaregular';
        border-radius: 10px 0px 0 10px;
        border-right: 0;
    }
    .calculateBtn.btn {
        padding: 21px 106px;
        font-size: 26px;
        border-radius: 0px 10px 10px 0px;
    }
    .shipment_countResult {
        padding: 75px 0 0;
        margin-top: 50px;
        border-top: 1px solid #cfcfcf;
    }
    .shipment_countResult .subText {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .shipment_countResult .subText p {
        padding-right: 20px;
    }
    .buttonGroup {
        display: flex;
        flex-wrap: wrap;
    }
    .buttonGroup li {
        margin-right: 18px;
    }
    .buttonGroup li:last-child {
        margin-right: 0;
    }
     .buttonGroup li a {
        padding: 12px 22px;
        font-size: 20px;
        color: #000;
        display: inline-block;
        border: 1px solid #777;
        text-align: center;
        font-family: 'sairabold';
        border-radius: 5px;
    }
    .buttonGroup li a:hover {
        background: #9b1c1f;
        color: #fff;
        border: 1px solid transparent;
    }
    .counterBox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .counterBox .counter_item {
        margin: 36px 0 0;
        width: calc(33.33% - 80px);
        background: #fff;
        border: 1px solid #d8d8d8;
        padding: 30px 35px;
        text-align: center;
        border-radius: 10px;

      }
      .counterBox .counter_item .odometer {
        font-size: 52px;
        color: #9b1c1f;
        display: inline-block;
         font-family: 'sairabold';
         margin-bottom: 10px;
      }
      .counterBox .counter_item .type {
        font-size: 22px;
        color: #000;
        font-family: 'sairabold';
      }

      /* our_foldableArea */
        .our_foldableArea .lg_heading {
            margin-bottom: 10px;
        }

        .viewProductArea.explore_pccroductArea {
            padding-top: 10px;
            padding-bottom: 0;
        }
        .viewProductArea.explore_pccroductArea .owl-nav {
            position: absolute;
            right: 0;
            left: 0;
            top: 122px;
            margin: 0;
            bottom: auto;
        }
        .viewProductArea.explore_pccroductArea .owl-nav button.owl-prev {
            right: auto;
            left: -20px;
        }
        .viewProductArea.explore_pccroductArea .owl-nav button {
            right: -20px;
            top: 0;
            left: auto;
        }
        .viewProductArea.explore_pccroductArea .subText {
            text-align: center;
        }
        .btn.exploreBtn {
            padding: 15px 32px;
            border-radius: 7px;
        }
        .viewProductArea.explore_pccroductArea .product_item .image a {
            background: #ededed;
        }
        .viewProductArea.explore_pccroductArea .product_item .subText h3 a {
            font-size: 22px;
        }
        .viewProductArea.explore_pccroductArea .product_item .image a {
            height: 350px;
        }

        /* oem_compliantArea */
        .enterpriseArea.inner_aboutArea.oem_compliantArea {
            padding-top: 20px;
        }
        .enterpriseArea.inner_aboutArea.oem_compliantArea h2 {
            text-align: center;
        }
        .inner_aboutArea.oem_compliantArea .leftText p span {
            font-family: 'sairabold';
            color: #000;
        }
        .enterpriseArea.inner_aboutArea.oem_compliantArea .contentBox {
            padding: 0;
        }
        @media (min-width: 992px) {
            .inner_aboutArea.oem_compliantArea .leftText {
                width: 100%;
            }
        }


        /* maximizeArea */
        .expertise_extendArea.maximizeArea .rental_JourneyArea {
            border-radius: 0;
            margin-top: 0;
            margin-bottom: 60px;
        }

        /* investor */
        .investorToolkitArea {
            padding-bottom: 45px;
        }
        .investorToolkitArea .contentBox {
            max-width: 1420px;
            margin: 0 auto;
        }
        .investorToolkitArea.employeesArea .itemBox {
            margin-top: 55px;
        }
        .investorToolkitArea.employeesArea .itemBox .subtext .sub h3 {
            font-size: 36px;
        }
        .investorToolkitArea.employeesArea .itemBox .subtext:hover .image:before {
            transition: all ease 0.5s;
        }
        .investorToolkitArea.employeesArea .itemBox .subtext:hover .image:before {
            background: rgba(155, 28, 31, 0.54);
        }
    
        /* financialArea */
        .financialArea {
            width: 100%;
            padding: 85px 0;
            background: #9b1c1f;
        }
        .financialArea .itemBox {
            display: flex;
            flex-wrap: wrap; 
            justify-content: space-between;
        }
         .financialArea .contentBox {
            width: calc(62% - 25px);
         }
         .financialArea .image {
            width: calc(38% - 25px);
        }
        .financialArea .subText p {
            font-size: 24px;
            color: #fff;
            font-family: 'sairabold';
            margin-bottom: 40px;
        }
        
        .financialArea .lg_heading {
            color: #fff;
        }
        .financialArea .accordion-container .set {
            padding-left: 25px;
            position: relative;
            margin-bottom: 25px;
        }
        .financialArea .accordion-container .set .accordion_head i {
            position: absolute;
            left: 0;
            font-size: 18px;
            top: 8px;
        }

        .financialArea .accordion-container .set .accordion_head {
            font-size: 30px;
            color: #fff;
            font-family: 'sairabold';
        }
       
        .financialArea .content {
            display: none;
        }
        .financialArea .accordion-container .set .content p {
            color: #fff;
            margin-bottom: 25px;
        }
        .financialArea .reportList {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .financialArea .reportList li {
            width: calc(33.33% - 15px);
            border: 1px solid #fff;
            padding: 13px 20px 13px;
            align-items: center;
        }
        .financialArea .reportList li .subText {
            width: calc(100% - 153px);
            margin-bottom: 0;
        }
        .financialArea .reportList li .btn.downloadBtn {
            background: #fff;
            color: #9b1c1f;
            padding: 18px 25px;
            border: 1px solid transparent;
        }
        .financialArea .reportList li .subText h3 {
            color: #fff;
            margin-bottom: 0;
        }    
        .financialArea .reportList li:hover .subText h3 {
            color: #9b1c1f;
        } 
        .financialArea .reportList li:hover .btn.downloadBtn {
            background: #9b1c1f;
            color: #fff;
            padding: 18px 25px;
            border: 1px solid transparent;
        }

        /* .groupCompaniesArea */
        .groupCompaniesArea {
            width: 100%;
            padding: 90px 0 80px;
        }
        .groupCompaniesArea .heading {
            text-align: center;
        }
        .groupCompaniesArea .heading .lg_heading {
            margin-bottom: 40px;
        }
        .groupCompaniesArea .heading p {
            margin-bottom: 40px;
        }
        .groupCompaniesArea .itemBox {
            max-width: 1347px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .groupCompaniesArea .itemBox .item {
            width: calc(33.33% - 98px);
            padding: 35px 24px 38px;
            border: 1px solid #000;
            border-radius: 20px;
            text-align: center;
            margin-bottom: 30px;
        }
        .groupCompaniesArea .itemBox .item h3, .groupCompaniesArea .itemBox .item p {
            font-size: 22px;
            margin-bottom: 30px;
        }
         .groupCompaniesArea .itemBox .item .btn {
            border-radius: 10px;
        }
        /* new CSS *********/
        .yeartabContent .solar_water_slider .product-image img {
	    max-height: 345px;
	}
        .views-field-field-events-images .field-content > div img {
	    width: 100%;
	    height: auto;
        border-radius: 10px;
	}
        .path-event .blogs_Area h3 {
	    text-align: center;
	    margin-top: 80px !important;
	    color: #9b1c1f;
	    display: block;
	    font-size: 42px;
	    margin-bottom: 30px;
	}
    .views-field-field-events-images .field-content {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .views-field-field-events-images .field-content > div {
	    width: calc(33.33% - 20px);
	    margin:  0 0 30px;
	}
	article[data-history-node-id="40"] h2.node-title {
	    display: none;
	}
	.event-details .item-img img {
	    width: 100%;
	    border-radius: 3rem;
	    height: 100%;
	    height: 300px;
	    object-fit: cover;
	}
	.event-details h5.item-title.mbr-fonts-style.pb-3.display-2 {
	    color: #ffffff;
	    text-align: center;
	    font-family: 'Saira', sans-serif;
	    font-size: 2.6rem;
	    padding-top: 20px;
	}
	.event-details .item-wrapper {
	    position: relative;
	    justify-content: space-between;
	    border-radius: 3rem;
	    background: #9b1c1f;
	    height: 100%;
	    display: flex;
	    flex-flow: column nowrap;
	}

    .event_detailsContent {
        padding-top: 60px;
    }
	
	/* financial_filing page */
        /* financial_filing_Area */
        .financialArea.financial_filing_Area .contentBox {
                width: 100%;
        }
        .financialArea.financial_filing_Area .selectContentBox {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .financialArea.financial_filing_Area .selectContentBox .quarter_itemBox  {
          width: calc(54% - 25px);
        }
        .financialArea.financial_filing_Area .quarter_resultsBox {
            margin-top: 40px;
            border-top: 3px solid #9b1c1f;
            width: 100%;
            padding: 30px 0 0;
        }        
        .financialArea.financial_filing_Area .selectContentBox .image  {
            width: calc(46% - 25px);
        }

        .annual_reportsBox {
            width: 100%;
        }
        .annual_reportsBox .annualList {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .annual_reportsBox .annualList li {
            width: calc(33.33% - 10px);
            display: flex;
            flex-wrap: wrap;
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
            border: 2px solid #9b1c1f;
            border-radius: 5px;
            margin-bottom: 30px;
        }
        .annual_reportsBox .annualList li .subImage {
            width: 100%;
        }
        .annual_reportsBox .annualList li .subImage img {
            width: 100%;
            height: 170px;
            object-fit: cover;
        }
       .annual_reportsBox .annualList li .text {
            width: 100%;
            padding: 15px 15px;
       }
        .annual_reportsBox .annualList li .text h3 {
            font-size: 22px;
            text-align: center;
            margin-bottom: 0;
        }
       .annual_reportsBox .annualList li .btn.downloadBtn {
            padding: 10px 18px;
            color: #fff;
            font-family: 'sairabold';
            border-radius: 10px;
            font-size: 16px;
            background: #9b1c1f;
        }
        .annual_reportsBox .annualList li .annual_Download {
            text-align: center;
            width: 100%;
            padding: 10px 10px;
        }
        
        

        /* inner_financialArea */
        .inner_financialArea.financialArea {
            width: 100%;
            padding: 60px 0;
        }
      


        .inner_financialArea.financialArea .image img {
            width: 470px;
            margin: auto;
        }
        .financialArea .tabsHead .nav-tabs {
            border-bottom: 0;
        }
        .financialArea .tabsHead .nav-tabs .nav-item .nav-link {
            padding: 22px 32px;
            color: #fff;
            font-size: 22px;
            font-family: 'sairasemibold';
            line-height: 1;
            border-radius: 0px;
            border: 2px solid #fff;
            width: auto !important;
            text-align: center;
            background: #9b1c1f;
            border-radius: 5px;
        }
        .financialArea .tabsHead .nav-tabs .nav-item {
            margin-right: 42px;
            margin-bottom: 15px;
        }
     
        .financialArea .tabsHead .nav-tabs .nav-item .nav-link.active {
            color: #9b1c1f;
            background: #fff;
            border-color: #9b1c1f;
        }
        .financialArea .tabsHead {
            margin-bottom: 0;
        }
        .financialArea .productContectBox {
            padding: 0;
        }
        .financialArea .tabsHead .nav-tabs .nav-item:last-child {
            margin-right: 0;
        }

        .selectContentBox {            
            background: #fff;
            padding: 50px 40px;
            border-radius: 5px;
            margin-bottom: 30px;
        }

        .selectContentBox .filter-row {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
            margin-bottom: 0;
        }

        /* Label */
        .selectContentBox .custom-select label {
            margin-right: 40px;
        }

        /* Selected Box */
        .selectContentBox .custom-select {           
            width: calc(35% - 0px);
            display: flex;
            align-items: center;
        }
        .selectContentBox .select_option {
             position: relative;
        }

        .selectContentBox .selected {
            padding: 6px 0;
            border-bottom: 1px solid #9b1c1f;
            transition: .2s;
            min-width: 160px;
        }

         .selectContentBox .quarter_select .selected {
                min-width: 72px;
         }

        .selectContentBox .custom-select:hover .selected {
            border-bottom-color: #007bff;
        }

        /* Dropdown List */
        .selectContentBox .options {
            list-style: none;
            margin: 6px 0 0;
            padding: 6px 0;
            background: #ffe1e2;
            border-radius: 8px;
            border: 0;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            display: none;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
            z-index: 20;
        }

        /* Show dropdown */
        .selectContentBox .custom-select.active .options {
            display: block;
            max-height: 220px;
            overflow-y: auto;
        }

        /* Option Items */
        .selectContentBox .options li {
            padding: 10px 12px;
            transition: .2s;
        }

        .selectContentBox .options li:hover {
            background: #9b1c1f;
            color: #fff;
        }

        .btn.applyBtn {
            padding: 16px 32px;
        }

        .pdfContent li {
            margin-bottom: 20px;
        }
        .pdfContent li a {
            color: #000;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            padding: 13px 20px;
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            align-items: center;
        }
        .pdfContent li a > div {
            display: flex;
            margin-right: 10px;
        }
        .pdfContent li a .icon {           
            margin-right: 20px;
            display: inline-block;
        }

        .financialArea .selectContentBox h2 {
            color: #9b1c1f;
            margin-bottom: 30px;
        }
        .pdfContent li a:hover {
            background: #9b1c1f;
            color: #fff;
        }
        .pdfContent li a:hover .icon svg path {
            fill: #fff;
        }
        .date_text {
            display: inline-block;
            margin-left: 0;
        }
        



        /* disclosureContentArea */
        .disclosureContentArea {
            padding: 60px 0 80px;
        }
        .subjectData .table>tbody>tr td, .subjectData .table>tbody>tr th {
            padding: 10px 10px;
            border: 0;
            text-align: left;
            vertical-align: middle;
        }
        .subjectData .table>tbody>tr td:first-child, .subjectData .table>tbody>tr th:first-child {
            text-align: left;
            padding-left: 20px;
        }
        .subjectData .table>tbody>tr th {
            background: #9b1c1f !important;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
        }
        .subjectData .table>tbody>tr th:first-child {
            border-radius: 10px 0 0 0px;
        }
        .subjectData .table>tbody>tr th:last-child {
            border-radius: 0 10px 0 0px;
        }

         .subjectData .table>tbody>tr td:last-child, .subjectData .table>tbody>tr th:last-child {
            text-align: center;
            padding-left: 20px;
        }
        
        .subjectData .table>tbody>tr:nth-of-type(odd)>* {
            background: #f0dfc526;
        }
        .subjectData  .table-bordered>:not(caption)>* {
            border-width: 0;
        }
        .btn.visitBtn {
            background: #fff;
            color: #9b1c1f;
            border: 2px solid #9b1c1f;
            font-size: 18px;
            padding: 14px 12px;
            border-radius: 5px;
            width: 188px;
        }
         .btn.visitBtn:hover {
            background: #9b1c1f;
            color: #fff;
            border: 2px solid #9b1c1f;
        }


        /* corporate page */
        .disclosureContentArea.corporateContentArea {
            padding-top: 0;
        }

        .corporateContentArea .subjectData {
            padding-bottom: 60px;
        }
        .corporateContentArea .subjectData:last-child {
            padding-bottom: 0;
        }
        .innerContentPart .contentBox.corporateContentBox {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .innerContentPart .contentBox.corporateContentBox .left_heading {
            width: 80%;
        }
       
        .quickLink {
            margin-top: -71px;
        }
       .quickLink ul  {
            max-width: 300px;
            margin-left: auto;
            text-align: left;
        }
        .quickLink ul li strong {
            color: #9b1c1f;
            font-size: 22px;
        }
        .quickLink ul li {
            padding: 10px 0;
            border-bottom: 1px solid #9b1c1f;
        }
        .quickLink ul li a {
            color: #000;
        }
        .quickLink ul li a:hover {
            color: #9b1c1f;
        }

        /* investor_contactArea page */
        .investor_contactArea {
            padding: 0 0 60px;
        }
        .investor_contactArea .itemBox {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -20px;
            border: 0;
        }
        .investor_contactArea .itemBox .item {
            width: 33.33%;
            padding: 0 20px;
            display: flex;
        }
        .investor_contactArea .itemBox .item .contacts_card {
            color: #000;
            box-shadow: 0 0px 50px rgba(0, 0, 0, 0.12);
            text-align: left;
            padding: 50px 28px 40px;
            border-radius: 15px;
            border: 0;
            width: 100%;
        }
        .investor_contactArea .itemBox .item .contacts_card .text_icon a {
            color: #000;
        }
        
        .investor_contactArea .itemBox .item .contacts_card .text_icon li a span.icon svg {
            width: 18px;
            margin-right: 3px   ;
        }
        .investor_contactArea .itemBox .item .contacts_card .text_icon li:first-child a span.icon svg {
            width: 15px;
        }
        .investor_contactArea .itemBox .item .contacts_card h5 {
            color: #9b1c1f;
            font-size: 23px;
        }
        
        /**********new CSS **************/
        article[data-history-node-id="101"] h2.node-title, article[data-history-node-id="102"] h2.node-title,  article[data-history-node-id="104"] h2.node-title,
        article[data-history-node-id="108"] h2.node-title, article[data-history-node-id="109"] h2.node-title, article[data-history-node-id="113"] h2.node-title  {
	    display: none;
	}
	.view-shareholding-pattern .views-exposed-form {
	    display: flex;
	}
	.view-shareholding-pattern .js-form-item-field-year-value {
	    display: flex;
	}
	.view-shareholding-pattern .js-form-item-field-year-value label {
	    margin-right: 40px;
	    padding-top: 20px;
	}
	.view-shareholding-pattern .js-form-item-field-year-value .form-select {
	    padding: 6px 10px;
        font-size: 18px;
	    border: 0;
	    border-bottom: 1px solid #9b1c1f;
	    transition: .2s;
	    min-width: 160px;
	    border-radius: 0;
	    width: 160px;
	}
	.view-shareholding-pattern .button.form-submit {
	    padding: 17px 32px;
	    font-size: 22px;
	    font-family: 'sairasemibold';
	    background: #9b1c1f;
	    color: #fff;
	    border-radius: 0;
	    border: 2px solid transparent;
	    line-height: 1;
	    position: relative;
	    margin-left: 40px;
	}
	.node-id-104 .contentBox {
	    display: block;
	}
	/* .node-id-104 .topSpace {
	    margin-top: 60px;
	} */
	.node-id-104 .social-media-sharing {
	    display: none;
	}
	.node-id-123  .view-content.selectContentBox {
	    padding: 0;
	}
	.node-id-123 .view-id-shareholding_pattern.view-display-id-block_4, .node-id-123 .view-id-shareholding_pattern.view-display-id-block_5, .node-id-123 .view-id-shareholding_pattern.view-display-id-block_6 {
	    width: 50%;
	}
	.node-id-123 .view-filters.selectContentBox {
	    padding: 0;
	    border-bottom: 3px solid #9b1c1f;
	    border-radius: 0;
	    margin-bottom: 30px;
	    padding-bottom: 40px;
	    width: 100%;
	}
	.node-id-123 .form-item-field-quarter-value .form-select {
	    padding: 6px 10px;
	    border: 0;
	    border-bottom: 1px solid #9b1c1f;
	    transition: .2s;
	    min-width: 90px;
	    border-radius: 0;
	    width: 90px;
        font-size: 18px;
	}
	.node-id-123 .form-item-field-quarter-value label {
	    padding-top: 20px;
	}
	.node-id-123 .form-item-field-quarter-value {
	    display: flex;
	    gap: 20px;
	    margin-right: 30px;
	}
	.view-shareholding-pattern .js-form-item-field-year-value .form-select option:first-child {
	    display: none;
	}
	
	/******** end new CSS **************/

    /* material_ContractsArea 13-12-25 */
        .disclosureContentArea.material_ContractsArea {
               padding: 20px 0 80px; 
        }
        .back_tO_services {
            margin-bottom: 20px;
            display: inline-block;
            color: #9b1c1f;
            font-family: 'sairasemibold';
        }
        .back_tO_services:hover {
            color: #000;            
        }
        .investor_contactArea.company_boardArea .itemBox .item {
            width: 100%;
            display: block;
            margin-bottom: 30px;
        }
        .investor_contactArea.company_boardArea .itemBox .item .contacts_card {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
       .investor_contactArea.company_boardArea .itemBox .item .contacts_card .image {
            width: calc(27% - 20px);
            background: #ddd;
            border-radius: 5px;
        }
        .investor_contactArea.company_boardArea .itemBox .item .contacts_card .right_contect {
            width: calc(73% - 20px);
            text-align: left;
            padding-left: 40px;
            border-left: 2px solid #9b1c1f;
        }
        .investor_contactArea.company_boardArea .itemBox .item .contacts_card .right_contect p strong {
            color: #9b1c1f;
            font-size: 22px;
        }

        /* compositionArea */
        .compositionArea {
            width: 100%;
            padding: 20px 0 80px;
        }
        .compositionArea .contentPart {
            margin-bottom: 30px;
        }
        .compositionArea .contentPart h3 {
            color: #9b1c1f;
        }
        .compositionArea .itemBox {
            display: flex;
            flex-wrap: wrap;
            margin: 0 -20px;
        }
        .compositionArea .itemBox .item {
            width: 25%;
            padding: 0 20px;
        }
         .compositionArea .itemBox .item h4 {
            margin-bottom: 10px;
         }
        .compositionArea .itemBox .item p {
            margin-bottom: 10px;
        }
        .compositionArea .itemBox .item p span {
            display: block;
        }


        .ipo_disclosureArea.financialArea {
            width: 100%;
            padding: 40px 0 20px;
            margin-bottom: 40px;
        }
        .ipo_disclosureArea.financial_filing_Area .quarter_resultsBox {
            margin-top: 0;
            border-top: 0;
            width: 100%;
            padding: 0;
        }
        .ipo_disclosureArea.financial_filing_Area .selectContentBox {
            padding: 30px 20px;
        }
        /* .ipo_disclosureArea.financial_filing_Area .selectContentBox .image img {
            width: 49%;
            margin: auto;
        } */
        .ipo_disclosureArea .pdfContent li a {
            max-width: 680px;
        }
        .ipo_disclosureArea .accordion_contentBox {
            display: none;            
        }
        .ipo_disclosureArea .pdfContent li a > div {
            display: flex;
        }
        .ipo_disclosureArea .accordion_item {
            width: 100%;
            position: relative;
        }
        .ipo_disclosureArea .accordion_head {
            border-bottom: 1px solid #fff;
            margin-bottom: 20px;
        }
        .ipo_disclosureArea .accordion_item .rightArrow {
            display: block;
            padding: 0;
            text-decoration: none;
            color: #fff;
            font-weight: 600;
            -webkit-transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            transition: all 0.2s linear;
            position: absolute;
            right: 39px;
            top: 10px;
        }
        .ipo_disclosureArea .accordion_item .left_head h2 {
            color: #fff;
        }
        .ipo_disclosureArea .accordion_item .rightArrow i {
            font-size: 32px;
            line-height: 1;
        }

        /* DRHP page */
        .draftRedArea {

        }
        .draftRedArea.who_areArea .content {
            text-align: left;
        }
        .confirm_link li {
            display: inline-block;
            padding-right: 30px;
        }
        .confirm_link li a {
            color: #9b1c1f;
            font-family: 'sairabold';
        }
        .expertise_extendArea.drhpDocumentArea .rental_JourneyArea {
            margin: 0;
            border-radius: 0;
        }
        .investor_informationArea {
            padding: 60px 0;
        }
        .investor_informationArea .contactBox {
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
        }
        .investor_informationArea .contactBox .itemBox {
            width: 100%;
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
            padding-top: 30px;
        }
        .investor_informationArea .contactBox .itemBox .item {
            width: calc(50% - 30px);
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.14);
            border: 1.5px solid #9b1c1f;
            border-radius: 20px;
        }
        .investor_informationArea .contactBox .itemBox .item img {
            border-radius: 20px;
        }

        /* blog-details page */
        .innerContentPart.blogDetailsContentArea .contentBox {
            text-align: left;
            /* max-width: 1100px;
            margin: 0 auto; */
        }
        .innerContentPart.blogDetailsContentArea .contentBox span.date {
           font-family: 'sairasemibold';
            display: block;
            margin-bottom: 30px;
        }
        .innerContentPart.blogDetailsContentArea  .image img {
            width: 33%;
            margin-bottom: 8px;
            border-radius: 10px;
            float: left;
            margin-right: 45px;
        }
        .innerContentPart.blogDetailsContentArea .contentBox p {
            margin-bottom: 30px;
            text-align: justify;
        }
        .innerContentPart.blogDetailsContentArea .contentBox h3 {
            color: #9b1c1f;
            margin-bottom: 30px;
            font-size: 28px;
        }
        .innerContentPart.blogDetailsContentArea .contentBox ul {
            padding-left: 16px;
            margin-bottom: 30px;
        }
        .innerContentPart.blogDetailsContentArea .contentBox ul li {
            list-style: disc;
            margin-bottom: 15px;
        }
        .innerContentPart.blogDetailsContentArea .contentBox ul li strong {
            color: #9b1c1f;
        }

        /* newsroom_deails page */
        .innerBrandYearArea.brandYearArea {
            padding-top: 0
        }
        .innerBrandYearArea.brandYearArea .itemBox .subText {
            padding: 30px 30px 30px;
        }
        .innerBrandYearArea.brandYearArea .itemBox .subText h3 {
            color: #fff;
             font-family: 'sairamedium';
        }
        .innerBrandYearArea.brandYearArea .itemBox .subText h3 strong {
            font-family: 'sairabold';
        }
        .innerEducationArea .videoBox iframe {
            width: 100%;
            height: 330px;
            object-fit: cover;
        }
        .innerEducationArea .heading {
            margin-bottom: 60px;
        }
        .innerEducationArea.subText h3 {

        }
        .benefitArea .itemBox .item p a {
            color: #fff;
        }

        .futuresafeArea.indiaAcquiresArea {
            padding: 80px 0;
            background: #eaeaea;
        }
        .futuresafeArea.indiaAcquiresArea .image img {
            border-radius: 10px 326px 10px 10px;
            height: 100%;
            width: 100%;
            object-fit: cover;
            transition: all ease 0.5s;
        }
        .futuresafeArea.indiaAcquiresArea .image img:hover {
            border-top-right-radius: 10px;
        }
         .futuresafeArea.indiaAcquiresArea.brandTheArea {
            background: #fff;
         }
        .futuresafeArea.indiaAcquiresArea.brandTheArea .image img {
             border-radius: 326px 10px 10px 10px;
        }
        .futuresafeArea.indiaAcquiresArea.brandTheArea .image img:hover {
            border-top-left-radius: 10px;
        }
        .educationArea.innerEducationArea {
            background: #eaeaea;
            padding: 80px 0;
        }
        /* forbesArea */
        .forbesArea {
            padding: 80px 0 40px;
            background: #fff;
        }
        .forbesArea .heading, .industryOutlookArea .heading {
            text-align: center;
            margin-bottom: 60px;
        }
        .forbesArea .imageBox {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }
        .forbesArea .imageBox .image {
            width: calc(50% - 30px);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
            margin-bottom: 40px;
        }
        .forbesArea .imageBox .image img {
            border-radius: 10px;
        }
        /* industryOutlookArea */
        .forbesArea.industryOutlookArea {
            background: #9b1c1f;
        }
        .forbesArea.industryOutlookArea .heading .lg_heading {
            color: #fff;
        }
        .forbesArea.industryOutlookArea .heading p {
            color: #fff;
        }
        
        .forbesArea.industryOutlookArea .imageBox .image {
            width: calc(25% - 30px);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
        }

        .forbesArea.industryOutlookArea.greatForwardArea .imageBox .image {
             width: calc(33.33% - 30px);
        }
        .futuresafeArea.indiaAcquiresArea .contentBox p {
            margin-bottom: 30px;
        }
        .enterpriseArea.conversationArea {
            padding-top: 0;
        }



/* something_wrong404gArea */
        .something_wrong404gArea {
            padding: 70px 0 100px;
        }
        .error-page {
            text-align: center;
        }

    .error-page h1 {
        font-size: 160px;
        font-weight: 700;
        line-height: 1;
        color: #9b1c1f;
    }

    .error-page h2 {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .error-page p {
        font-size: 16px;
        margin-bottom: 30px;
        opacity: 0.9;
    }
    .error-page .btn {
        border-radius: 10px;
    }

    @media (max-width: 1199px){
         .error-page h1 {
            font-size: 110px;
        }
        .error-page h2 {
            font-size: 20px;
        }
        .something_wrong404gArea {
            padding: 60px 0 80px;
        }
    }
    @media (max-width: 767px){
        .error-page h1 {
            font-size: 90px;
        }
        .error-page h2 {
            font-size: 18px;
        }
        .something_wrong404gArea {
            padding: 60px 0;
        }
    }
