

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  border: none;
  outline: none;
  text-decoration: none;
  color: #007bff;
  cursor: pointer;
}
a:hover{
  color: #007bff;
}

a.link {
  color: #FE6E00;
  text-decoration: underline;
}
a.link:hover{
  color: #cf2509;
}

b{
  font-weight: 800;
}

.fw-200{
  font-weight: 200 !important;
}
.fw-300{
  font-weight: 300 !important;
}
.fw-400{
  font-weight: 400 !important;
}
.fw-500{
  font-weight: 500 !important;
}
.fw-600{
  font-weight: 600 !important;
}
.fw-700{
  font-weight: 700 !important;
}
.fw-800{
  font-weight: 800 !important;
}
.fw-900{
  font-weight: 900 !important;
}

.lh



.text-justify{
  text-align: justify !important;
}

.text-justify-center{
  text-align: justify !important;
  text-align-last: center !important;
}


* {
  box-sizing: border-box;
}
body {
  font-family: 'Nunito', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
  overflow: auto;
  color: #4A4A4A;
  line-height: 1.6;
}

.container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
  max-width: 1440px;
  width:calc(100% - 30px);
}   

.container.container_mid_size, .main_carousel .swiper .swiper-pagination {
  max-width: 1804px;
}

.z-index-1{
  z-index: 1;
}

.z-index-2{
  z-index: 2;
}



.ratio-3x4{
  --bs-aspect-ratio: calc(4 / 3 * 100%);
}
.ratio-3x4::before{
  display: block;
  padding-top: calc(4 / 3 * 100%);
  content: "";
}

.ratio-9x16{
  --bs-aspect-ratio: calc(16 / 9 * 100%);
}
.ratio-9x16::before{
  display: block;
  padding-top: calc(16 / 9 * 100%);
  content: "";
}



h1{
  font-size: 50px;
  font-weight: 800;
  color: #365069;
}
h1 b{
  font-weight: 700;
}

h2{
  font-size: 38px;
  font-weight: 800;
  color: #393939;
  line-height: 1;
}

h3{
  font-size: 40px;
  font-weight: 300;
  color: #5A5A5A;
  line-height: 1.4;
}

h4{
  font-size: 30px;
  font-weight: 800;
  color: #243746;
}

h5{
  font-size: 20px;
  font-weight: 700;
  color: #EC4223;
}

h6{
  font-size: 22px;
  font-weight: 700;
}


p{
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
}
p:last-child {
  margin-bottom: 0;
}



.list {
  padding-left: 1.3rem;
  margin-bottom: 15px;
}
.list li {
  list-style: disc;
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 15px;
}

.list > li:last-child {
  margin-bottom: 0;
}

.list ul {
  padding-left: 1rem;
}
.list > li li {
  list-style: circle;
}

.text-small{
  font-size: 60%;
}




.section{
  position: relative;
  background-color: #fff;
}
.section.section-padding-1{
  padding: 40px 0;
}
.section.section-padding-2{
  padding: 20px 0;
}
.section.section-padding{
  padding: 60px 0;
}




.bg_snow {
  background-color: #FEF8F7 !important;
}

.bg_aliceBlue {
  background-color: #DEF3FD !important;
}

.bg_roseWhite {
  background-color: #FEF0EC !important;
}

.bg_azure {
  background-color: #F9FAFA !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg-blue{
  background: transparent linear-gradient(103deg, #365069 0%, #22394E 100%) 0% 0% no-repeat padding-box;
}


.bg-blue-gradient{
  background: transparent linear-gradient(103deg, #365069 0%, #22394E 100%) 0% 0% no-repeat padding-box;
  border-radius: 40px;
  padding: 30px;
}

.bg-our-vision{
  background: transparent linear-gradient(180deg, #F7E3DA00 0%, #F7E3DA 100%) 0% 0% no-repeat padding-box;
}

.bg-our-vision-pink{
  background: transparent linear-gradient(0deg, #F7E3DA00 0%, #F7E3DA 100%) 0% 0% no-repeat padding-box;
}




.color_studio{
  color: #7E4D9D !important;
}
.color_orange{
  color: #FE6E00 !important;
}
.color_red{
  color: #EF4023 !important;
}
.color_white{
  color: #fff !important;
}
.color_gray{
  color: rgba(88, 88, 88, 0.7);
}
.color_blue{
  color: #184e7d !important;
}
.color_black{
  color: #000 !important;
}




.font-size1 {
  font-size: 15px;
}

.font-size2 {
  font-size: 16px;
}

.font-size3 {
  font-size: 17px;
}

.font-size4 {
  font-size: 18px;
}

.font-size4 {
  font-size: 19px;
}

.font-size5 {
  font-size: 20px;
}

.font-size6 {
  font-size: 21px;
}

.font-size7 {
  font-size: 22px;
}

.font-size8 {
  font-size: 23px;
}





.btn {
  background-color: #F26841;
  border: 1px solid #F26841;
  color: #FFFFFF;
  font-size: 18px;
  padding: 0 2.16rem;
  height: 60px;
  line-height: 58px;
  font-weight: 700;
  transition: none;
  display: inline-block;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 8px;
  transition: all ease 0.3s;
  text-wrap: nowrap;
}
.btn:last-child{
  margin-right: 0;
}
.btn.active {
  pointer-events: none;
}
.btn:hover {
  background-color: transparent;
  color: #F26841;
  text-decoration: none;
  border: 1px solid #F26841;
}

.btn.bordered {
  background-color: transparent;
  color: #F26841;
  border-color: #F26841;
}
.btn.bordered.blue {
  background-color: transparent;
  color: #365069;
  border-color: #365069;
}
.btn.bordered:hover {
  background-color: #F26841;
  border-color: #F26841;
  color: #fff;
}

.btn.white_hover {
  background-color: #F26841;
  color: #fff;
  border-color: #fff;
}
.btn.white_hover:hover {
  background-color: #fff;
  color: #F26841;
  border-color: #F26841;
}

.btn.bordered.white {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}
.btn.bordered.white:hover {
  background-color: #fff;
  color: #365069;
  border-color: #fff;
}
.btn.no-bordered{
  border: none !important;
  background-color: transparent !important;
  color: #365069;
  height: 40px;
  line-height: 40px;
  padding: 0 1rem;
}
.btn.no-bordered:hover {
  color: #F26841;
}


.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(24, 78, 125, 0.25);
} 
.btn.rounded{
  border-radius: 30px !important;
}

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  color: #fff;
  pointer-events: none;
  background-color: #3580c2;
  border-color: #184E7D;
  opacity: .65;
}

.btn > i{
  font-size: 18px;
  transition: transform ease 0.3s;
}

.btn > i.fa-arrow-right{
  transform: rotate(-45deg);
}

.btn:hover > i.fa-arrow-right{
  transform: rotate(0deg);
}

.btn > i.fa-arrow-left{
  transform: rotate(45deg);
}

.btn:hover > i.fa-arrow-left{
  transform: rotate(0deg);
}

.btn.btn-checkbox{
  background-color: transparent;
  color: #365069;
  border-color: #365069;
  font-weight: 500;
}

.btn.btn-checkbox:hover{
  background-color: transparent;
  color: #F26841;
  border-color: #F26841;
  
}

.btn-check:checked+.btn-checkbox{
  background-color: #F26841;
  color: #fff;
  border-color: #F26841;
}














.input_field {
  margin-bottom: 1.5rem;
}

.input {
  position: relative;
  color: rgba(28, 28, 28, 0.65);
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  font-size: 17px;
  background-color: #fff
}

.input.field {
  background-color: #000;
  border-color: #000;
}

.input.field input,
.input.field textarea,
.input.field select {
  background-color: #000;
  color: #fff
}

.input.field label,
.input.field.select label {
  background-color: transparent;
  color: #fff;
}

.input.input.with_icon_btn {
  display: -webkit-flex;
  display: flex;
}

.input.with_icon_btn .icon_btn {
  width: 40px;
  text-align: center;
  font-size: 17px;
  display: inline-block;
  line-height: 40px;
  font-weight: bold;
}

.input.with_icon_btn.left_icon input {
  padding-left: 0
}

.input.with_icon_btn.right_icon input {
  padding-right: 0
}

.input.with_icon_btn.left_icon label {
  left: 34px;
}

.input:focus-within {
  border-color: rgba(36, 55, 70, 0.6);
}

.input label {
  position: absolute;
  margin: 0;
  font-size: 14px;
  left: 12px;
  top: 13px;
  padding: 0 3px;
  font-weight: 500;
  background-color: transparent;
  line-height: 1;
  pointer-events: none;
  -webkit-transition: all ease-in-out 0.25s;
  transition: all ease-in-out 0.25s;
  color: #1D1D1D;
}

.input input,
.input textarea,
.input select {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: inherit;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 12px;
  border-radius: 8px;
  overflow: hidden;
  vertical-align: top;
  font-size: 16px;
}

.input input[type=file] {
  line-height: 35px
}

/* .input textarea {
  min-height: 40px;
  height: 120px;
  max-height: 120px;
  line-height: 1.5;
  padding-top: 10px;
  padding-bottom: 10px;
} */

.input.date input{
  font-weight: 700;
  font-size: 18px;
}

.input.select select, .input.date input {
  padding-right: 36px
}


.input input:focus~label,
.input input:focus~label,
.input input:valid~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:focus~label,
.input.with_icon_btn input:valid~label {
  font-size: 60%;
  top: -6px;
  background-color: #FFFFFF;
  left: 12px;
}

.input textarea:focus~label,
.input textarea:focus~label,
.input textarea:valid~label {
  font-size: 60%;
  top: -6px;
  background-color: #FFFFFF
}

.input.select label, input:disabled~label, .input.date label {
  font-size: 60%;
  top: -6px;
  background-color: #FFFFFF;
}


.input.select:after {
  font-family: 'Font Awesome 6 Free';
  content: "\f107";
  font-size: 22px;
  font-weight: 900;
  color: #FF4612;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 14px;
  pointer-events: none;
}

.input.date:after {
  font-family: "Font Awesome 6 Free";
  content: "\f133";
  font-size: 22px;
  color: #FF4612;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 12px;
  pointer-events: none;
}















.refine-search .input_field {
  margin-bottom: 1.5rem;
}
.refine-search .input {
  position: relative;
  border-radius: 2px;
  font-size: 17px;
  border: none;
  background-color: #fff;
  /* box-shadow: 0px 3px 6px #0000000D; */
}
.refine-search .input.dark{
  background-color: #F3F3F3;
}
.input_field > label{
  font-size: 18px;
  color: #4A4A4A;
}

.refine-search .input input, .refine-search .input select, .refine-search .input textarea {
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: inherit;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0 12px;
  border-radius: 12px;
  overflow: hidden;
  vertical-align: top;
  font-size: 16px;
  color: #4A4A4A;
}
.refine-search .input.select select {
  padding-right: 26px;
}

.refine-search .input input[type="date"]{
  padding-right: 0;
  font-weight: 700;
}
.refine-search .input input[type="date"]::-webkit-calendar-picker-indicator {
  color: #FF4612;
  filter: brightness(0) saturate(100%) invert(40%) sepia(86%) saturate(3908%) hue-rotate(352deg) brightness(100%) contrast(104%);
  background-size: 50% 50%;
  background-position: center;
  width: 40px;
  height: 100%;
}





.bootstrap-select > select{
  line-height: 0 !important;
  height: auto !important;
}
.bootstrap-select > .dropdown-toggle {
  width: 100% !important;
  max-width: inherit !important;
  color: #4A4A4A !important;
  padding: 0 45px 0 15px !important;
  border-radius: 4px !important;
  font-size: 18px !important;
  border: none !important;
  background-color: transparent !important;
  font-weight: 400;
  color: #21262a;
  text-transform: none;
  height: 46px;
  line-height: 46px;
  margin: auto;
}
.bootstrap-select > .dropdown-toggle:after {
  display: none;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 100%;
}
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  outline: none !important;
  outline-offset: 0;
  box-shadow: none !important;
}
.bootstrap-select .dropdown-menu {
  padding: 0;
  min-height: 40px;
}
.bootstrap-select .dropdown-menu li a {
  font-size: 18px;
  padding: 10px 16px;
}

.bootstrap-select .dropdown-menu li a span.text {
  display: block;
}
.bootstrap-select .dropdown-menu li small {
  font-weight: bold;
  color: #4A4A4A !important;
}


.bootstrap-select.show-tick .dropdown-menu li a span.check-mark{
  position: absolute;
  display: inline-block;
  top: 50% !important;
  left: 8px;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  background-color: #f3f3f3;
  border-radius: 3px;
  border: 1px solid #dad6d6;
}

.bootstrap-select.show-tick .dropdown-menu li.selected a span.check-mark {
  background-color: #f15d2f;
  border-color: #f15d2f;
}

.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-left: 20px;
  margin-right: 0;
}

.bootstrap-select .bs-ok-default:after {
  display: none;
}

.bootstrap-select.show-tick .dropdown-menu .selected .bs-ok-default:after {
  content: '';
  border-width: 0 0.2em 0.2em 0;
  border-color: #fff;
  margin-left: 6px;
  margin-top: 1px;
  display: block;
}

.bs-actionsbox .btn-group {
  min-width: 180px;
}

.bs-actionsbox .btn-group .btn-light {
  background-color: #e9ecef;
  border-color: #d8d8d8;
  color: #212529;
  font-size: 13px;
  font-weight: 400;
  white-space: nowrap;
  height: 35px;
  min-width: 90px;
}

.bs-actionsbox .btn-group .btn-light:hover {
  color: #4A4A4A;
  background-color: #ffcfc0;
  border-color: #dae0e5;
}

.bs-actionsbox .btn-group .btn-light:focus {
  box-shadow: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #ffcfc0;
  color: #4A4A4A;
}


.input.dark .bootstrap-select .dropdown-toggle .filter-option-inner-inner{
  font-weight: 700;
}

















header{
  height: 100px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 1px 1px 4px #00000055;
  transition: all ease 0.2s;
  -webkit-transition: all ease 0.2s;
}

/* header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);

} */

main{
  width: 100%;
  position: relative;
  z-index: 9;
  padding-top: 100px;
}








header .logoWrap {
  min-width: 130px;
  width: 130px;
}


header .logo {
  display: inline-block;
}

header .logo > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.menu-wrap{
  /* position: relative; */
  display: inline-flex;
}


.primary_menu {
  display: inline-flex;
  max-width: 100%;
  margin: 0;
  /* position: relative; */
}

/* .primary_menu > li{
  position: relative;
} */

.primary_menu > li {
  padding: 0 1rem;
}

.primary_menu > li .nav_menu {
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  /* white-space: nowrap; */
  display: inline-block;
  padding: 1.1rem 0;
  color: #000;
  position: relative;
  cursor: pointer;
  /* text-transform: uppercase; */
}

.primary_menu > li > .nav_menu{
  line-height: 100px;
  padding: 0;
}


.primary_menu > li > .nav_menu:hover, .primary_menu > li.showMe > .nav_menu {
  color: rgba(36, 55, 70, 0.8);
}

.primary_menu > li .nav_menu.showmenu{
  position: relative;
}
/* .primary_menu > li .nav_menu.showmenu::after{
  position: absolute;
  top: 50%;
  right: -15px;
  font-size: 16px;
  content: '\f107';
  font-family: 'Font Awesome 6 Free';
  transform: translateY(-50%);
  height: 14px;
  line-height: 14px;
  transition: all ease 0.3s;
}
.primary_menu > li.showMe .nav_menu.showmenu::after{
  transform: translateY(-50%) rotate(-180deg);
} */



.primary_menu > li > .nav_menu:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
  height: 4px;
  width: 0;
  background-color: #FE6E00;
  transition: all ease 0.5s;
}

/* .primary_menu > li > .nav_menu.active{
  color: #FE6E00;
} */

.primary_menu > li.showMe > .nav_menu:before, .primary_menu > li > .nav_menu.active:before {
  width: 25px;
}

/* .primary_menu li > .submenu li > .nav_menu.active{
  color: #FE6E00;
} */

.primary_menu li > .submenu li > .nav_menu.active {
  color: #FE6E00;
  pointer-events: none;
}

.primary_menu .submenu li .nav_menu.active > i.fa-arrow-right {
  transform: rotate(0deg);
}


.primary_menu .submenu {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  /* margin: 0 15px; */
  background-color:#F5EAE7;
  display: none;
  z-index: 3;
  padding: 25px 20px 5px 20px;
  backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
}

.primary_menu .submenu ul {
  transition: all ease 0.3s 0.3s;
  margin: 0;
  padding: 0.5rem 0;
  text-align: center;
  display: flex;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}
.primary_menu .submenu li .nav_menu {
  font-weight: 700;
  font-size: 14px;
  color: #313131;
  padding: 0.7rem 0;
}
.primary_menu .submenu li .nav_menu:hover{
  color: #FE6E00;
  ;
}


.primary_menu .submenu li .nav_menu > i{
  transition: transform ease .2s;
  color: #FE6E00;
  font-size: 22px;

}
.primary_menu .submenu li .nav_menu > i.fa-arrow-right{
  transform: rotate(-45deg);
}

.primary_menu .submenu li .nav_menu:hover > i.fa-arrow-right{
  transform: rotate(0deg);
}





.menu-icon {
  /* border-radius: 50%; */
  width: 44px;
  height: 44px;
  line-height: 44px;
  white-space: nowrap;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 30px;
  vertical-align: middle;
  cursor: pointer;
  display: none;
  color: #184E7D;
}
.menu-icon:hover{
  color: #184E7D;
}

.is-tapped .menu-icon{
  background-color: #faf3ed;
  color: #FE6E00;
}
.is-tapped .menu-icon:hover{
  color: #FE6E00;
}














footer{
  background-color: #F8F8F9;
  padding: 2rem;
  color: #525252;
}
footer .footrlink{
  text-decoration: none;
  color: #525252;
  font-size: 16px; 
  }
footer .footrlink.title{ 
  color: #365069;
  font-size: 16px; 
  font-weight: 800; 
  text-transform: uppercase; 
}

footer .footrlink:hover{
  color: #3b3b3b;
}
footer .footrlink.active{
  color: #3b3b3b; 
  pointer-events: none;
}
.footer_logo {
  max-width: 110px;
  width: 110px;
}
.social_page_links > a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  margin: 0 0.2rem;
  transition: all ease .2s; 
}
.social_page_links > a:hover{
  background-color: #FE6E00;
}

.social_page_links > a.full{
  width: auto;
}
.social_page_links > a.full > span{
  font-size: 16px;
}


.social_page_links a img {
  width: 34px;
  height: 34px;
}

.icon_sm {
  width: 32px;
  height: 32px;
  line-height: 30px; 
  display: inline-block;
  text-align: center;
  margin-right: 7px;
  vertical-align: middle;
}
.icon_sm > i{ font-size: 16px; vertical-align: middle; }
.icon_caption {
  width: 100%;
  display: inline-block;
  padding: 0.3rem  0.3rem  0.3rem 0.3rem;
  font-weight: 700;
}


.footerband {
  background-color: #e9e9e9;
  color: #525252;
  font-size: 14px;
  padding: 16px 0;
}

.footerband a{
  color: #525252;
  padding: 10px;
}
.footerband a:hover{
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
}





.home-banner{
  /* min-height: 380px;
  height: 70vh; */
  position: relative;
  overflow: hidden;
}

.home-banner img{
  min-height: 100%;
  object-fit: cover;
}

/* ------------ Home Page video part start ------------ */
.home-banner{
  padding-top: 100px;
}
.home-banner .background-video{
  width: 100%;
  height: auto;
}

.home-banner .background-video video{
  width: 100%;
  height: auto;
}

/* ------------ Home Page video part end ------------ */


.home-banne-container{
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 3;
  color: #fff;
  background-color: #24374694;
  padding: 50px 0;
}

.home-banne-container h1{
  color: #fff;
  font-weight: 300;
}



.retail-banner{
  min-height: 420px;
  height: 65vh;
  position: relative;
  overflow: hidden;
}

.retail-banner .swiper-container {
  height: 100%;
}

.retail-banner .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.retail-banner h1{
  line-height: 1.3;
  color: #333;
}

.retail-banner .swiper-pagination {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: auto;
  text-align: left;
  padding-left: 20px;
}

.retail-banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 4px;
  background: #333333;
  opacity: 0.3;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.retail-banner .swiper-pagination-bullet-active {
  background: #333333;
  opacity: 1;
  width: 30px;
}


.mix-blend-screen {
  mix-blend-mode: screen;
}

.appStore-img{
  height: 58px;
  max-height: 58px;
}



.section_title {
  width: 100%;
}

.section_title h2 {
  position: relative;
  margin-bottom: 0;
  text-align: center;
  color: #365069;
  font-weight: 400;
  font-size: 38px;
}



.section_title h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 0;
  color: #184E7D;
}
.section_title h3:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 10px;
  height: 4px;
  width: 100px;
  background-color: #FE6E00;
}


.verticle_card{
  border-radius: 0;
  backface-visibility: hidden;
  overflow: hidden;
  border: none;
  border-radius: 35px;
}

.verticle_card::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(185deg, #36506900 0%, #1B2835 100%) 0% 0% no-repeat padding-box;
  transition: all .30s ease-out;
}

.verticle_card img {
  width: 100%;
  max-width: 100%;
  transition: all .25s ease;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.verticle_card:hover img{
  transform: scale(1.2);
}

.verticle_card figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  color: #fff;
  padding: 26px;
  text-align: left;
  transition: all .30s ease-out;
  width: 100%;
  z-index: 2;
  font-size: 20px;
  line-height: 1.3;
}

.verticle_card figcaption.big{
  text-align: center;
  font-size: 32px;
}





.verticle_card_link{
  border-radius: 0;
  backface-visibility: hidden;
  overflow: hidden;
  border: none;
  border-radius: 35px;
}

.verticle_card_link::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #37506800 50%, #375068 100%) 0% 0% no-repeat padding-box;
  transition: all .30s ease-out;
}
.verticle_card_link:hover:after {
  background: transparent linear-gradient(180deg, #37506800 50%, #FF4613 100%) 0% 0% no-repeat padding-box;

}

.verticle_card_link img {
  width: 100%;
  max-width: 100%;
  transition: all .25s ease;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.verticle_card_link:hover img{
  transform: scale(1.2);
}

.verticle_card_link figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  color: #fff;
  padding: 26px;
  text-align: left;
  transition: all .30s ease-out;
  width: 100%;
  z-index: 2;
  font-size: 34px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.verticle_card_link figcaption > i{
  transition: transform ease .2s;
  color: #fff;
  font-size: 28px;

}
.verticle_card_link figcaption > i.fa-arrow-right{
  transform: rotate(-45deg);
}

.verticle_card_link:hover figcaption > i.fa-arrow-right{
  transform: rotate(0deg);
}




.verticle_card_hover{
  border-radius: 0;
  backface-visibility: hidden;
  overflow: hidden;
  border: none;
  border-radius: 35px;
}

.verticle_card_hover::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(185deg, #36506900 0%, #1B2835 100%) 0% 0% no-repeat padding-box;
  transition: all .30s ease-out;
}

.verticle_card_hover img {
  width: 100%;
  max-width: 100%;
  transition: all .25s ease;
  height: 100%;
  max-height: 100%;
  object-fit: cover;
}
.verticle_card_hover:hover img{
  transform: scale(1.2);
}

.verticle_card_hover figcaption {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  width: 100%;
  height: 100%;
  z-index: 2;
  text-align: center;
}

.verticle_card_hover figcaption .body-header{
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.3;
  transition: all ease 0.3s;
  width: 100%;
}

.verticle_card_hover:hover figcaption .body-header{
  visibility: hidden;
  transition: all ease 0s;
}


.verticle_card_hover figcaption .body-copy{
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  font-size: 28px;
  line-height: 1.3;
  transition: all ease 0s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #365069c4;
  visibility: hidden;
}
.verticle_card_hover:hover figcaption .body-copy{
  visibility: visible;
  transition: all ease 0.3s;
}




.bg-blue-gradient .cardShadow {
  padding: 1.5rem;
  -webkit-box-shadow: 0px 7.55102px 22.6531px rgba(51, 51, 51, 0.08);
  -moz-box-shadow: 0px 7.55102px 22.6531px rgba(51, 51, 51, 0.08);
  box-shadow: 0px 7.55102px 22.6531px rgba(51, 51, 51, 0.08);
  background-color: #FFFFFF12;
  border-radius: 1rem;
  border: none;
  display: block;
}

.bg-blue-gradient .cardShadow:hover {
  -webkit-box-shadow: 0px 32px 32px rgb(0 0 0 / 8%), 0px 0px 32px rgb(0 0 0 / 12%), 0px 0px 1px rgb(0 0 0 / 20%);
  -moz-box-shadow: 0px 32px 32px rgba(0,0,0,.08),0px 0px 32px rgba(0,0,0,.12),0px 0px 1px rgba(0,0,0,.2);
  box-shadow: 0px 32px 32px rgb(0 0 0 / 8%), 0px 0px 32px rgb(0 0 0 / 12%), 0px 0px 1px rgb(0 0 0 / 20%);
}


.cardShadow {
  padding: 1.5rem;
  -webkit-box-shadow: 0px 4px 12px rgba(51,51,51,.08);
  -moz-box-shadow: 0px 4px 12px rgba(51,51,51,.08);
  box-shadow: 0px 4px 12px rgba(51,51,51,.08);
  background-color: #FFFFFF;
  border-radius: 1rem;
  border: none;
  display: block;
  height: 100%;
}

.cardShadow:hover {
  -webkit-box-shadow: 0px 32px 32px rgba(0,0,0,.08), 0px 0px 32px rgba(0,0,0,.12), 0px 0px 1px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 32px 32px rgba(0,0,0,.08),0px 0px 32px rgba(0,0,0,.12),0px 0px 1px rgba(0,0,0,.2);
  box-shadow: 0px 32px 32px rgba(0,0,0,.08), 0px 0px 32px rgba(0,0,0,.12), 0px 0px 1px rgba(0,0,0,.2);
}

.cardShadow .object-contain {
  width: 100px;
  min-width: 100px;
}

.cardShadow .icon {
  display: inline-block;
  width: 100px;
  min-width: 100px;
  height: 100px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #fff;
  transition: all ease 0.3s;
}

.cardShadow .icon img{
  height: 100%;
  width: 100%;
}


.cardShadow .text-contain {
  font-size: 22px;
  line-height: 1.3;
  font-weight: 800;
  color: #000;
}







.all_card > figure {
  margin: 0;
  padding: 0;
  text-align: center;
  transition: all ease 0.3s;
  height: 100%;
}
.all_card.history_card > figure{
  box-shadow: 0px 3px 25px #36506917;
  background-color: #fff;
}

.all_card > figure > .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  vertical-align: middle;
  margin: auto;
  background-color: #fff;
  box-shadow: 0px 3px 12px #FE6E0029;
  transition: all ease 0.3s;
  margin-bottom: 1.4rem;
}
/* .all_card > figure > .icon > img{
  filter: invert(53%) sepia(22%) saturate(7441%) hue-rotate(358deg) brightness(98%) contrast(104%);
} */

/* .all_card > figure > .icon > img path {
  fill: #FE6E00;
} */

.all_card > figure > .icon >img{
  width: 100px;
  height: 100px;
}
.all_card > figure > .image{
  width: 100%;
  margin: auto;
  display: inline-block;
}

.all_card > figure > figcaption {
  width: 100%;
  text-align: center;
  padding: 0;
  line-height: 1.6;
  color: #365069;
  font-size: 20px;
}

.all_card > figure > figcaption > span {
  font-size: 26px;
  display: block;
  font-weight: 400;
}

.all_card > figure > figcaption span.highlight-text{
  font-size: 27px;
  font-weight: 500;
  line-height: 1.1;
}

.all_card > figure > figcaption span.highlight-text > span{
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  display: block;
}

.all_card > figure > figcaption span.highlight-big{
  font-size: 42px;
  font-weight: 900;
  line-height: 1.2;
}



.all_card figure .image {
  width: 100%;
  box-shadow: 0px 3px 25px #00000012;
  margin-bottom: 15px;
  position: relative;
  background-color: #fff;
  --bs-aspect-ratio: 56.25%;
  transition: all ease 0.3s;
}
.all_card:hover figure .image{
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}

.all_card figure .image::before {
  display: block;
  padding-top: 56.25%;
  content: "";
}
.all_card figure .image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.all_card figure .image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.all_card figure .image .play-btn{
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 70px;
  height: 70px;
}

.all_card figure figcaption {
  width: 100%;
  padding: 0;
  color: #525252;
  font-size: 18px;
}

.all_card figure figcaption .header {
  display: block;
  font-weight: 800;
  font-size: 20px;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all ease 0.3s;
}

.all_card:hover figure .image {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
}
.all_card:hover figure figcaption .header {
  color: #EF4023;
}



.top-banner-wrap {
  min-height: 420px;
  height: 65vh;
  position: relative;
  overflow: hidden;
  background-color: #243746;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.top-banner-wrap h1{
  color: #fff;
}

.top-banner-wrap .top-banner-img {
  width: 100%;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
}
.top-banner-wrap .top-banner-img::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #37506800 0%, #2637489E 77%, #1C2834 100%) 0% 0% no-repeat padding-box;
  transition: all .30s ease-out;
}

.top-banner-wrap img {
  min-height: 100%;
  object-fit: cover;
}

.top-banner-wrap .top-banner {
  height: 100%;
  position: relative;
}

.top-banner-wrap .banner-caption {
  width: calc(100% - 40px);
  max-width: 1200px;
  position: absolute;
  left: 20px;
  bottom: 72px;
  color: #fff;
}


.top-banner-flat{
  background: transparent linear-gradient(103deg, #365069 0%, #22394E 100%) 0% 0% no-repeat padding-box;
  border-radius: 40px;
  padding: 40px 30px;
  min-height: 200px;
}

.top-banner-flat.banner-heading{
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-banner-flat h1{
  color: #fff;
  text-align: center;
}



.video-wrap{
  border-radius: 37px;
  overflow: hidden;
}


.corporate-card{
  border-radius: 38px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.corporate-card:last-child{
  margin-bottom: 0;
}

.corporate-card .corporate-img{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 40%;
  text-align: right;
  
}

.corporate-card .corporate-img img{
  object-fit: cover;
  min-height: 100%;
  min-width: 100%;
  height: 100%;
  width: 100%;
}

.corporate-card .corporate-content{
  position: relative;
  z-index: 1;
  padding: 40px 30px;
  background: transparent linear-gradient(82deg, #365069 0%, #70645E 70%, #9A735600 100%) 0% 0% no-repeat padding-box;
  color: #fff;
}
.corporate-card .corporate-content h4{
  color: #fff;
  margin-bottom: 15px;
}

.corporate-card .corporate-content .corporate-flex{
  display: flex;
  align-items: center;
}

.corporate-card .corporate-content .icon {
  display: inline-block;
  width: 100px;
  height: 100px;
  min-width: 100px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #586C7F;
  transition: all ease 0.3s;
  margin-right: 30px;
}
.corporate-card .corporate-content .icon > img{
  width: 100%;
  height: 100%;
  filter: brightness(0) saturate(100%) invert(97%) sepia(97%) saturate(0%) hue-rotate(47deg) brightness(104%) contrast(106%);
}

.corporate-card .corporate-content .text-copy{
  padding-right: 20px;
}

.corporate-card .corporate-content .btn-wraper{
  padding-left: 30px;
}



.values_card{
  box-shadow: 0 4px 12px rgba(51,51,51,.08);
  padding: 40px 30px;
  border-radius: 16px;
  background-image: url(../images/piramalValuesBannerMobile.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  display: flex;
  /* align-items: center; */
}

.values_card .icon {
  display: inline-block;
  width: 72px;
  height: 72px;
  min-width: 72px;
  border-radius: 50%;
  vertical-align: middle;
  background-color: #fff;
  transition: all ease 0.3s;
}
.values_card .heading {
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px 15px;
  background-color: #365069;
  transition: all ease 0.3s;
  min-width: 140px;
  text-align: center;
}

.values_card p{
  font-size: 16px;
}





.values_card-light{
  box-shadow: 0px 3px 25px #FF461303;
  padding: 40px 30px;
  border-radius: 16px;
  background-image: url(../images/provincial-pink-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.values_card-light .textWrap{
  font-size: 26px;
  font-weight: 800;
  color: #365069;
  padding: 10px 0;
  line-height: 1.2;
}
.arrowWrap{
  height: 100px;
  width: 50px;
  position: relative;
}
.arrowWrap::after{
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  font-size: 70px;
  color: #FF461350;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



.values_card-dark{
  box-shadow: 0px 3px 25px #FF461303;
  padding: 40px 30px;
  border-radius: 16px;
  background-image: url(../images/air-force-blue-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  color: #fff;
}

.values_card-dark h4{
  text-align: center;
  margin-bottom: 25px;
  color: #fff;
}

.values_card p{
  font-size: 16px;
}






.people_card{
  position: relative;
  padding: 15px;
  margin: auto;
  cursor: pointer;
  width: 100%;
  max-width: 280px;
}
.people_card img {
  transition: all .25s ease;
}
.people_card:hover img{
  transform: scale(1.1);
}

.people_card .imgcaption{
  position: relative;
}

.people_card .imgcaption .showArrow{
  position: absolute;
  bottom: -10px;
  right: 10px;
  opacity: 0;
  transition: all .25s ease;
}
.people_card .imgcaption .showArrow i{
  color: #365069;
  font-size: 30px;
}

.people_card:hover .imgcaption .showArrow{
  opacity: 1;
}

.people_card figcaption{
  padding-top: 8px;
}

.people_card h6{
  color: #365069;
  margin-bottom: 4px;
  transition: all .25s ease;
}
.people_card:hover h6{
  color: #FE6E00;
}

.people_card p{
  color: #365069;
  line-height: 1.2;
  font-size: 18px;
}



.close {
  border: 0;
  background: none;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 30px;
  height: 30px;
  z-index: 1;
  cursor: pointer;
}

.close:before,
.close:after {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  right: 0;
  height: 3px;
  background: #000;
  border-radius: 2px;
}

.close:before {
  transform: rotate(45deg);
}

.close:after {
  transform: rotate(-45deg);
}

.close.red:before,
.close.red:after {
  background: #000;
}

.popupWrap {
  padding: 40px;
  padding-top: 70px;
}

.modal-people{
  padding: 70px 30px 40px 40px;
}
.popupWrap-people{
  max-height: 80vh;
  overflow-y: auto;
  padding-right: 20px;
}

.popImgWrap{
  float: left;
  padding-right: 30px;
  padding-bottom: 20px;
  width: 40%;
}

.popupWrap-people p{
  font-size: 16px;
}
.popupWrap-people .list li {
    font-size: 16px;
    margin-bottom: 10px;
}
.pop-people-info{
  padding-bottom: 20px;
}

.pop-people-info h3{
  font-weight: 700;
  color: #365069;
}
.pop-people-info p{
  font-size: 18px;
  color: #365069;
}







.pills-tab .scrtabs-tab-container {
  margin-bottom: 0;
}

.pills-tab .nav-pills {
  border: none;
  border-radius: 0;
  flex-wrap: nowrap;
  overflow: visible;
  overflow-x: auto;
  -ms-overflow-style: none; /*// IE 10+*/
  overflow: -moz-scrollbars-none;/*// Firefox*/
}

.pills-tab .nav-pills::-webkit-scrollbar {
  display: none; /*Safari and Chrome*/
}

.pills-tab .nav-pills .nav-link {
  border: none;
  border-radius: 0;
  padding: 10px 5px;
  color: #365069;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
  white-space: nowrap;
  background-color: transparent;
}
.pills-tab .nav-pills .nav-item .nav-link:hover{
  color: #FF4613;
}
.pills-tab .nav-pills .nav-item.show .nav-link, .pills-tab .nav-pills .nav-link.active {
  color: #FF4613;
  border: none;
}

.pills-tab .nav-pills .nav-item {
  margin: 0;
  padding: 0 1.3rem;
}

.pills-tab .nav-pills .nav-item:first-child{
  padding-left: 0;
}
.pills-tab .nav-pills .nav-item:last-child{
  padding-right: 0;
}

.pills-tab .nav-pills .nav-link:after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  width: 0;
  background-color: #FF4613;
  transition: all ease 0.4s;
}

.pills-tab .nav-pills .nav-item.show .nav-link:after, .pills-tab .nav-pills .nav-link.active:after {
  width: 60px;
}

.tab-content {
  padding: 30px 0 0 0;
} 

.pills-tab.border-bottom{
  border-width: 2px !important;
  border-color: #E9E9E9 !important;
  overflow: hidden;
}









.reports-tab .nav-tabs {
  border: none;
  border-radius: 0;
  flex-wrap: nowrap;
}

.reports-tab .nav-tabs .nav-link {
  border: none;
  border-radius: 30px;
  padding: 8px 15px;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-weight: 700;
  border: 1px solid #FFFFFF;
  margin-bottom: 0;
  white-space: nowrap;
  background-color: transparent;
}
.reports-tab .nav-tabs .nav-item .nav-link:hover{
  border-color: #FF4613;
}
.reports-tab .nav-tabs .nav-item.show .nav-link, .reports-tab .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #FF4613;
  border-color: #FF4613;
  pointer-events: none;
}

.reports-tab .nav-tabs .nav-item {
  margin: 0;
  padding: 0 10px;
}

.reports-tab .nav-tabs .nav-item:first-child{
  padding-left: 0;
}
.reports-tab .nav-tabs .nav-item:last-child{
  padding-right: 0;
}

.tab-content {
  padding: 30px 0 0 0;
} 

.reports-tab.border-bottom{
  border-width: 2px !important;
  border-color: #E9E9E9 !important;
  overflow: hidden;
}








.scrtabs-tab-scroll-arrow > span{
  border: none;
  color: #FF4612;
  background-color: #fff;
  border: 1px solid #FF4612;
  border-radius: 50%;
  line-height: 22px;
  text-align: center;
  font-size: 14px;
  padding: 0;
  width: 24px;
  height: 24px;
}

.scrtabs-tab-scroll-arrow > span:hover {
  color: #fff;
  background-color: #FF4612;
}

.scrtabs-tab-scroll-arrow.scrtabs-disable  > span{
  background-color: #24374626 !important;
  color: #ffffff89 !important;
  border-color: #24374626 !important;
}

.scrtabs-tabs-fixed-container{
  overflow: visible;
  overflow-x: auto;
  -ms-overflow-style: none; /*// IE 10+*/
  overflow: -moz-scrollbars-none;/*// Firefox*/
}

.scrtabs-tabs-fixed-container::-webkit-scrollbar {
  display: none; /*Safari and Chrome*/
}





.accordion{
  max-width: 1000px;
  width: 100%;
  margin: auto;
}
.accordion .accordion-content{
  margin: 10px 0;
  
}

.accordion-content.open{
  padding-bottom: 10px;
}
.accordion-content .accordion-header{
  display: flex;
  padding: 15px 25px;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  transition: all 0.2s linear;
  box-shadow: 0px 3px 25px #FE6E000D;
  background-color: rgba(255, 255, 255, 0.4);
}


.accordion.dark .accordion-content .accordion-header{
  background-color: #F9FAFA;
  box-shadow: none;
}




/* .accordion-content.open .accordion-header{
  min-height: 35px;
} */
.accordion-content .accordion-header .title{
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.accordion-content .accordion-header i{
  font-size: 20px;
  color: #FE6E00;
}
.accordion-content .accordion-collapse{
  height: 0;
  transition: all 0.2s linear;
  overflow: hidden;
}

.accordion-content .accordion-collapse .accordion-collapse{
  padding: 15px 25px;
}

.accordion-loadMore .accordion-content{
  display: none;
}












.moretext {
  display: none;
}

.moreless-button{
  color: #fff;
  font-weight: 800;
  font-size: 20px;
}
.moreless-button:hover{
  color: #FE6E00;
}







.brand-cta-wrap{
  overflow: hidden;
}

.brand-cta-wrap .parallax-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.brand-cta-wrap .parallax-bg img {
  height: 100%;
  object-fit: cover;
}

.brand-cta-wrap .container {
  padding: 45px 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.brand-cta-wrap .brand-text {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

.brand-cta-wrap .brand-text, .brand-cta-wrap .brand-cta {
  display: inline-block;
  padding: 0 1rem;
}

.brand-cta-wrap .brand-cta .btn {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  transition: all ease 0.3s;
}

.brand-cta-wrap .brand-cta .btn:hover{
  background-color: #EF4023;
}





.TblWrap{
  margin-bottom: 30px;
}

.TblWrap table {
	border-collapse: separate;
	margin: 0;
	padding: 0;
	width: 100%;
  border-spacing: 0;
  order: none;
}

.TblWrap table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
.TblWrap table tr {
	background-color: #F8F8F8;
  border-bottom:none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}
.TblWrap table thead tr{
  background-color: transparent;
}

.TblWrap table tbody tr:hover td{
  background-color: #e2e2e2;
}

.TblWrap table td {
	text-align: left;
	color: #373737;
	font-size: 15px;
  vertical-align: middle;
  border-bottom: 10px solid #fff;
  padding: 20px 15px;
}

.TblWrap.v-align-top table td{
  vertical-align: top;
}

.TblWrap .logos{
  max-width: 180px;
}

.TblWrap table td a{
  color: #365069;
}

.TblWrap table td a i{
  font-size: 20px;
}

.TblWrap table td .br{
  margin-bottom: 15px;
  content: "";
  display: block;
  margin-bottom: 15px;
}

.TblWrap table th {
	text-transform: uppercase;
	font-size: 16px;
  font-weight: 700;
  padding: 15px;
  color: #070B0EE2;
  vertical-align: middle;
  text-align: left;
  white-space: nowrap;
}






.TblWrap.TblNews table td {
	color: #375068;
	font-size: 18px;
  font-weight: 800;
  padding: 40px 15px;
}

.TblWrap.TblNews table td a.link{
  text-wrap: nowrap;
  color: #FF4613;
  text-decoration: none;
}

.TblWrap.TblNews table tbody tr:hover td{
  background-color: #FF4613;
  color: #fff;
}

.TblWrap.TblNews tr:hover td a.link{
  color: #fff;
  text-decoration: underline;
}







.commonTblWrap{
  overflow: auto;
  width: 100%;
  /* max-height: 800px; */
  margin-bottom: 30px;
}

.commonTblWrap table {
	border-collapse: separate;
	margin: 0;
	padding: 0;
	width: 100%;
  border: none;
  border-spacing: 0;
  min-width: 700px;

}

.commonTblWrap table caption {
	font-size: 1.5em;
	margin: .5em 0 .75em;
}
.commonTblWrap table tr {
	background-color: #F8F8F8;
	padding: 10px;
  border-bottom:none;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  vertical-align: middle;
}
.commonTblWrap table tr:nth-child(odd){
	background-color: #F8F8F8;
}
.commonTblWrap table tr:nth-child(even){
  background-color: #F9EDE4;
}

/* .commonTblWrap table tbody tr:nth-child(odd):hover{
	background-color:#eaeaea ;
}
.commonTblWrap table tbody tr:nth-child(even):hover{
  background-color: rgba(198, 186, 150, 0.3);
} */

.commonTblWrap table thead tr{
  background-color: transparent !important;
}
.commonTblWrap table th,
.commonTblWrap table td {
	padding: 15px;
	text-align: left;
}

.commonTblWrap table td{
  border: 2px solid #fff;
  padding: 15px;
	text-align: left;
	color: #373737;
	font-size: 15px;
  vertical-align: middle;
  padding: 20px 15px;
}

.commonTblWrap table td a{
  color: #FA4616;
}
.commonTblWrap table td a:hover{
  text-decoration: underline;
}
.commonTblWrap table th {
  text-transform: uppercase;
	font-size: 16px;
  font-weight: 700;
  padding: 15px;
  color: #243746;
  vertical-align: middle;
  text-align: left;
  border: 3px solid #fff;
}

.commonTblWrap ul {
  padding-left: 1rem;
}

.commonTblWrap ul > li {
  list-style: disc;
}
.commonTblWrap table td p{
  font-size: 18px;
  line-height: 1.5;
}

.commonTblWrap .logos{
  max-width: 180px;
}








.download-wrap{
  background-color: #F9FAFA;
  border-radius: 22px;
  padding: 25px 20px;
  font-size: 18px;
  margin-bottom: 20px;
  transition: all ease 0.3s;
  color: #375068;
  font-weight: 600;
  display: block;
}
.download-wrap.shadow-wrap{
  box-shadow: 0px 3px 12px #0000002B;
}

.download-wrap:hover{
  background-color: #FF4613;
  color: #fff;
}

.download-wrap i.file-pdf{
  color: #FF4613;
  font-size: 35px;
  transition: all ease 0.3s;
}
.download-wrap:hover i.file-pdf{
  color: #fff;
}

.download-wrap .pdf-btn-wrap{
  width: 220px;
  height: 50px;
  position: relative;
  
}
.download-wrap .pdf-btn{
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 60px;
  border: 1px solid #184E7D;
  /* border-radius: 26px; */
  white-space: nowrap;
  line-height: 48px;
  padding: 0 20px;
  text-align: center;
  color: #184E7D;
  transition: all ease 0.3s;
  cursor: pointer;
  border-radius: 30px;
}

.download-wrap .pdf-btn > span{
  padding-left: 10px;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  display: none;
  text-transform: uppercase;
}







.investor-address{
  padding-bottom: 40px;
}
.investor-address .investor-cont{
  padding: 20px 30px;
  background-color: #F5FAFF;
  border-radius: 22px;
}
.investor-address h5{
  margin-bottom: 20px;
  color: #000;
  font-weight: 700;
  /* text-transform: uppercase; */
}

.investor-address a{
  color: #4A4A4A;
}

.investor-address a:hover{
  text-decoration: underline;
}
.investor-address p{
  margin-bottom: 10px;
}
.investor-address p b.name{
  margin-bottom: 5px;
  display: block;
  color: #184E7D;
}




.newsMediaWrap{
  background-color: #F9FAFA;
  border-radius: 22px;
  padding: 35px 20px;
  font-size: 18px;
  margin-bottom: 20px;
  transition: all ease 0.3s;
  color: #375068;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.newsMediaWrap:hover{
  background-color: #FF4613;
  color: #fff;
}

.newsMediaWrap .newsDate{
  width: 150px;
  min-width: 150px;
}

.newsMediaWrap .newsDescription{
  width: 100%;
}

.newsMediaWrap .linkBtn{
  width: 150px;
  min-width: 150px;
  text-align: right;
}

.newsMediaWrap:hover .linkBtn .link{
  color: #fff;
}



.contact-wraper{
  height: calc(100vh - 100px);
}

.fluid_left {
  position: relative;
  height: 100%;
}


.fluid_left::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50vw;
  background: transparent linear-gradient(180deg, #FF461308 0%, #FF461334 100%) 0% 0% no-repeat padding-box;
  
}

.fluid_left::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 20px;
  background: url(../images/piramal-hand-icon.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto 50%;
  height: 100%;
  width: calc(100% - 20px);
  z-index: 1;
}

.fluid_left > div {
  position: relative;
  z-index: 2;
}




.contact-way {
  width: 100%;
  margin: 0 auto;
  display: flex;
}

.contact-way .icon {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  text-align: center;
  vertical-align: top;
  background-color: #FF4613;
  border-radius: 50%;
  font-size: 33px;
}

.contact-way .caption {
  display: inline-block;
  width: calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  padding-left: 16px;
  font-size: 16px;
  color: #243746;
}

.contact-way .caption h5{
  font-weight: 800;
  color: #FF4613;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.contact-way .caption a {
  color: inherit;
}

.contact-way .caption a:hover {
  text-decoration: underline;
}

.contact-way .caption address {
  font-style: normal;
  padding-bottom: 15px;
}






.form-wraper{
  padding: 30px;
  width: 100%;
}

.get-in-touch-icon{
  margin-bottom: 20px;
}

.get-in-touch-icon img{
  width: 90px;
}


.form-box label{
  font-weight: 700;
}


.form-box .input {
  border: none;
  border-bottom: 1px solid #CBCBCB;
  border-radius: 0;
  background-color: #fff;
}

.form-box .input input,
.form-box .input textarea,
.form-box .input select{
  padding: 0;
}




.foundation-slider {
  position: relative;
  min-height: 380px;
  height: 100vh;
}


.foundation-slider .swiper-button{
  position: absolute;
  bottom: 10px;
  right: 20px;
  z-index: 5;
  text-align: center;
}


.swiper-button .swiper-button-next, .swiper-button .swiper-button-prev {
  margin: 20px;
  display: inline-block;
  height: 18px;
  position: relative;
  width: 18px;
  background: transparent;
}
.swiper-button-number .swiper-button-next, .swiper-button-number .swiper-button-prev {
  margin-top: -10px;
}
.swiper-button-number .swiper-button-next {
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  /* -webkit-transform: rotate(315deg); */
  transform: rotate(315deg);
  right: auto;
  left: auto;
}
.swiper-button-number .swiper-button-prev {
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: auto;
  left: auto;
}
.swiper-button-number .swiper-button-next::after, .swiper-button-number .swiper-button-prev::after {
  border-color: #EF4023;
}
.swiper-button-number .swiper-button-next::before, .swiper-button-number .swiper-button-prev::before {
  background-color: #EF4023;
}
.swiper-button-number .swiper-button-next::before, .swiper-button-number .swiper-button-prev::before {
  bottom: 1px;
  content: "";
  height: 35px;
  position: absolute;
  right: 0;
  transform-origin: bottom;
  width: 3px;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.swiper-button-number .swiper-button-next::after, .swiper-button-number .swiper-button-prev::after {
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-right-style: solid;
  border-right-width: 3px;
  content: "";
  display: inline-block;
  height: 18px;
  left: 0;
  position: absolute;
  top: 0;
  width: 18px;
}
.swiper-button-number .swiper-pagination-fraction{
  position: relative;
  bottom: auto;
  left: auto;
  width: auto;
  display: inline-block;
  margin: 12px 7px;
  vertical-align: top;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
}





.foundation-slider {
  position: relative;
  min-height: 380px;
  height: 100vh;
}

.foundation-slider .swiper-container {
  height: 100%;
}

.foundation-slider .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.foundation-slider .swiper-slide::before{
  content: "";
  position: absolute;
  left:0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgb(36,55,70);
  /* background: transparent linear-gradient(180deg, #24374680 25%, #243746b5 45%, #243746e8 100%) 0% 0% no-repeat padding-box */
  background: transparent linear-gradient(180deg, #37506800 0%, #2637489E 57%, #1C2834 100%) 0% 0% no-repeat padding-box;
  /* opacity: 45%; */
}
.foundation-slider .swiper-slide.beforeNone::before{
  display: none;
}



.foundation-slider .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.foundation-slider .bannerCont {
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 100%;
  z-index: 3;
  color: #fff;
}

.foundation-slider .bannerCont p{
  font-size: 20px;
}


.foundation-slider .bannerCont h1, .foundation-slider .bannerCont h2{
  font-size: 70px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.foundation-slider .bannerCont h3{
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  /* line-height: 1; */
  text-transform: uppercase;
}



.big-bets-box {
  font-weight: 700;
  font-size: 16px;
  color: #243746;
  padding: 0.7rem 0;
  transition: all ease 0.3s;
  text-align: center;
  display: block;
}
.big-bets-box img {
  width: auto;
  height: 40px;
  margin: auto;
  margin-bottom: 15px;
}

.big-bets-box span {
  display: block;
}








.mouse_scroll {
	display: block;
	width: 24px;
	height: 60px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -12px;
  z-index: 4;
}


.m_scroll_arrows
{
  display: block;
  width: 5px;
  height: 5px;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  margin: 0 0 3px 4px;
  
  width: 16px;
  height: 16px;
}


.unu
{
  margin-top: 1px;
}

.unu, .doi, .trei
{
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
  
}

.unu
{
  -webkit-animation-delay: .1s;
  -moz-animation-delay: .1s;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
  animation-delay: alternate;
}

.doi
{
  -webkit-animation-delay: .2s;
  -moz-animation-delay: .2s;
  -webkit-animation-direction: alternate;
  animation-delay: .2s;
  animation-direction: alternate;
  margin-top: -6px;
}

.trei
{
  -webkit-animation-delay: .3s;
  -moz-animation-delay: .3s;
  -webkit-animation-direction: alternate;
  animation-delay: .3s;
  animation-direction: alternate;
  margin-top: -6px;
}

.mouse {
  height: 42px;
  width: 24px;
  border-radius: 14px;
  transform: none;
  border: 2px solid white;
  top: 170px;
}

.wheel {
  height: 5px;
  width: 2px;
  display: block;
  margin: 5px auto;
  background: white;
  position: relative;
  
  height: 4px;
  width: 4px;
  border: 2px solid #fff;
  -webkit-border-radius: 8px;
          border-radius: 8px;
}

.wheel {
  -webkit-animation: mouse-wheel 0.6s linear infinite;
  -moz-animation: mouse-wheel 0.6s linear infinite;
  animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@-moz-keyframes mouse-wheel {
  0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@-o-keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}
@keyframes mouse-wheel {

   0% { top: 1px; }
  25% { top: 2px; }
  50% { top: 3px;}
  75% { top: 2px;}
  100% { top: 1px;}
}

@-webkit-keyframes mouse-scroll {

  0%   { opacity: 0;}
  50%  { opacity: .5;}
  100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@-o-keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}
@keyframes mouse-scroll {

  0%   { opacity: 0; }
  50%  { opacity: .5; }
  100% { opacity: 1; }
}






.esg-highlights-bg-wrap{
  background: linear-gradient( 84deg, #243746ae 0%, #070b0e9d 100% ), url(../images/businessman-analyse-analysing.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-attachment: fixed;
  padding: 80px 0;
}


.highlights_card{
  padding: 40px 30px;
  border-radius: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.highlights_card figure{
  text-align: center;
  width: 100%;
}

.highlights_card figure figcaption {
  width: 100%;
  padding: 0;
  color: #365069;
  font-size: 18px;
}

.highlights_card figure figcaption span.highlight-big {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.2;
  display: block;
}


.disc-wrap p{
  font-size: 14px;
}
.disc-wrap .list li{
  font-size: 14px;
  padding-bottom: 8px;
}
.disc-detail {
  padding: 20px !important;
  background-color: #f6f6f6 !important;
  border-radius: 15px !important;
  height: 300px !important;
  overflow-y: scroll !important;
}

.disc-btn-wrap {
  padding-top: 40px !important;
}












@media screen and (max-height:770px) {
  .contact-wraper{
    height: auto;
  }
}



@media screen and (min-width:991px) {
  .w-10 {
    width: 10%!important;
  }
  .w-20 {
    width: 20%!important;
  }
  .w-30 {
    width: 30%!important;
  }
  .w-40 {
    width: 40%!important;
  }
  .w-50 {
    width: 50%!important;
  }
  .w-60 {
    width: 60%!important;
  }
  .w-70 {
    width: 70%!important;
  }
  .w-80 {
    width: 80%!important;
  }
  .w-90 {
    width: 90%!important;
  }
  .w-100 {
    width: 100%!important;
  }


  .vh-md-100{
    height: 100vh;
  }



  .rightBtn {
    height: 100%;
    display: flex;
    align-items: center;
  }
  .primary_menu > li:first-child {
    padding-left: 0;
  }
  .primary_menu > li:last-child {
    padding-right: 0;
  }

  .primary_menu .submenu li .nav_menu {
    font-weight: 700;
    font-size: 20px;
    color: #313131;
    padding: 0.7rem 0;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 25px #FF46132B;
    border-radius: 32px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content:space-between;
    padding: 30px 20px;
  }

  .primary_menu > li .nav_menu.topBtn{
    background-color: #FE6E000A;
    color: #FE6E00;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
    padding: 0 30px;
    font-size: 16px;
    line-height: 50px;
    white-space: nowrap;
    transition: all ease .2s; 
    border: 2px solid #FE6E00;
    border-radius: 38px;
  }
  .primary_menu > li .nav_menu.topBtn:hover, .primary_menu > li > .nav_menu.topBtn.active{
    background-color: #FE6E00;
    color: #fff;
  }
  .primary_menu > li .nav_menu.topBtn > i{
    transition: transform ease .2s;
  }
  .primary_menu > li .nav_menu.topBtn > i.fa-arrow-right{
    transform: rotate(-45deg);
  }
  
  .primary_menu > li .nav_menu.topBtn:hover > i.fa-arrow-right,
  .primary_menu > li > .nav_menu.topBtn.active > i.fa-arrow-right{
    transform: rotate(0deg);
  }

  .primary_menu > li > .nav_menu.topBtn.active:before{
    display: none;
  }

  .closeBt{
    position: absolute;
    right: 20px;
    top: 10px;
    color: #FE6E00;
    font-size: 24px;
    cursor: pointer;
  }

  .download-wrap:hover .pdf-btn{
    /* background-color: #FE6E00; */
    color: #fff;
    width: auto;
    border-color: #fff;
  }
  
  .download-wrap:hover .pdf-btn > span{
    display: inline-block;

  }

  .profile-thum {
    padding: 10px 15px;
  }


  .TblWrap table td:first-child{
    border-top-left-radius: 22px;
    border-bottom-left-radius: 22px;
  }
  
  .TblWrap table td:last-child{
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
  }

  .TblWrap table th.date{
    width: 180px;
  }


}










@media screen and (max-width:1680px) {

  .foundation-slider .bannerCont h1, .foundation-slider .bannerCont h2{
    font-size: 60px;
  }

  h1{
    font-size: 44px;
  }
  h2{
    font-size: 36px;
  }
  h3{
    font-size: 34px;
  }
  h4{
    font-size: 26px;
  }
  h5{
    font-size: 18px;
  }
  h6{
    font-size: 20px;
  }

  .section_title h2 {
    font-size: 34px;
  }
  
  p{
    font-size: 18px;
  }
  .list > li {
    font-size: 18px;
  }

  .moreless-button{
    font-size: 18px;
  }

  .primary_menu > li .nav_menu {
    font-size: 16px;
  }
  .primary_menu > li .nav_menu.topBtn{
    font-size: 14px;
  }

  .primary_menu .submenu li .nav_menu {
    font-size: 18px;
  }


  
  .bootstrap-select > .dropdown-toggle {
    font-size: 16px !important;
  }
  .bootstrap-select .dropdown-menu li a {
    font-size: 16px;
  }

  .input.date input{
    font-size: 16px;
  }


  .commonTblWrap table th {
    font-size: 15px;
  }
  .commonTblWrap table td{
    font-size: 14px;
  }
  .commonTblWrap table td p{
    font-size: 14px;
  }


  .all_card figure figcaption .header {
    font-size: 18px;
  }
  .TblWrap.TblNews table td {
    font-size: 16px;
  }





  .contact-way .icon {
    width: 60px;
    height: 60px;
    font-size: 28px;
    line-height: 60px;
  }

  .contact-way .caption {
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
  }


  .people_card p{
    font-size: 16px;
  }


}








@media screen and (max-width:1400px) {
  .container, .container-lg, .container-md, .container-sm, .main_carousel .swiper-pagination {
    max-width: 1320px;
  } 
  .container.container_mid_size, .main_carousel .swiper .swiper-pagination {
    max-width: 1320px;
  }

  .foundation-slider .bannerCont h1, .foundation-slider .bannerCont h2{
    font-size: 46px;
  }
  .foundation-slider .bannerCont h3{
    font-size: 20px;
  }

  h1{
    font-size: 38px ;
  }
  h2{
    font-size: 30px ;
  }
  h3{
    font-size: 28px;
  }
 
  .list > li {
    line-height: 1.4;
  }

  .section_title h2 {
    font-size: 28px;
}

  .btn{
    font-size: 14px;
  }
  .btn > i {
    font-size: 16px;
  }

  .cardShadow .text-contain {
    font-size: 20px;
  }


  .verticle_card_link figcaption {
    font-size: 30px;
  }


}







@media screen and (max-width:1200px) {
  .container-1200{
    max-width: 100% !important;
  }


  .foundation-slider .bannerCont h1, .foundation-slider .bannerCont h2{
    font-size: 45px;
  }

  .foundation-slider .bannerCont h3{
    font-size: 18px;
  }
  
  p{
    font-size: 16px;
  }
  .list > li {
    font-size: 16px;
  }

  .btn {
    font-size: 14px;
    padding: 0 1.8rem;

  }
  .input input, .input select, .input textarea {
    height: 44px;
    line-height: 44px;
  }

  .primary_menu > li .nav_menu {
    font-size: 15px;
  }

  .primary_menu > li .nav_menu.topBtn{
    font-size: 13px;
  }

  .all_card > figure > figcaption > b {
    font-size: 18px;
  }


  .cardShadow .icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
  }

  .verticle_card_link figcaption {
    font-size: 28px;
  }

  .reports-tab .nav-tabs .nav-link {
    font-size: 17px;
  }

  .reports-tab .nav-tabs .nav-item {
    padding: 0 0.7rem;
  }

}

























@media screen and (max-width:991px) {
  .container, .container-md, .container-sm {
    max-width: 992px;
    width:100%;
  }

  .foundation-slider .bannerCont h1, .foundation-slider .bannerCont h2{
    font-size: 35px;
  }

  .foundation-slider .bannerCont h3{
    font-size: 16px;
  }

  .foundation-slider .bannerCont p{
    font-size: 16px;
  }

  .foundation-slider .swiper-button{
    bottom: 0;
    right: 5px;
  }


  h1{
    font-size: 34px;
  }
  main{
    padding-top: 75px;
  }
  header{
    height: 75px;
  }
  .section.section-padding{
    padding: 40px 0;
  }

  .br-lg{
    display: inline-block;
  }

  .btn {
    font-size: 14px;
    padding: 0 1.6rem;
    height: 50px;
    line-height: 48px;

  }
  header .logoWrap {
    min-width: 110px;
    width: 110px;
  }
  header .logo {
    display: inline-block;
  }
  .container, .container-md, .container-sm {
    max-width: 992px;
  }
  .menu-icon {
    display: inline-flex;
  }
  .primary_menu{
    display: block;
    text-align: left;
    width: 100%;
  }
  .primary_menu > li {
    margin: 0;
    padding: 0 1.2rem;
  }
  .primary_menu .submenu li {
    margin: 0;
    padding: 0;
  }
  /* 
  .menu-overlay{
    display: none !important;
  } */
  .primary_menu .submenu{
    position: relative;
    left: auto;
    top: auto;
    box-shadow: none;
    padding: 15px;
  }
  .primary_menu .submenu ul{
    display: block;
    padding: 0.5rem;
    text-align: left;
  }

  .primary_menu > li .nav_menu{
    font-size: 16px;
    padding: 0.7rem 0;
  }
  .primary_menu > li > .nav_menu{
    line-height: 50px;
    padding: 0;
  }

  .primary_menu .submenu li .nav_menu{
    font-size: 15px;
  }

  .primary_menu .submenu li .nav_menu > i{
    display: none;
  }

  .primary_menu > li .nav_menu.topBtn{
    font-size: 16px;
  }
  .primary_menu > li .nav_menu.topBtn > i{
    display: none;
  }

  .menu-wrap {
    position: relative;
    display: block;
  }


  .navWrap-cont-between{
    justify-content: space-between;
  }


/* ------------ Home Page video part start ------------ */
.home-banner{
  padding-top: 60px;
}


/* ------------ Home Page video part end ------------ */

.top-banner-flat{
  min-height: 150px;
  padding: 40px 20px;
}


  .sitenavigation .menu-wrap {
    position: absolute;
    background-color: #EDECE9;
    right: 0;
    left: 0;
    top: 60px;
    z-index: 100;
    height: calc(100vh - 60px);
    overflow-y: auto;
    transition-duration: 70ms;
    transform: translate(100%, 0);
    transition: all ease-out 200ms;
    opacity: 0;
  }
  .sitenavigation.is-tapped .menu-wrap {
    transition-duration: 160ms;
    transform: translate(0, 0);
    transition: all ease-out 200ms;
    opacity: 1;
  }


  .verticle_card{
    border-radius: 30px;
  }
  
  .verticle_card figcaption {
    padding: 20px;
    font-size: 16px;
  }


  .ratio:has(.verticle_card_hover) {
    height: 100%;
  }
  .ratio:has(.verticle_card_hover)::before {
    display: none;
  }

  .verticle_card_hover{
    position: relative;
    height: 100%;
  }

  .verticle_card_hover img {
    position: absolute;
    left: 0;
    top: 0;
}

  .verticle_card_hover figcaption {
    position: relative;
    left: auto;
    top: auto;
    color: #fff;
    width: 100%;
    height: 100%;
    background-color: #365069c4;
}

  .verticle_card_hover figcaption .body-header{
    position: relative;
    bottom: auto;
    left: auto;
    font-size: 22px;
    padding-bottom: 15px;
  }
  
  .verticle_card_hover:hover figcaption .body-header{
    visibility: visible;
    transition: all ease 0s;
  }
  
  
  .verticle_card_hover figcaption .body-copy{
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    background-color: transparent;
    visibility: visible;
    display: block;
    padding-top: 0;
    font-size: 20px;
  }
  .verticle_card_hover:hover figcaption .body-copy{
    visibility: visible;
    transition: all ease 0.3s;
  }










  .all_card > figure > figcaption > b {
    font-size: 16px;
  }

  .all_card > figure > figcaption span.highlight-text{
    font-size: 22px;
    padding-top: 0px;
  }

  .all_card > figure > figcaption span.highlight-text > span{
    font-size: 26px;
  }

  .corporate-card .corporate-content .icon {
    width: 80px;
    height: 80px;
    min-width: 80px;
  }

  .corporate-card .corporate-content{
    padding: 35px 25px;
    background: transparent linear-gradient(82deg, #365069 0%, #70645E 62%, #70645ea7 100%) 0% 0% no-repeat padding-box;
  }

  .modal-people{
    padding: 60px 20px 30px 30px;
  }

  .popImgWrap {
    float: none;
    padding-right: 0;
    padding-bottom: 20px;
    width: 60%;
    margin: auto;
  }




  .TblWrap table {
		border: 0;
	}
	.TblWrap table caption {
		font-size: 1.3em;
	}
	.TblWrap table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		position: absolute;
		width: 1px;
		padding: 0;
	}
	.TblWrap table tr {
		display: block;
		margin-bottom: 15px;
    padding: 0 10px;
	}
	.TblWrap table th,
	.TblWrap table td {
    padding: 15px;
	}
	.TblWrap table td {
		border-bottom: 1px solid #e1e5e9;
		display: block;
		font-size: 14px;
		text-align: right;
    position: relative;
    padding-left: 28%;
	}
	.TblWrap table td::before {
		content: attr(data-label);
		font-weight: bold;
		text-transform: uppercase;
		color: #243746;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 27%;
    text-align: left;
	}
  .TblWrap table tbody > tr > td:last-child{
    border-bottom: none;
  }



  .TblWrap.TblNews table td {
    font-size: 14px;
    padding: 15px 10px;
    padding-left: 110px;
  }



  .commonTblWrap table th {
    font-size: 14px;
  }
  .commonTblWrap table td{
    padding: 15px 10px;
    font-size: 13px;
  }
  .commonTblWrap table td p{
    font-size: 13px;
  }




  .download-wrap{
    font-size: 16px;
  }


  .download-wrap:hover .pdf-btn{
    border: 1px solid #fff;
    color: #fff;
  }


  .fluid_left::before {
    width: calc(100vw + 20px);
    right: -20px;
  }
  .contact-way .icon {
    width: 50px;
    height: 50px;
    font-size: 25px;
    line-height: 50px;
  }
  
  .contact-wraper{
    height: auto;
  }

  .big-bets-box {
    font-size: 14px;
  }

}
















@media screen and (max-width:767px) {

  .cardShadow .text-contain {
    font-size: 18px;
  }




  .corporate-card .corporate-content{
    background: transparent linear-gradient(180deg, #365069 0%, #70645E 62%, #70645ea7 100%) 0% 0% no-repeat padding-box;
  }

  .corporate-card .corporate-content .corporate-flex{
    display: grid;
    align-items: center;
  }
  .corporate-card .corporate-img {
    top: auto;
    bottom: 0;
    height: 40%;
    width: 100%;
  }

  .corporate-card .corporate-content .icon {
    margin: 0 auto;
  }

  .corporate-card .corporate-content .text-copy{
    padding-right: 0;
    padding-top: 30px;
    text-align: center;
  }
  
  .corporate-card .corporate-content .btn-wraper{
    padding-left: 0;
    padding-top: 30px;
    margin: 0 auto;
  }


  .brand-cta-wrap .container {
    display: block;
    text-align: center;
    padding: 0;
  }

  .brand-cta-wrap .brand-text {
    padding-top: 15px;
    font-size: 18px;
  }

  .brand-cta-wrap .brand-logo, .brand-cta-wrap .brand-cta {
      display: inline-block;
      padding: 1.2rem 0;
  }
  .brand-cta-wrap .brand-cta .btn {
    height: 44px;
    line-height: 40px;
  }


  .contact-way .caption {
    font-size: 14px;
  }

  .newsMediaWrap{
    display: block;
  }

  .newsMediaWrap .newsDate {
    width: 100%;
    min-width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .newsMediaWrap .newsDescription {
    width: 100%;
    min-width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .newsMediaWrap .linkBtn {
    width: 100%;
    min-width: 100%;
    text-align: center;
  }




  .arrowWrap{
    height: 50px;
    width: 100px;
    position: relative;
  }
  .arrowWrap::after{
    content: '\f078';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 70px;
    color: #FF461350;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }






}




@media screen and (max-width:575px) {
  h1{
    font-size: 28px;
  }
  .modal-people{
    padding: 60px 10px 20px 20px;
  }

  .popImgWrap {
    width: 80%;
    margin: auto;
  }



}


.download-wrap .pdf-btn-wrap.w-auto {
    width: 60px !important;
}

.download-wrap a {
    color: #375068;
}

.download-wrap:hover a {
    color: #fff !important;
}

.at-tab {
    display: none;
    padding: 15px;
    border: 1px solid #FF4613;
    border-top: none;
    background-color: #fff;
    border-bottom-right-radius: 22px;
    border-bottom-left-radius: 22px;
}

.at-title {
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
}

    .at-title.active {
        background-color: #FF4613;
        color: #fff;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .at-title:after {
        content: "+";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        transition: all 0.3s ease;
        font-size: 24px;
        font-weight: 700;
        height: 50px;
        width: 60px;
        border: 1px solid #184E7D;
        white-space: nowrap;
        line-height: 48px;
        padding: 0 20px;
        text-align: center;
        color: #184E7D;
        cursor: pointer;
        border-radius: 30px;
    }

    .at-title:hover:after, .at-title.active:after {
        color: #fff;
        border-color: #fff;
    }

    .at-title.active:after {
        content: "-";
    }

.at-item {
    margin-bottom: 20px;
}


