@font-face {
  font-family: bahij;
  src:url("../fonts/Bahij_TheSansArabic-Plain.ttf"), url("../fonts/Bahij_TheSansArabic-Plain.ttf") format('truetype');
}
@font-face {
  font-family: Gotham-Light;
  src:url("../fonts/Gotham-Light.otf"), url("../fonts/GothamLight.ttf") format('truetype');
}
@font-face {
  font-family: Gotham-Book;
  src:url("../fonts/GothamBook.otf"), url("../fonts/GothamBook.ttf") format('truetype') 
}
@font-face {
  font-family: Gotham-Medium;
  src:url("../fonts/GothamMedium.otf"), url("../fonts/GothamMedium.ttf") format('truetype');
}
@font-face {
  font-family: Gotham-Bold;
  src:url("../fonts/Gotham-Bold.otf"), url("../fonts/GothamBold.ttf") format('truetype');
}
@font-face {
  font-family: Gotham-Black;
  src: url("../fonts/Gotham-Black.otf");
}
body{
 /* font-family: 'Gotham-Book', sans-serif !important;
  */
  overflow-x: hidden;
 /*max-width: 1920px;
 */
 /* margin: 159px auto 0;
  */
}
.text-orange{
  color: #e96920;
}
.text-navy{
  color: #0c374f;
}
.text-blue{
  color: #1870a2;
}
.text-sky{
  color: #1490b4;
}
.uppercase{
  text-transform: capitalize;
}
.capitalize{
  text-transform: capitalize;
}
.z-index-1{
  z-index: 1;
}
/* ********************************** ********************************** ******* Topbar Css ******** ********************************** ********************************** */
.topbar{
  display: block !important;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background-color: #163029;
  padding: 12px;
}
.topbar .links{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0;
  list-style-type: none;
  padding: 0;
}
.topbar .links li{
  position: relative;
  padding: 0 10px;
  line-height: 1;
}
.topbar .links li::after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  width: 2px;
  height: 100%;
}
.topbar .links li:last-child{
  padding-right: 0;
}
.topbar .links li:last-child::after{
  display: none;
}
.topbar .links li a{
  position: relative;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
/* ********************************** ********************************** ******* Navbar Css ******** ********************************** ********************************** */
.custom-nav{
  top: 40px;
}
/* ********************************** ********************************** ******* Login Page Css ******** ********************************** ********************************** */
.login-main{
  background-color: #f7f7f7;
  padding: 70px 0 70px;
}
.login-main .login-card{
  position: relative;
  width: 400px;
  background: #163029;
  padding: 40px 30px 45px;
}
.login-main .login-card .heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 32px;
  color: #ffb548;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 40px;
}
.login-main .login-card .form-group .field{
  display: block;
  width: 100%;
  height: 50px;
  font-size: 16px;
  color: #163029;
  line-height: 1;
  background: #ffffff;
  padding: 0 20px 0 50px;
  margin-bottom: 25px;
  outline: 0;
  border: 0;
  border-radius: 5px;
  box-shadow: none;
}
.login-main .login-card .form-group .email-input{
  background-image: url("../images/icons/icon-email.png");
  background-repeat: no-repeat;
  background-position: left 15px center;
}
.login-main .login-card .form-group .pass-input{
  background-image: url("../images/icons/icon-password.png");
  background-repeat: no-repeat;
  background-position: left 15px center;
}
.login-main .login-card .form-group .field:-webkit-autofill, .login-main .login-card .form-group .field:-webkit-autofill:hover, .login-main .login-card .form-group .field:-webkit-autofill:focus, .login-main .login-card .form-group .field:-webkit-autofill:active{
  -webkit-box-shadow: 0 0 0 30px #126f39 inset !important;
  -webkit-text-fill-color: #fff !important;
}
.login-main .login-card .form-group .field::placeholder{
  color: #163029a8;
}
.login-main .login-card .form-group .btn-login{
  width: 100%;
  height: 50px;
  font-size: 18px;
  color: #fff;
  line-height: 50px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  background-color: #ffb548;
  border-radius: 5px;
  padding: 0 20px;
  outline: 0;
  border: 1px solid #ffb548;
  transition: all 0.3s;
}
.login-main .login-card .form-group .btn-login:hover{
  color: #ffb548;
  background-color: #163029;
  transition: all 0.3s;
}
.login-main .login-card .remember-me label{
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  cursor: pointer;
  user-select: none;
  -moz-user-select: none;
}
.login-main .login-card .remember-me input{
  width: 15px;
  height: 15px;
  margin-right: 8px;
}
/* ********************************** ********************************** ******* Dashboard Page Css ******** ********************************** ********************************** */
.dashboard-main{
  background-color: #f7f7f7;
  padding: 80px 0;
}
.dashboard-main .item{
  display: block;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #163029;
  padding: 25px;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 24px;
  color: #ffb548;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;
  text-decoration: none;
  border: 2px solid;
  border-radius: 15px;
  box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
  transition: all 0.3s;
}
.dashboard-main .item:hover{
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  transition: all 0.3s;
}
.dashboard-main .asdasdas asdasdasd{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 32px;
  color: #ffb548;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 40px;
}
/* ********************************** ********************************** **** Shopping Cart Page Css ***** ********************************** ********************************** */
.cart-main{
  background-color: #f7f7f7;
  padding: 80px 0;
}
.cart-main .shadow{
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.14) !important;
  border-radius: 10px;
}
.cart-main .cart-table{
  background-color: #fff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.cart-main .cart-table tr{
  border-bottom: 1px solid #dadada;
}
.cart-main .cart-table .w-20{
  width: 20%;
}
.cart-main .cart-table .w-25{
  width: 25%;
}
.cart-main .cart-table .w-30{
  width: 30%;
}
.cart-main .cart-table tr th{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 16px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  padding: 20px 35px;
  background-color: #163029;
  white-space: nowrap;
}
.cart-main .cart-table tr td{
  padding: 20px 35px;
}
.cart-main .cart-table tr td .prod-img{
  width: 150px;
}
.cart-main .cart-table tr td .price{
  font-size: 18px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  white-space: nowrap;
}
.cart-main .cart-table tr td .quantity{
  width: 60px;
  height: 40px;
  padding: 10px;
  font-size: 18px;
  color: #163029;
  text-align: center;
  background-color: #fff;
  border: 2px solid #ffb548;
  box-shadow: none;
  outline: 0;
}
.cart-main .cart-table tr td .quantity::-webkit-outer-spin-button, .cart-main .cart-table tr td .quantity::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.cart-main .cart-table tr td input[type="number"] {
  -moz-appearance: textfield;
}
.cart-main .cart-table tr td input[type="number"]:disabled {
  border: 0;
}
.cart-main .cart-table .btn-add, .cart-main .cart-table .btn-edit, .cart-main .cart-table .btn-remove {
  display: inline-flex;
  align-items: center;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.5rem 0.75rem;
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.cart-main .cart-table .btn-add{
  background-color: #198754;
  border-color: #198754;
}
.cart-main .cart-table .btn-edit{
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.cart-main .cart-table .btn-remove{
  background-color: #dc3545;
  border-color: #dc3545;
}
/* ********************************** ********************************** ******** Orders Page Css ********* ********************************** ********************************** */
.orders-main{
  background-color: #f7f7f7;
  padding: 80px 0;
}
.orders-main .shadow{
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.14) !important;
  border-radius: 10px;
}
.orders-main .orders-table{
  background-color: #fff;
  margin-bottom: 0;
  width: 100%;
  text-align: center;
}
.orders-main .orders-table tr{
  border-bottom: 1px solid #dadada;
}
.orders-main .orders-table tr:nth-child(even) {
  background-color: #f5f5f5;
}
.orders-main .orders-table .w-20{
  width: 20%;
}
.orders-main .orders-table .w-30{
  width: 30%;
}
.orders-main .orders-table tr th{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 17px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  padding: 20px 35px;
  background-color: #163029;
  white-space: nowrap;
}
.orders-main .orders-table tr td{
  font-size: 16px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  white-space: nowrap;
  padding: 20px 35px;
}
.orders-main .orders-table .badge {
  padding: 0.5em 0.8em;
}
/* ********************************** ********************************** **** Order Schedule Page Css ***** ********************************** ********************************** */
.order-schedule-main{
  background-color: #f7f7f7;
  padding: 80px 0;
}
.order-schedule-main .nav-tabs {
  flex-wrap: nowrap;
}
.order-schedule-main .nav-tabs .nav-link{
  width: 100%;
  font-size: 18px;
  background: #163029;
  padding: 0.75rem;
  color: #fff;
  border: 1px solid transparent;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.order-schedule-main .nav-tabs .nav-link.active {
  position: relative;
  background-color: #ffb548;
  border-color: #ffb548 #fff #ffb548;
}
.order-schedule-main .nav-tabs .nav-link.active::after {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #ffb548;
  content: "";
  position: absolute;
  bottom: -15px;
  left: calc(50% - 15px);
}
.order-schedule-main .tab-content{
  padding-top: 50px;
}
.order-schedule-main .tab-content .shift-container{
  padding: 35px 40px 30px 40px;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.14) !important;
}
.shift-container .heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 28px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.shift-container .shift-timings{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 10px;
}
.shift-container .shift-timings .slot{
  margin-bottom: 10px;
}
.shift-timings .slot label{
  font-size: 18px;
  color: #163029;
  line-height: 1.3;
  background-color: #fff;
  padding: 10px 15px;
  border: 1px solid #ffb548;
  border-radius: 5px;
  cursor: pointer;
  user-select: none;
}
.shift-timings .slot input[type=radio] {
  display: none;
}
.shift-timings .slot input[type=radio]:checked + label{
  background-color: #ffb548;
  color: #fff;
}
/* ********************************** ********************************** ******* Home Page Css ******** ********************************** ********************************** */
/* Start Home Banner Section*/
.home-banner .home-slider{
  width: 100%;
  overflow: hidden;
}
.home-banner .slide{
  position: relative;
}
.home-banner .slide .content{
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translateY(-50%);
}
.home-banner .slide .content .sm{
  font-family: 'Gotham-Bold', sans-serif !important;
  position: relative;
  font-size: 32px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
}
.home-banner .slide .content .sm::before{
  content: url("../images/icons/icon-wheat-white.png");
  position: absolute;
  top: -35px;
  left: -55px;
}
.home-banner .slide .content .lg{
  position: relative;
  left: -5px;
  font-family: 'Gotham-Bold', sans-serif !important;
  font-size: 120px;
  color: #fff;
  line-height: 0.8;
  text-transform: capitalize;
}
.home-banner .slide .content .smnew{
  font-family: 'Gotham-Bold', sans-serif !important;
  position: relative;
  font-size: 32px;
  color: #fff;
  line-height: 1.5;
  text-transform: capitalize;
}
.home-banner .slide .content .light_text{
  font-family: 'Gotham-Regular', sans-serif !important;
}
.home-banner .slide .content .smnew::before{
  content: url("../images/icons/icon-wheat-white.png");
  position: absolute;
  top: -145px;
  left: -55px;
}
.home-banner .slide .content .lgnew{
  position: relative;
  left: -5px;
  font-family: 'Gotham-Bold', sans-serif !important;
  font-size: 120px;
  color: #fff;
  line-height: 0.8;
  text-transform: capitalize;
}
/* End Home Banner Section */
/* Start Home - Who We Are Section */
.home-who-we-are {
  position: relative;
  background-color: #fff;
  padding: 55px 0;
}
.home-who-we-are .img-before{
  width: 250px;
  position: absolute;
  left: 0;
  top: 25%;
 /* transform: translateY(-50%);
  */
}
.home-who-we-are .img-after{
  width: 300px;
  position: absolute;
  right: 0;
  bottom: -24%;
 /* transform: translateY(-50%);
  */
  z-index: 9;
}
.home-who-we-are .section-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 45px;
}
.home-who-we-are .desc{
  font-size: 20px;
  color: #163029;
  line-height: 1.5;
  text-align: justify;
}
/* End Home - Who We Are Section */
/* Start Home - Vision / Mission Section */
.ir-vm {
  position: relative;
  background: #eaeaea;
  background-size: cover;
  background-position: center center;
  padding: 70px 0 50px;
  overflow-x: hidden;
}
.ir-vm .vision{
  padding-right: 90px;
}
.ir-vm .mission{
  padding-left: 90px;
}
.ir-vm .vision .icon, .ir-vm .mission .icon{
  min-width: 65px;
  width: 65px;
  margin-right: 15px;
}
.ir-vm .vision .heading, .ir-vm .mission .heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.ir-vm .vision .desc, .ir-vm .mission .desc{
  font-size: 20px;
  line-height: 1.5;
}
.ir-vm .mission .desc{
  color: #353535;
}
.ir-vm .vision .heading, .ir-vm .mission .heading{
  color: #FFB548;
  margin-bottom: 20PX;
}
.ir-vm .vision .desc{
  color: #fff;
}
/* End Home - Vision / Mission Section */
.ir-vm .vision{
  text-align: center;
}
.ir-vm .vision .view-details00{
  background-color: #f3a42e;
  color: #163029;
  border-left: 5px solid #efefef;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  padding: 10px 1em;
  transition: .3s ease-in-out;
  height: auto;
  line-height: normal;
  margin: 0px;
  font-size: 1.0em;
  font-weight: bold;
  text-transform: capitalize;
  box-sizing: border-box;
}
.ir-vm .vision .view-details{
  background-color: #f3a42e;
  color: #163029;
  border-left: 5px solid #163029;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  padding: 10px 1em;
  transition: .3s ease-in-out;
  height: auto;
  line-height: normal;
  margin-TOP: 20px;
  font-size: 1.0em;
  font-weight: bold;
  text-transform: capitalize;
  box-sizing: border-box;
}
.ir-vm .mission .view-details{
  background-color: #f3a42e;
  color: #163029;
  border-left: 5px solid #163029;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  padding: 10px 1em;
  transition: .3s ease-in-out;
  height: auto;
  line-height: normal;
  margin-TOP: 20px;
  font-size: 1.0em;
  font-weight: bold;
  text-transform: capitalize;
  box-sizing: border-box;
}
.ir-vm .vision .view-details:hover{
  border-left: 5px solid #f3a42e;
}
.ir-vm .mission .view-details:hover{
  border-left: 5px solid #f3a42e;
}
.ir-vm .mission{
  text-align: center;
}
/* Start Home - Vision / Mission Section */
.home-vm {
  position: relative;
  background: url("../images/bg-home-vm.png") no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 70px 0 50px;
  overflow-x: hidden;
}
.home-vm .vision{
  padding-right: 90px;
}
.home-vm .mission{
  padding-left: 90px;
}
.home-vm .vision .icon, .home-vm .mission .icon{
  min-width: 65px;
  width: 65px;
  margin-right: 15px;
}
.home-vm .vision .heading, .home-vm .mission .heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.home-vm .vision .desc, .home-vm .mission .desc{
  font-size: 20px;
  line-height: 1.5;
}
.home-vm .mission .desc{
  color: #353535;
}
.home-vm .vision .heading, .home-vm .mission .heading{
  color: #FFB548;
  margin-bottom: 20PX;
}
.home-vm .vision .desc{
  color: #fff;
}
/* End Home - Vision / Mission Section */
/* Start Home - First Mill Numbers Section */
.company-numbers{
  position: relative;
  background-color: #ffb548;
  padding: 70px 0 100px;
  overflow-x: hidden;
}
.company-numbers .section-heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 45px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 75px;
}
.company-numbers .item{
  display: flex;
  align-items: flex-start;
}
.company-numbers .item:nth-child(1){
  padding: 15px 30px 12px 0;
}
.company-numbers .item:nth-child(2){
  padding: 15px 30px 12px 30px;
  border-left: 2px solid #16312a66;
  border-right: 2px solid #16312a66;
}
.company-numbers .item:nth-child(3){
  padding: 15px 0 12px 30px;
}
.company-numbers .item .icon{
  width: 60px;
  margin-right: 20px;
}
.company-numbers .item .number{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 0.8;
  margin-bottom: 12px;
}
.company-numbers .item .text{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 22px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  white-space: nowrap;
}
/* End Home - First Mill Numbers Section */
/* Start Home - Our History Section */
.home-our-history {
  position: relative;
  background: url("../images/bg-history.jpg") no-repeat;
 /* background-color: #f3f3f3;
  */
  background-size: cover;
  background-position: bottom center;
  padding: 80px 0;
  overflow-x: hidden;
}
.home-our-history .section-heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 100px;
}
.home-our-history .history{
  position: relative;
}
.home-our-history .history .yellow-wave{
  display: block;
  width: 90%;
  margin: 0 auto;
}
.home-our-history .history .item{
  position: absolute;
}
.home-our-history .history .item.first{
  top: 0px;
  left: 80px;
}
.home-our-history .history .item.second{
  bottom: 0px;
  left: 249px;
}
.home-our-history .history .item.third{
  top: 0px;
  left: 418px;
}
.home-our-history .history .item.forth{
  bottom: 0px;
  left: 588px;
}
.home-our-history .history .item.fifth{
  top: 0px;
  right: 404px;
}
.home-our-history .history .item.sixth{
  bottom: -20px;
  right: 194px;
}
.home-our-history .history .item.seventh{
  top: 0px;
  right: -10px;
}
.home-our-history .history .item .event{
  padding-left: 85px;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
.home-our-history .history .item.first .event, .home-our-history .history .item.third .event, .home-our-history .history .item.fifth .event, .home-our-history .history .item.seventh .event{
  margin-bottom: 24px;
}
.home-our-history .history .item.second .event, .home-our-history .history .item.forth .event, .home-our-history .history .item.sixth .event{
  margin-top: 22px;
}
.home-our-history .history .item .year{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 150px;
  width: 150px;
  background-color: #163029;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 45px;
  color: #fff;
  line-height: 1;
  border-radius: 50%;
}
.home-our-history .history .sm-horiz-bar, .home-our-history .history .md-horiz-bar{
  display: none;
}
#mywave_svg{
  display: block;
  width: 90%;
  margin: 0 auto;
}
#mywave_svg .cls-1 {
  stroke-width: 6px;
}
#mywave_svg .cls-1, .wave_line{
  fill: none;
  stroke: #ffb448;
}
#mywave_svg .wave_line{
  stroke-width: 4px;
}
#mywave_svg .cls-1 {
  stroke: #ffb448;
  stroke-dasharray: 5000;
  stroke-dashoffset: 5000;
}
#mywave_svg .cls-1.anim-wave {
  animation: animate;
  animation-duration:10s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
}
@keyframes animate {
  to {
      stroke-dashoffset: -000;
 }
}
#mywave_svg .wave_line.top1{
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  animation: animateLine;
  animation-duration:.7s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
}
@keyframes animateLine {
  to {
      stroke-dashoffset: 000;
 }
}
#mywave_svg .wave_line.top2{
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  animation: animateLine;
  animation-duration:2s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
}
#mywave_svg .wave_line.top3{
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  animation: animateLine;
  animation-duration:3s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
}
#mywave_svg .wave_line.top4{
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  animation: animateLine;
  animation-duration:4s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
}
#mywave_svg .wave_line.bottom5{
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  animation: animateLineBot;
  animation-duration:1.4s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
}
#mywave_svg .wave_line.bottom6{
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  animation: animateLineBot;
  animation-duration:2.5s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
}
#mywave_svg .wave_line.bottom7{
  stroke-dasharray: 1000;
  stroke-dashoffset: -1000;
  animation: animateLineBot;
  animation-duration:3.5s;
  animation-iteration-count:1;
  animation-fill-mode: forwards;
}
@keyframes animateLineBot {
  to {
      stroke-dashoffset: 000;
 }
}
/* End Home - Our History Section */
/* Start Home - Join Conversation Section */
.home-join-conv{
  background-color: #163029;
  padding: 60px 0 70px;
  overflow-x: hidden;
}
.home-join-conv .section-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 55px;
}
.home-join-conv .px-40{
  padding-left: 40px;
  padding-right: 40px;
}
.home-join-conv .item{
  position: relative;
  display: block;
  height: 97%;
  background-color: #fff;
  box-shadow: 0px 22px 32px 0px rgba(7, 4, 2, 0.11);
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
}
.home-join-conv .item::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.home-join-conv .item:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
 }
}
@keyframes shine {
  100% {
      left: 125%;
 }
}
.home-join-conv .item .socialmedia-platform{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 75px;
  width: 75px;
  background-color: #f7f7f7;
  box-shadow: 0px 12px 16px 0px rgba(7, 4, 2, 0.23);
  border: 2px solid #f7f7f7;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 10px;
  transition: all 0.2s ease-in;
}
.home-join-conv .item .socialmedia-platform i{
  font-size: 50px;
  color: #163029;
  transition: all 0.2s ease-in;
}
.home-join-conv .item:hover .socialmedia-platform{
  background-color: #163029;
  transition: all 0.2s ease-in;
}
.home-join-conv .item:hover .socialmedia-platform i{
  color: #f7f7f7;
  transition: all 0.2s ease-in;
}
.home-join-conv .item img{
  width: 100%;
}
.home-join-conv .item .tweet{
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'bahij', sans-serif;
  font-size: 16px;
  color: #163029;
  line-height: 1.4;
}
.home-join-conv .item .tweet .text{
  font-family: 'bahij', sans-serif;
  font-size: 18px;
  color: #163029;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}
/* End Home - Join Conversation Section */
/* Start Home - News & Articles Section */
.home-news {
  background-color: #fff;
  padding: 60px 0 85px;
}
.home-news .section-heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 55px;
}
.home-news .item{
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 22px 32px 0px rgba(7, 4, 2, 0.11);
  text-decoration: none;
}
.home-news .item .img{
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.home-news .item .img img{
  transition: all 0.1s ease-in;
}
.home-news .item:hover .img img{
  transform: scale(1.05);
  transition: all 0.1s ease-in;
}
.home-news .item .body{
  padding: 20px 30px;
}
.home-news .item .body .name{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 18px;
  color: #2d5a4e;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.home-news .item .body .desc{
  font-size: 16px;
  color: #333333;
  line-height: 1.4;
  margin-bottom: 30px;
}
.home-news .item .body .date{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 14px;
  color: #6b6b6b;
  line-height: 1;
  text-transform: capitalize;
}
.home-news .item .body .read-more{
  display: inline-flex;
  align-items: center;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 14px;
  color: #237e66;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
}
.home-news .item .body .read-more img{
  width: 10px;
  margin-left: 5px;
}
/* End Home - News & Articles Section */
/* ********************************** ********************************** * Global Banner Section Css Only * ********************************** ********************************** */
/* Start Global Banner Section */
.banner-section{
  position: relative;
  overflow: hidden;
}
.banner-section .content-container{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-section .heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 80px;
  color: #fff;
  line-height: 0.8;
  letter-spacing: -2px;
}
.banner-section .breadcrumbs{
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  background-color: #1630297a;
  padding: 23px 20px;
  margin: 0;
  list-style-type: none;
}
.banner-section .breadcrumbs li {
  position: relative;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  margin-right: 26px;
  text-transform: capitalize;
  user-select: none;
}
.banner-section .breadcrumbs li:last-child {
  color: #ffb548;
  margin-right: 0;
}
.banner-section .breadcrumbs li::after {
  content: url("../images/icons/icon-breadcrumb.png");
  position: absolute;
  right: -18px;
  top: 0;
}
.banner-section .breadcrumbs li:last-child::after {
  display: none;
}
/* End Global Banner Section */
/* ********************************** ********************************** ********* About Page Css ********* ********************************** ********************************** */
/* Start About Description Section */
.about-description {
  background-color: #fff;
  padding: 55px 0;
}
.about-description .text {
  font-size: 20px;
  color: #163029;
  line-height: 1.5;
  text-align: justify;
}
/* End About Description Section */
/* Start About 4 Blocks Section */
.about-blocks {
  padding: 90px 0 90px;
  overflow: hidden;
}
.about-blocks .item {
  position: relative;
  overflow: hidden;
}
.about-blocks .item .item-img {
  width: 100%;
  transition: transform .4s;
}
.about-blocks .item:hover .item-img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}
.about-blocks .item .image-black-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000f0d;
  background: -moz-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000f0d",endColorstr="#000f0d",GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.about-blocks .item:hover .image-black-overlay {
  opacity: 0;
}
.about-blocks .item .image-green-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #163028e6;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.about-blocks .item:hover .image-green-overlay {
  opacity: 1;
}
.about-blocks .item .content {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.about-blocks .item .content .title{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 21px;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.about-blocks .item .content .read-more-link{
  display: flex;
  align-items: flex-end;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.about-blocks .item:hover .content .read-more-link{
  color: #ffb548 !important;
}
.about-blocks .item .content .read-more-link i{
  margin-bottom: -2px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.about-blocks .item:hover .content .read-more-link i{
  color: #ffb548;
  margin-left: 12px;
}
/* End About 4 Blocks Section */
/* ********************************** ********************************** **** Board of Directors Page ***** ********************************** ********************************** */
/* Start Board of Directors Cards Section */
.bod-members {
  position: relative;
  background-color: #f7f7f7;
  padding: 80px 0 40px;
}
.bod-members .section-desc {
  width: 90%;
  font-size: 24px;
  color: #163029;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 50px;
}
.bod-members .member{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 0px 50px -10px rgb(0 0 0 / 30%);
  border-radius: 5px;
}
.bod-members .member .black-gradient-mask{
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 60%);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}
.bod-members .member:hover .black-gradient-mask {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 70%);
}
.bod-members .member .profile {
  width: 100%;
}
.bod-members .member .content{
  height: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 30px 10px 20px 10px;
  text-align: center;
  background-color: rgb(22 48 41 / 80%);
  transition: all 0.4s;
}
.bod-members .member:hover .content{
  height: 100%;
  transition: all 0.4s;
}
.bod-members .member .linkedin-icon{
  position: absolute;
  top: -18px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  min-width: 35px;
  line-height: 35px;
  background-color: #cecece;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 15px;
  transition: all 0.4s ease-in;
}
.bod-members .member .linkedin-icon i{
  font-size: 20px;
  color: #163029;
}
.bod-members .member:hover .linkedin-icon{
  position: relative;
  top: auto;
  transition: all 0.4s ease-in;
}
.bod-members .member .name{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 16px;
  color: #ffb548;
  line-height: 1.1;
  margin-bottom: 8px;
}
.bod-members .member .designation{
  font-family: 'Gotham-light', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1;
 /*text-transform: capitalize;
 */
  margin-bottom: 0;
}
.bod-members .member .btn-details{
  display: none;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 14px;
  color: #ffb548;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  padding: 10px 15px;
  background-color: #163029;
  border: 2px solid #ffb548;
  border-radius: 5px;
  margin-top: 20px;
}
.bod-members .member:hover .btn-details{
  display: inline-block;
}
/* End Board of Directors Cards Section */
/* ********************************** ********************************** **** BOD Profile Page ***** ********************************** ********************************** */
.bod-profile-description {
  background-color: #f7f7f7;
  padding: 80px 0;
}
.bod-profile-description .content{
  display: flex;
  align-items: flex-start;
}
.bod-profile-description .content .profile{
  min-width: 250px;
  height: 250px;
  border: 2px solid #153029;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 50px;
}
.bod-profile-description .content .desg{
  font-family: 'Gotham', sans-serif;
  font-size: 30px;
  color: #ffb548;
  line-height: 1.1;
  margin-bottom: 25px;
}
.bod-profile-description .content .bio{
  font-size: 18px;
  color: #163029;
  line-height: 1.5;
  margin-bottom: 0;
}
/* ********************************** ********************************** **** Vision & Mission Page Css *** ********************************** ********************************** */
/* Start Vision & Mission Banner Section */
.flour-banner{
  background: url("../images/products/bg-flour.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.bran-banner{
  background: url("../images/products/bg-bran.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.fodder-banner{
  background: url("../images/products/bg-fodder.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.aloula-banner{
  background: url("../images/products/bg-aloula.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.firstmills-banner{
  background: url("../images/products/bg-firstmills.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.mediacenter-banner{
  background: url("../images/bg-media-center.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.mediakit-banner{
  background: url("../images/bg-media-kit.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.ceo-banner{
  background: url("../images/bg-ceo.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.partner-banner{
  background: url("../images/bg-partners.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.bod-banner{
  background: url("../images/bg-bod.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.gallery-banner{
  background: url("../images/bg-gallery.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.vm-banner{
  background: url("../images/bg-vision-mission.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
/* End Vision & Mission Banner Section */
/* Start Vision & Mission Values Section */
.vm-value {
  background: url("../images/bg-value.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 70px 0 100px;
}
.vm-value .section-heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #2d5a4e;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 75px;
}
.vm-value .item{
  background: url("../images/bg-value-item.png") no-repeat;
  background-size: 100% 100%;
  position: relative;
  height: 100%;
  text-align: center;
  padding: 30px 60px 60px;
  border-radius: 15px;
  box-shadow: 0px 8px 0px 0px rgba(228, 188, 68, 0.004),0px 22px 32px 0px rgba(7, 4, 2, 0.26);
}
.vm-value .item .icon{
  margin-bottom: 20px;
}
.vm-value .item .icon img{
  width: 100px;
  display: inline-block;
}
.vm-value .item .name{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 24px;
  color: #eac958;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.vm-value .item .desc{
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
}
/* End Vision & Mission Values Section */
/* ********************************** ********************************** *** Our Factories Page Css *** ********************************** ********************************** */
/* Start Our Factories Banner Section */
.locations-banner{
  background: url("../images/bg-corporate.png") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.jeddah-banner{
  background: url("../images/factory/bg-jeddah-factory.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.qassim-banner{
  background: url("../images/factory/bg-qassim-factory.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.tabuk-banner{
  background: url("../images/factory/bg-tabuk-factory.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.ahsa-banner{
  background: url("../images/factory/bg-ahsa-factory.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
}
/* End Our Factories Banner Section */
/* Start Our Factories Contact Details Section */
.factory-contact-details {
  background-color: #fff;
  padding: 70px 0;
}
.factory-contact-details .center-block {
  border-left: 1px solid #163029;
  border-right: 1px solid #163029;
}
.factory-contact-details .icon {
  margin-bottom: 20px;
}
.factory-contact-details .icon img{
  height: 45px;
}
.factory-contact-details .heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 25px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.factory-contact-details a {
  display: block;
  font-size: 18px;
  color: #163029;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 12px;
}
.factory-contact-details a:last-of-type{
  margin-bottom: 0;
}
.factory-contact-details p {
  display: block;
  font-size: 18px;
  color: #163029;
  line-height: 1.2;
  margin-bottom: 12px;
}
.factory-contact-details p:last-of-type{
  margin-bottom: 0;
}
/* End Our Factories Contact Details Section */
/* Start Our Factories Map Location Section */
.factory-location-map .map iframe{
  display: block;
}
/* End Our Factories Map Location Section */
/* Start Our Factories Capacity Section */
.factory-capacity{
  background: url("../images/bg-factory-numbers.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  padding: 100px 0;
}
.factory-capacity .item .count, .factory-capacity .item .count .counter-animation{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 65px;
  color: #ffb548;
  line-height: 0.9;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.factory-capacity .item .count .sm-text{
  font-size: 16px;
  text-transform: capitalize;
  margin-left: -15px;
}
.factory-capacity .item .text{
  font-family: 'Gotham-Light', sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
}
/* End Our Factories Capacity Section */
/* Start Our Factories Tables Section */
.factory-tables{
  background-color: #f0f7f5;
  padding: 80px 0;
}
.factory-tables .shadow{
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.14);
  border-radius: 30px;
}
.factory-tables .table{
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 0;
}
.factory-tables .table tr:nth-child(even) {
  background-color: #f5f5f5;
}
/* Left Side Table */
.factory-tables .left table tr th{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 13px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  white-space: nowrap;
}
.factory-tables .left table tr th:first-child{
  padding: 22px 10px 22px 35px;
}
.factory-tables .left table tr th:last-child{
  padding: 22px 20px 22px 10px;
}
.factory-tables .left table tr td{
  font-size: 14px;
  color: #163029;
  line-height: 1;
  white-space: nowrap;
}
.factory-tables .left table tr td:first-child{
  padding: 20px 10px 20px 35px;
}
.factory-tables .left table tr td:last-child{
  padding: 20px 20px 20px 10px;
}
.factory-tables .left table tr td .icon{
  margin-right: 10px;
}
/* Right Side Table */
.factory-tables .right table tr th{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 13px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  padding: 22px 10px;
  white-space: nowrap;
}
.factory-tables .right table tr th:first-child{
  padding: 22px 10px 22px 30px;
}
.factory-tables .right table tr th:last-child{
  padding: 22px 20px 22px 10px;
}
.factory-tables .right table tr td{
  font-size: 14px;
  color: #163029;
  line-height: 1;
  white-space: nowrap;
  padding: 20px 10px;
}
.factory-tables .right table tr td:first-child{
  padding: 20px 10px 20px 30px;
}
.factory-tables .right table tr td:last-child{
  padding: 20px 20px 20px 10px;
}
.factory-tables .right table tr td .icon{
  margin-right: 10px;
}
/* End Our Factories Tables Section */
/* ********************************** ********************************** ********** Products Page ********* ********************************** ********************************** */
/* Start Products Listing Section */
.product-listing {
  position: relative;
  background-color: #f7f7f7;
  padding: 80px 0 50px;
}
.product-listing .item{
  position: relative;
  display: block;
  text-align: center;
  padding-bottom: 30px;
  overflow: hidden;
  background-color: #fff;
  text-decoration: none;
  box-shadow: 0 10px 40px -3px rgb(0 0 0 / 10%);
  border-radius: 5px;
  transition: all .17s cubic-bezier(0.24, 0.71, 0.58, 0.57);
}
.product-listing .item:hover {
  box-shadow: 0 0px 50px -10px rgb(0 0 0 / 30%);
}
.product-listing .item .product-weight{
  width: 90px;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 14px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  padding: 11px 15px 12px 10px;
  background-color: #ffb548;
  border-bottom-right-radius: 20px;
  transition: all .3s cubic-bezier(.785,.135,.15,.86);
}
.product-listing .item .product-img{
  padding-top: 5px;
  transition: all .5s cubic-bezier(.68,-.55,.265,1.55);
}
.product-listing .item:hover .product-img {
  -ms-transform: scale(0.95) translateY(5px);
  transform: scale(0.95) translateY(5px);
}
.product-listing .item .product-name{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 14px;
  color: #163029;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: center;
  opacity: 1;
  transition: 0.3s;
}
.product-listing .item:hover .product-name{
  opacity: 0;
}
.product-listing .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 2;
  transition: 0.5s;
  opacity: 0;
}
.product-listing .item:hover:before {
  opacity: 1;
}
.product-listing .item .hover-details {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  z-index: 3;
  color: white;
  opacity: 0;
  transform: translateY(100%);
  transition: 0.5s;
}
.product-listing .item:hover .hover-details {
  opacity: 1;
  transform: translateY(0px);
}
.product-listing .item .hover-details .name{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 15px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.product-listing .item .hover-details .desc{
  font-size: 16px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 20px;
}
.product-listing .item .hover-details .btn-read-more{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  padding: 11px 12px 12px 12px;
  background-color: #ffb548;
  border-radius: 3px;
}
/* End Products Listing Section */
/* ********************************** ********************************** ******** Product Details ********* ********************************** ********************************** */
/* Start Product Details Section */
.product-details {
  position: relative;
  background-color: #f7f7f7;
  padding: 80px 0;
}
.product-details .product-img{
  border-radius: 40px;
  padding: 15px 30px;
  background-color: #fff;
  box-shadow: 0 10px 40px -3px rgb(0 0 0 / 10%);
  overflow: hidden;
}
.product-details .content{
  padding-left: 60px;
}
.product-details .content .product-title{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 32px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.product-details .content .product-desc{
  width: 100%;
  font-size: 18px;
  color: #6b6b6b;
  line-height: 1.5;
  margin-bottom: 30px;
}
.product-details .content .custom-tabs .nav-item{
  padding-right: 15px;
}
.product-details .content .custom-tabs .nav-item .nav-link{
  position: relative;
  width: 100%;
  background-color: #d6d6d6;
  font-size: 16px;
  color: #163029;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.product-details .content .custom-tabs .nav-item .nav-link.active{
  background-color: #163029;
  color: #ffb548;
  border-color: transparent;
}
.product-details .content .custom-tabs .tab-content{
  padding-top: 15px;
}
.product-details .shadow{
  box-shadow: 0px 12px 32px 0px rgba(0, 0, 0, 0.14) !important;
  border-radius: 5px;
}
.product-details .table{
  background-color: #fff;
  margin-bottom: 0;
}
.product-details .table tr:nth-child(odd) {
  background-color: #fff;
}
.product-details .table tr:nth-child(even) {
  background-color: #fff;
}
.product-details .table tr th{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 14px;
  color: #163029;
  line-height: 0.4;
  text-transform: capitalize;
  padding: 20px 35px;
  white-space: nowrap;
}
.product-details .table tr td{
  font-size: 14px;
  color: #163029;
 /* line-height: 0.1;
  white-space: nowrap;
  */
  padding: 10px 35px;
}
.product-details .table tr:nth-child(even) td {
  color: #163029 !important;
}
/* ********************************** ********************************** ***** Investor Relation (IR) Page ***** ********************************** ********************************** */
/* Start IR Banner Section */
.ir-banner{
  background: url("../images/bg-investor-relation.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}
/* End IR Banner Section */
/* Start IR Description Section */
.ir-description{
  background-color: #fff;
  padding: 55px 0;
}
.ir-description .text{
  font-size: 20px;
  color: #163029;
  line-height: 1.5;
  text-align: justify;
}
.ir-description .sec-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: sentence;
  text-align: center;
  margin-bottom: 60px;
}
/* End IR Description Section */
/* Start IR Chairman’s & CEO Message Section */
.chairman-ceo-messages {
  position: relative;
  background-color: #f5f5f5;
  padding: 50px 0;
  overflow-x: hidden;
}
.chairman-ceo-messages .chairman-msg {
  padding: 20px 60px 10px 12px;
}
.chairman-ceo-messages .ceo-msg {
  position: relative;
  padding: 20px 12px 10px 0px;
}
.chairman-ceo-messages .ceo-msg::before{
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.chairman-ceo-messages .profile{
  width: 120px;
  min-width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 10%;
  border: 2px solid #163029;
  margin-right: 20px;
}
.chairman-ceo-messages .heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.chairman-ceo-messages .msg{
  position: relative;
  padding: 0px 15px 0 20px;
  font-size: 20px;
  color: #353535;
  line-height: 1.5;
}
.chairman-ceo-messages .msg::before{
  position: absolute;
  content: open-quote;
  top: 0;
  left: 0;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  color: #163029;
  line-height: 1;
}
.chairman-ceo-messages .msg::after{
  position: relative;
  content: close-quote;
  bottom: -5px;
  right: -2px;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  color: #163029;
  line-height: 10px;
}
.chairman-ceo-messages .sec-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: sentence;
  text-align: center;
  margin-bottom: 60px;
}
/* End IR Chairman’s & CEO Message Section */
/* Start IR Shareholder Section */
.sp-si-section .shareholder-info .item {
  position: relative;
  background: url("../images/shareholder-img.jpg") no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100%;
  width: 100%;
}
.sp-si-section .shareholder-info .item .image-black-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000f0d;
  background: -moz-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000f0d",endColorstr="#000f0d",GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.sp-si-section .shareholder-info .item:hover .image-black-overlay {
  opacity: 0;
}
.sp-si-section .shareholder-info .item .image-green-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #163028e6;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.sp-si-section .shareholder-info .item:hover .image-green-overlay {
  opacity: 1;
}
.sp-si-section .shareholder-info .item .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  padding: 0 50px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.sp-si-section .shareholder-info .item .content .title{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.sp-si-section .shareholder-info .item .content .desc{
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 20px;
}
.sp-si-section .shareholder-info .item .content .explore-link{
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.sp-si-section .shareholder-info .item:hover .content .explore-link{
  color: #ffb548 !important;
}
.sp-si-section .shareholder-info .item .content .explore-link i{
  margin-bottom: -2px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.sp-si-section .shareholder-info .item:hover .content .explore-link i{
  color: #ffb548;
  margin-left: 12px;
}
/* End IR Shareholder Section */
/* Start IR Reports Section */
.reports-section {
  padding: 90px 0 90px;
  overflow: hidden;
}
.reports-section .item {
  position: relative;
  overflow: hidden;
  margin: 10px 0px;
}
.reports-section .item .item-img {
  width: 100%;
  transition: transform .4s;
}
.reports-section .item:hover .item-img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}
.reports-section .item .image-black-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000f0d;
  background: -moz-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000f0d",endColorstr="#000f0d",GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.reports-section .item:hover .image-black-overlay {
  opacity: 0;
}
.reports-section .item .image-green-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #163028e6;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.reports-section .item .content {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.reports-section .item .content .title{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 21px;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.reports-section .item .content .desc{
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  margin-bottom: 18px;
}
.reports-section .item .content .read-more-link{
  display: flex;
  align-items: flex-end;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 16px;
  color: #ffb448;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.reports-section .item:hover .content .read-more-link{
  color: #ffb548 !important;
}
.reports-section .item .content .read-more-link i{
  margin-bottom: -2px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.reports-section .item:hover .content .read-more-link i{
  color: #ffb548;
  margin-left: 12px;
}
/* End IR Reports Section */
/* Start Receiving Banks Section */
.receiving-banks {
  background-color: #fff;
  padding: 0 0 90px;
  overflow: hidden;
}
.receiving-banks .section-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 50px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
}
.receiving-banks .bank-card{
  position: relative;
  padding: 30px 35px 38px;
  height: 100%;
  background-color: #f5f5f5;
  box-shadow: 0px 10px 15.8208px 0.17920000000000003px rgb(22 48 41 / 12%);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.receiving-banks .bank-card:hover {
  background-color: #163029;
  box-shadow: 5px 6px 6px 2px #e9ecef;
  transform: scale(1.02);
}
.receiving-banks .bank-card::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background-color: #163029;
}
.receiving-banks .bank-card .bank-logo{
  text-align: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding-bottom: 25px;
}
.receiving-banks .bank-card:hover .bank-logo{
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
}
.receiving-banks .bank-card .bank-logo img{
  height: 65px;
  max-width: 100%;
}
.receiving-banks .bank-card:hover .bank-logo img{
  filter: brightness(0) invert(1);
}
.receiving-banks .bank-card .details{
  margin-top: 25px;
}
.receiving-banks .bank-card .details .name{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 25px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}
.receiving-banks .bank-card:hover .details .name{
  color: #ffb548;
}
.receiving-banks .bank-card .details .list{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.receiving-banks .bank-card .details .list li{
  line-height: 1;
  padding: 12px 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.3);
}
.receiving-banks .bank-card:hover .details .list li{
  border-bottom: 1px solid rgba(112, 112, 112, 0.6);
}
.receiving-banks .bank-card .details .list li a{
  font-size: 18px;
  color: #7c7c7c;
  line-height: 30px;
  text-decoration: none;
}
.receiving-banks .bank-card:hover .details .list li a{
  font-family: Gotham-Light;
  color: #fff;
}
.receiving-banks .bank-card .details .list li a i{
  font-size: 20px;
  margin-right: 10px;
}
/* End Receiving Banks Section */
.news-and-reports {
  position: relative;
  background-color: #f5f5f5;
  padding: 80px 0 90px;
  overflow: hidden;
}
.news-and-reports .news-list .heading, .news-and-reports .reports-list .heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 35px;
  color: #ffb548;
  line-height: 1.1;
  text-transform: capitalize;
  margin-bottom: 60px;
}
.news-and-reports ol {
  display: block;
  list-style-type: none;
  padding: 0 40px 0 0;
  margin: 0;
}
.news-and-reports ol li {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #163029;
}
.news-and-reports ol li:last-child{
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}
.news-and-reports ol li .icon{
  margin-right: 15px;
  font-size: 38px;
  margin-top: 5px;
}
.news-and-reports ol li .title{
  position: relative;
  display: block;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 21px;
  color: #163029;
  line-height: 1.2;
  text-decoration: none;
  margin-bottom: 15px;
}
.news-and-reports ol li .date, .news-and-reports ol li .location{
  font-size: 14px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
}
/* Start IR Inner Page Blocks */
.ir-inner-page-blocks {
  padding: 90px 0 90px;
  overflow: hidden;
}
.ir-inner-page-blocks .item {
  position: relative;
  overflow: hidden;
}
.ir-inner-page-blocks .item .item-img {
  width: 100%;
  transition: transform .4s;
}
.ir-inner-page-blocks .item:hover .item-img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}
.ir-inner-page-blocks .item .image-black-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000f0d;
  background: -moz-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.ir-inner-page-blocks .item:hover .image-black-overlay {
  opacity: 0;
}
.ir-inner-page-blocks .item .image-green-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #163028e6;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.ir-inner-page-blocks .item:hover .image-green-overlay {
  opacity: 1;
}
.ir-inner-page-blocks .item .content {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.ir-inner-page-blocks .item .content .title{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 21px;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.ir-inner-page-blocks .item .content .read-more-link{
  display: flex;
  align-items: flex-end;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.ir-inner-page-blocks .item:hover .content .read-more-link{
  color: #ffb548 !important;
}
.ir-inner-page-blocks .item .content .read-more-link i{
  margin-bottom: -2px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.ir-inner-page-blocks .item:hover .content .read-more-link i{
  color: #ffb548;
  margin-left: 12px;
}
/* End IR Inner Page Blocks */
/* ********************************** ********************************** ********** CEO Page ********* ********************************** ********************************** */
/* Start CEO Message Section */
.ceo-msg-main {
  background-color: #f7f7f7;
  background-image: url("../images/bg-ceo2.jpg");
  background-repeat: no-repeat;
  background-size: 41.66666667% 100%;
  background-position: left bottom;
  padding: 75px 0 80px;
}
.ceo-msg-main .img{
  padding: 30px 50px 0 50px;
  overflow: hidden;
  background-color: #f7f7f7;
  border-radius: 25px;
}
.ceo-msg-main .img img{
  width: 100%;
  max-width: 300px;
}
.ceo-msg-main .msg{
  padding-left: 60px;
}
.ceo-msg-main .msg .name{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  color: #eac958;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.ceo-msg-main .msg .text{
  font-size: 17px;
  color: #163029;
  line-height: 1.5;
  margin-bottom: 0;
}
/* End CEO Message Section */
/* ********************************** ********************************** ***** Our Partners Page ***** ********************************** ********************************** */
/* Start Partner's Logo Section */
.partners-logo{
  padding: 80px 0;
}
.partners-logo .section-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 50px;
  color: #163029;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
}
.partners-logo .item{
  box-shadow: rgb(0 0 0 / 15%) 0px 5px 15px 0px;
  transition: all 0.3s;
  border-radius: 5px;
  overflow: hidden;
}
.partners-logo .item:hover{
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 0%);
  transition: all 0.3s;
}
/* End Partner's Logo Section */
/* ********************************** ********************************** ****** Media Center Page ******** ********************************** ********************************** */
/* Start Media Center Main Section */
.media-center-main{
  background-color: #fff;
  padding: 80px 0;
  overflow-x: hidden;
}
.media-center-main .px-40{
  padding-left: 40px;
  padding-right: 40px;
}
.media-center-main .item{
  position: relative;
  background-color: #fff;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
  overflow: hidden;
}
.media-center-main .item::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.media-center-main .item:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
@-webkit-keyframes shine {
  100% {
      left: 125%;
 }
}
@keyframes shine {
  100% {
      left: 125%;
 }
}
.media-center-main .item .socialmedia-platform{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 75px;
  width: 75px;
  background-color: rgb(255, 181, 72);
  box-shadow: 0px 12px 16px 0px rgba(7, 4, 2, 0.23);
  border: 2px solid #ffb548;
  border-bottom-left-radius: 10px;
  transition: all 0.2s ease-in;
}
.media-center-main .item .socialmedia-platform i{
  font-size: 50px;
  color: #163029;
  transition: all 0.2s ease-in;
}
.media-center-main .item:hover .socialmedia-platform{
  background-color: #163029;
  transition: all 0.2s ease-in;
}
.media-center-main .item:hover .socialmedia-platform i{
  color: #ffb548;
  transition: all 0.2s ease-in;
}
.media-center-main .item img{
  width: 100%;
}
/* End Media Center Main Section */
/* ********************************** ********************************** ****** Photos Gallery Page ******** ********************************** ********************************** */
/* Start Photos Gallery Main Section */
.gallery-main{
  background-color: #fff;
  padding: 80px 0 60px;
  overflow-x: hidden;
}
.gallery-main .section-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 50px;
  color: #163029;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
}
.gallery-main .item{
  display: block;
  box-shadow: 0px 0px 7px #163029;
  cursor: pointer;
  overflow: hidden;
}
.gallery-main .item img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
.gallery-main .item:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
.modal.lightbox .modal-dialog{
  max-width: 1000px;
}
.lightbox-carousel .carousel-item .ratio{
  background-color: #163029 !important;
}
.carousel-control-next, .carousel-control-prev{
  width: 22%;
}
.modal-backdrop.show {
  opacity: .8 !important;
}
/* End Photos Gallery Main Section */
/* ********************************** ********************************** ****** Contact Us Page ******** ********************************** ********************************** */
/* Start Contact Us Section */
.contact-details {
  background-color: #fff;
  padding: 70px 0;
}
.contact-details .center-block {
  border-left: 1px solid #163029;
  border-right: 1px solid #163029;
}
.contact-details .icon {
  margin-bottom: 20px;
}
.contact-details .icon img{
  height: 45px;
}
.contact-details .heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 26px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.contact-details a {
  display: block;
  font-size: 18px;
  color: #163029;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 12px;
}
.contact-details p {
  display: block;
  font-size: 18px;
  color: #163029;
  line-height: 1.4;
  margin-bottom: 0;
}
.keep-in-touch{
  background-color: #f7f7f7;
  padding: 60px 0 70px;
  overflow-x: hidden;
}
.keep-in-touch .section-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
}
.keep-in-touch .section-desc{
  position: relative;
  font-family: 'Gotham-narrow', sans-serif;
  font-size: 21px;
  color: #ffb548;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
.keep-in-touch .section-desc::after{
  content: "";
  position: absolute;
  top: 40px;
  left: 50%;
  width: 50px;
  height: 4px;
  background-color: #163029;
  transform: translateX(-50%);
}
.keep-in-touch .contact-form .field{
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #bfbaba;
  background-color: transparent;
  padding: 15px;
  color: #163029;
}
.keep-in-touch .contact-form .field.msg{
  height: auto !important;
}
.keep-in-touch .contact-form .btn-send{
  height: 60px;
  border: 2px solid #ffb548;
  background-color: #163029;
  padding: 10px 60px;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 21px;
  color: #ffb548;
  text-transform: capitalize;
}
/* End Contact Us Page */
/* ********************************** ********************************** ****** Saudi Bakery Page ******** ********************************** ********************************** */
/* Start SB Banner Section */
.sb-banner {
 /* background: url("../images/bg-saudi-bakery.jpg") no-repeat;
  background-size: cover;
  background-position: bottom;
  */
  background-color: #fefaf3;
  padding: 70px 0 160px;
  text-align: center;
}
.sb-banner::before{
  content: "";
  position: absolute;
  background: url("../images/saudi-bakery-left-border.png") no-repeat;
  background-size: cover;
  background-position: center center;
  width: 375px;
  height: 100%;
  top: 0;
  left: 0;
}
.sb-banner::after{
  content: "";
  position: absolute;
  background: url("../images/saudi-bakery-right-border.png") no-repeat;
  background-size: contain;
  background-position: center center;
  width: 200px;
  height: 60%;
  bottom: 0;
  right: -42px;
}
.sb-banner .logo{
  width: 280px;
  margin: 0 auto;
}
.sb-banner .breadcrumbs{
  bottom: -160px !important;
}
/* End SB Banner Section */
/* Start SB - About Program Section */
.multi-sec-bg{
 /* background: url("../images/bg-saudi-bakery-sec1.jpg") no-repeat;
  background-size: cover;
  background-position: right top;
  */
}
.sb-about-program{
  padding: 50px 0 50px;
}
.sb-about-program .section-heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.sb-about-program .desc {
  font-size: 18px;
  color: #163029;
  line-height: 1.5;
  margin-bottom: 0;
}
/* End SB - About Program Section */
/* Start SB - Program Characters Section */
.sb-program-characters{
  padding: 75px 0 0;
}
.sb-program-characters .section-heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 45px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 10px;
}
.sb-program-characters .img-chef{
  position: relative;
  width: 280px;
  min-width: 280px;
  overflow: hidden;
  align-self: end;
}
.sb-program-characters .img-chef .star{
  animation-name: twinkle;
  animation-iteration-count: infinite;
}
@keyframes twinkle {
  20% {
      transform: scale(0.6);
      opacity: 0.5;
 }
}
.sb-program-characters .img-chef .star1{
  width: 30px;
  position: absolute;
  left: 36px;
  top: 61px;
  animation-duration: 0.7s;
}
.sb-program-characters .img-chef .star2{
  width: 62px;
  position: absolute;
  left: 1px;
  top: 98px;
  animation-duration: 0.9s;
}
.sb-program-characters .img-chef .star3{
  width: 36px;
  position: absolute;
  right: 51px;
  top: 144px;
  animation-duration: 0.6s;
}
.sb-program-characters .img-chef .star4{
  width: 28px;
  position: absolute;
  left: 12px;
  top: 81px;
  animation-duration: 0.7s;
}
.sb-program-characters .img-chef .star5{
  width: 46px;
  position: absolute;
  left: 42px;
  top: 168px;
  animation-duration: 0.6s;
}
.sb-program-characters .img-chef .star6{
  width: 68px;
  position: absolute;
  right: 0px;
  top: 130px;
  animation-duration: 0.9s;
}
.sb-program-characters .left-content{
  padding-left: 40px;
}
.sb-program-characters .right-content{
  padding: 0 20px 0 40px;
}
.sb-program-characters .left-content .name, .sb-program-characters .right-content .name{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 20px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.sb-program-characters .left-content .age, .sb-program-characters .right-content .age{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 20px;
  color: #daa043;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 25px;
}
.sb-program-characters .left-content .desc, .sb-program-characters .right-content .desc{
  font-size: 16px;
  color: #353535;
  line-height: 1.5;
  margin-bottom: 0;
}
.sb-program-characters .sb-video{
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-top: 120px;
  margin-bottom: -280px;
  width: 100%;
  height: 680px;
  border: 8px solid rgb(255, 225, 179);
  background: url("../images/bg-gallery-video.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  box-shadow: 0px 23px 41.85px 3.15px rgba(15, 54, 45, 0.15),0px -16px 29.76px 2.24px rgba(15, 54, 45, 0.1);
  border-radius: 5px;
}
.sb-program-characters .sb-video video{
  display: block;
  width: 100%;
}
.sb-program-characters .sb-video .btn-play{
  position: absolute;
  cursor: pointer;
}
.sb-program-characters .sb-video .btn-play img{
  width: 150px;
}
/* End SB - Program Characters Section */
/* Start SB - Program Partners Section */
.sb-program-partners{
  padding: 380px 0 90px;
  background-color: #fefaf3;
}
.sb-program-partners .section-heading {
  position: relative;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
}
.sb-program-partners .section-heading-subtitle {
  font-size: 30px;
  text-transform: uppercase;
}
.sb-program-partners .section-heading .left-stars{
  position: absolute;
  left: 0;
  top: -40px;
}
.sb-program-partners .section-heading .right-stars{
  position: absolute;
  right: 0;
  top: -40px;
}
.sb-program-partners .section-heading .star{
  animation-name: twinkle;
  animation-iteration-count: infinite;
}
.sb-program-partners .section-heading .star1{
  width: 45px;
  position: absolute;
  left: 16px;
  top: 2px;
  animation-duration: 0.7s;
}
.sb-program-partners .section-heading .star2{
  width: 33px;
  position: absolute;
  left: 67px;
  top: 58px;
  animation-duration: 0.6s;
}
.sb-program-partners .section-heading .star3{
  width: 94px;
  position: absolute;
  left: 1px;
  top: 98px;
  animation-duration: 0.9s;
}
.sb-program-partners .section-heading .star4{
  width: 46px;
  position: absolute;
  right: 1px;
  top: 2px;
  animation-duration: 0.7s;
}
.sb-program-partners .section-heading .star5{
  width: 47px;
  position: absolute;
  right: 62px;
  top: 46px;
  animation-duration: 0.6s;
}
.sb-program-partners .section-heading .star6{
  width: 70px;
  position: absolute;
  right: 5px;
  top: 105px;
  animation-duration: 0.9s;
}
.sb-program-partners .partners {
  display: flex;
  justify-content: center;
  column-gap: 60px;
}
.sb-program-partners .partners .item {
  width: 200px;
 /* height: 200px;
  */
  background-color: #fff;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, #fcb64ea8, #ffefaddc);
  border-image-slice: 1;
  border-radius: 10px;
  box-shadow: 0px 1px 12.85px 4.15px rgb(255 204 0 / 25%);
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sb-program-partners .partners .item img{
  width: 100%;
}
/* End SB - Program Partners Section */
/* Start SB - Registration Section */
.sb-program-registration{
  padding: 60px 0 10px;
  background-color: #f7f7f7;
}
.sb-program-registration .section-desc {
  width: 80%;
  font-family: 'Gotham-Light', sans-serif;
  font-size: 24px;
  color: #163029;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto 50px;
}
.sb-program-registration .section-heading {
  position: relative;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 40px;
}
.sb-program-registration .section-heading .left-stars{
  position: absolute;
  left: 0;
  top: -40px;
}
.sb-program-registration .section-heading .right-stars{
  position: absolute;
  right: 0;
  top: -40px;
}
.sb-program-registration .section-heading .star{
  animation-name: twinkle;
  animation-iteration-count: infinite;
}
@keyframes twinkle {
  20% {
      transform: scale(0.6);
      opacity: 0.5;
 }
}
.sb-program-registration .section-heading .star1{
  width: 45px;
  position: absolute;
  left: 16px;
  top: 2px;
  animation-duration: 0.7s;
}
.sb-program-registration .section-heading .star2{
  width: 33px;
  position: absolute;
  left: 67px;
  top: 58px;
  animation-duration: 0.6s;
}
.sb-program-registration .section-heading .star3{
  width: 94px;
  position: absolute;
  left: 1px;
  top: 98px;
  animation-duration: 0.9s;
}
.sb-program-registration .section-heading .star4{
  width: 46px;
  position: absolute;
  right: 1px;
  top: 2px;
  animation-duration: 0.7s;
}
.sb-program-registration .section-heading .star5{
  width: 47px;
  position: absolute;
  right: 62px;
  top: 46px;
  animation-duration: 0.6s;
}
.sb-program-registration .section-heading .star6{
  width: 70px;
  position: absolute;
  right: 5px;
  top: 105px;
  animation-duration: 0.9s;
}
.sb-program-registration .partners {
  display: flex;
  justify-content: center;
  column-gap: 60px;
}
.sb-program-registration .partners .item {
  border: 2px solid rgb(199, 236, 226);
  border-radius: 10px;
  box-shadow: 0px 16px 41.85px 3.15px rgba(120, 245, 215, 0.26);
  overflow: hidden;
}
/* End SB - Program Partners Section */
/* Start SB - Program highlights Section */
.sb-program-highlights{
  padding: 100px 0;
  background: url("../images/bg-program-highlights.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.sb-program-highlights .section-heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #fff;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 100px;
}
.sb-program-highlights .timeline {
  width: 80%;
  margin: 0 auto 0px;
}
.sb-program-highlights .highlights .item {
  height: 100%;
  display: flex;
  align-items: center;
 /* column-gap: 15px;
  */
  justify-content: space-between;
  padding: 25px 20px 25px 20px;
  background-color: #d69b41;
}
.sb-program-highlights .highlights .item .name{
  font-size: 14px;
  color: #163029;
  line-height: 1.2;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.sb-program-highlights .highlights .item .item-title{
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.2;
}
.sb-program-highlights .highlights .item .count{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 21px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
/* End SB - Program highlights Section */
/* Start SB - Gallery Section */
.sb-gallery{
  padding: 75px 0 90px;
  background-color: #fff;
}
.sb-gallery .section-heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.sb-gallery .px-12{
  padding-left: 12px;
  padding-right: 12px;
}
.sb-gallery .item{
  background-color: rgb(255, 255, 255);
  border: 3px solid rgb(35, 90, 75);
  border-radius: 3px;
  overflow: hidden;
}
.sb-gallery .item img{
  width: 100%;
}
.sb-gallery-slider .slick-prev, .sb-gallery-slider .slick-next{
  width: 48px;
  height: 48px;
  background-color: #fff;
  border: 4px solid #f3a42e !important;
}
.sb-gallery-slider .slick-prev{
  left: -80px;
}
.sb-gallery-slider .slick-prev:before {
  content: url("../images/icons/gallery-slider-prev-arrow.png") !important;
}
.sb-gallery-slider .slick-next{
  right: -80px;
}
.sb-gallery-slider .slick-next:before {
  content: url("../images/icons/gallery-slider-next-arrow.png") !important;
}
/* End SB - Gallery Section */
/* Start SB - Register Now Section */
.sb-register{
  padding: 34px 0;
  background-color: #ffe1b3;
}
.sb-register .content {
  display: flex;
  align-items: center;
}
.sb-register .content .desc {
  width: 70%;
  font-size: 18px;
  color: #163029;
  line-height: 1.5;
  margin-bottom: 0;
  padding-right: 50px;
}
.sb-register .content .btn-register-now{
  background-color: #163029;
  padding: 25px 70px;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 21px;
  color: #ffb548;
  line-height: 1;
  text-decoration: none;
  text-transform: capitalize;
  white-space: nowrap;
}
/* End SB - Register Now Section */
/* Start SB - Join The Conversion Section */
.sb-join-conversion{
  padding: 75px 0 85px;
  background-color: #fff;
}
.sb-join-conversion .section-heading {
  position: relative;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 50px;
}
.sb-join-conversion .section-heading .left-stars{
  position: absolute;
  left: 0;
  top: -40px;
}
.sb-join-conversion .section-heading .right-stars{
  position: absolute;
  right: 0;
  top: -40px;
}
.sb-join-conversion .section-heading .star{
  animation-name: twinkle;
  animation-iteration-count: infinite;
}
.sb-join-conversion .section-heading .star1{
  width: 45px;
  position: absolute;
  left: 16px;
  top: 2px;
  animation-duration: 0.7s;
}
.sb-join-conversion .section-heading .star2{
  width: 33px;
  position: absolute;
  left: 67px;
  top: 58px;
  animation-duration: 0.6s;
}
.sb-join-conversion .section-heading .star3{
  width: 94px;
  position: absolute;
  left: 1px;
  top: 98px;
  animation-duration: 0.9s;
}
.sb-join-conversion .section-heading .star4{
  width: 46px;
  position: absolute;
  right: 1px;
  top: 2px;
  animation-duration: 0.7s;
}
.sb-join-conversion .section-heading .star5{
  width: 47px;
  position: absolute;
  right: 62px;
  top: 46px;
  animation-duration: 0.6s;
}
.sb-join-conversion .section-heading .star6{
  width: 70px;
  position: absolute;
  right: 5px;
  top: 105px;
  animation-duration: 0.9s;
}
.sb-join-conversion .item{
  position: relative;
  display: block;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 22px 32px 0px rgba(7, 4, 2, 0.11);
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden;
  border: 1.5px solid #fedb8d;
}
.sb-join-conversion .item::before {
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.sb-join-conversion .item:hover::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}
.sb-join-conversion .item .socialmedia-platform{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
  height: 75px;
  width: 75px;
  background-color: #ffb548;
  box-shadow: 0px 12px 16px 0px rgba(7, 4, 2, 0.23);
  border: 2px solid #ffe1b3;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 10px;
  transition: all 0.2s ease-in;
}
.sb-join-conversion .item .socialmedia-platform i{
  font-size: 50px;
  color: #434444;
  transition: all 0.2s ease-in;
}
.sb-join-conversion .item:hover .socialmedia-platform{
  background-color: #434444;
  transition: all 0.2s ease-in;
}
.sb-join-conversion .item:hover .socialmedia-platform i{
  color: #ffe1b3;
  transition: all 0.2s ease-in;
}
.sb-join-conversion .item .tweet{
  height: 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sb-join-conversion .item .tweet .text{
  font-family: 'bahij', sans-serif;
  font-size: 20px;
  color: #163029;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 0;
}
/* End SB - Join The Conversion Section */
/* ********************************** ********************************** ******* IPO Page Css ******** ********************************** ********************************** */
/* Start IPO - Modals */
.ipoModal .modal-content{
  border-radius: 0;
}
.ipoModal .modal-content .modal-header {
  padding: 20px 30px;
  border-bottom: 1px solid #d9d9d9;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ipoModal .modal-content .modal-header .modal-title{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 24px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
}
.ipoModal .modal-content .modal-body {
  padding: 25px 30px;
  background-color: #EFEFEF;
}
.ipoModal .modal-content .modal-body .simple-text{
  font-size: 18px;
  color: #163029;
  margin-bottom: 0;
}
.ipoModal .modal-content .modal-body .simple-text b, .ipoModal .modal-content .modal-body .simple-text strong {
  font-family: 'Gotham-Bold', sans-serif;
}
.ipoModal .modal-content .modal-body label{
  display: block;
  font-size: 18px;
  color: #163029;
  line-height: 1;
  margin-bottom: 10px;
}
.ipoModal .modal-content .modal-body select{
  display: block;
  width: 100%;
  font-size: 16px;
  color: #163029;
  white-space: nowrap;
  background-color: #FCFCFC;
  padding: 18px;
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  cursor: pointer;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/icons/icon-drop-arrow.png");
  background-repeat: no-repeat;
  background-position-x: 97%;
  background-position-y: 30px;
}
.ipoModal .modal-content .modal-body .terms-chckbox-label{
  display: flex;
  font-size: 18px;
  color: #163029;
  margin-top: 20px;
  margin-bottom: 0;
  user-select: none;
  -moz-user-select: none;
}
.ipoModal .modal-content .modal-body .terms-chckbox-label input{
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.ipoModal .modal-content .modal-footer {
  padding: 20px 30px;
  border-top: 1px solid #d9d9d9;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ipoModal .modal-content .modal-footer .btn-footer{
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  padding: 12px;
  border-radius: 1px;
  border: 0;
  box-shadow: none;
  outline: 0;
}
.ipoModal .modal-content .modal-footer .btn-cancel{
  background-color: #929292;
  margin-right: 10px;
}
.ipoModal .modal-content .modal-footer .btn-continue{
  background-color: #ffb548;
}
.ipoModal .modal-content .modal-footer .btn-continue[disabled] {
  opacity: 0.3;
}
.ipoModal .modal-content .modal-footer .switch-to-arabic{
  font-family: bahij;
  font-size: 18px;
  font-weight: 600;
  color: #163029;
  line-height: 1;
  text-decoration: none;
  margin-left: auto;
}
/* End IPO - Modals */
/* Start IPO - Banner Section */
/*.ipo-banner .btn-play-ipo-video{
 */
 /* position: absolute;
 */
 /* top: 50%;
 */
 /* transform: translateY(-50%);
 */
 /* right: 15%;
 */
 /* cursor: pointer;
 */
 /* z-index: 9;
 */
 /* animation: play-btn-animation 1s infinite;
 */
 /*
}
*/
/*.ipo-banner .btn-play-ipo-video img{
 */
 /* width: 90px;
 */
 /*
}
*/
/*@keyframes play-btn-animation {
 */
 /* from {
     */
     /* filter: drop-shadow(0px 0px 1em #fff);
     */
     /* 
 }
 */
 /* to {
     */
     /* filter: drop-shadow(0px 0px 2em #fff);
     */
     /* 
 }
 */
 /*
}
*/
.ipo-banner .heading{
  font-size: 45px;
  line-height: 1;
  text-align: center;
}
.ipo-banner .heading span{
  font-size:30px;
  color:#ffb548;
}
/* End IPO - Banner Section */
/* Start IPO - Our Story Section */
.ipo-our-story {
  padding: 75px 0;
  background-color: #f2f2f2;
}
.ipo-our-story .sec-heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-align: center;
  margin-bottom: 40px;
}
.ipo-our-story .sec-desc {
  font-size: 20px;
  color: #163029;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 0;
}
/* End IPO - Our Story Section */
/* Start IPO - Initial Public Offering Section */
.ipo-public-offering{
  padding: 75px 0;
  background-color: #fff;
}
.ipo-public-offering .heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-align: left;
  margin-bottom: 40px;
}
.ipo-public-offering .desc {
  font-size: 20px;
  color: #163029;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 0;
}
.ipo-public-offering .img {
  position: relative;
  padding: 0 80px;
}
.ipo-public-offering .img .w-100{
  border-radius: 5px;
}
.ipo-public-offering .img .icon{
  position: absolute;
  bottom: 20px;
  left: 25px;
}
/* End IPO - Initial Public Offering Section */
/* Start IPO - Chairman & CEO Section */
.ipo-leadership{
  padding: 75px 0;
  background-color: #f2f2f2;
  overflow: hidden;
}
.ipo-leadership .sec-heading {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 70px;
}
.ipo-leadership .chairman-row, .ipo-leadership .ceo-row {
  overflow: hidden;
}
.ipo-leadership .chairman-row .profile-img, .ipo-leadership .ceo-row .profile-img {
  border-radius: 20px;
  overflow: hidden;
}
.ipo-leadership .ceo-row .profile-img img {
  transform: rotateY(180deg);
}
.ipo-leadership .chairman-row .name, .ipo-leadership .ceo-row .name {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.ipo-leadership .chairman-row .designation, .ipo-leadership .ceo-row .designation {
  font-size: 24px;
  color: #ffb548;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.ipo-leadership .chairman-row .info, .ipo-leadership .ceo-row .info {
  font-size: 20px;
  color: #163029;
  line-height: 1.5;
  margin-bottom: 0;
}
.ipo-leadership .ceo-row{
  margin-top: 70px;
}
/*.ipo-leadership .ceo-row .name,*/
/*.ipo-leadership .ceo-row .designation,*/
/*.ipo-leadership .ceo-row .info {
 */
 /* text-align: right;
 */
 /*
}
*/
/* End IPO - Chairman & CEO Section */
/* Start IPO - Investment Highlights Section */
.ipo-investment{
  padding: 75px 0 0;
  background-color: #fff;
  overflow: hidden;
}
.ipo-investment .sec-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
.web-investment-tabs .nav{
  flex-wrap: nowrap;
}
.web-investment-tabs .nav .nav-item{
  width: 16.666%;
  border-right: 1px solid #163029;
}
.web-investment-tabs .nav .nav-item:last-child{
  border-right-color: transparent;
}
.web-investment-tabs .nav .nav-item .box{
  position: relative;
  border: 0;
  padding: 0;
  margin: 0;
}
.web-investment-tabs .box .item-img{
  width: 100%;
  filter: grayscale(100%);
  transform: scale(1);
  transition: all 0.3s;
}
.web-investment-tabs .box:hover .item-img, .web-investment-tabs .box.active .item-img{
  filter: grayscale(0);
  transform: scale(1.03);
  transition: all 0.3s;
}
.web-investment-tabs .box .image-green-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient( -90deg, rgba(22,48,41,0) 0%, rgba(22,48,41,0.49) 49%, rgb(22,48,41) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgba(22,48,41,0) 0%, rgba(22,48,41,0.49) 49%, rgb(22,48,41) 100%);
  background-image: -ms-linear-gradient( -90deg, rgba(22,48,41,0) 0%, rgba(22,48,41,0.49) 49%, rgb(22,48,41) 100%);
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.web-investment-tabs .box:hover .image-green-overlay, .web-investment-tabs .box.active .image-green-overlay {
  opacity: 0;
}
.web-investment-tabs .box .content {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  padding: 0 24px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.web-investment-tabs .box .content .title {
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 19px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  margin-bottom: 35px;
}
.web-investment-tabs .box .content .more-details-link {
  display: flex;
  align-items: center;
  column-gap: 5px;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.web-investment-tabs .box .content .more-details-link i{
  font-size: 15px;
  color: #ffb548;
}
.web-investment-tabs .highlights-content{
  padding: 0 25px;
}
.web-investment-tabs .highlights-content .desc-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 20px;
  color: #163029;
  line-height: 1.1;
  margin-top: 50px;
  margin-bottom: 15px;
  padding-left: 10px;
}
.web-investment-tabs .highlights-content .desc-list{
  display: block;
  list-style-type: disc;
  padding-left: 27px;
  margin: 0 0 60px 0;
}
.web-investment-tabs .highlights-content .desc-list li{
  position: relative;
  font-size: 16px;
  color: #163029;
  border-bottom: 1px solid rgba(112, 112, 112, 0.2);
  padding: 15px 0;
}
.web-investment-tabs .highlights-content .desc-list li:has(.desc-nested-list) {
  list-style-type: none !important;
}
/*.web-investment-tabs .highlights-content .desc-list li i{
 */
 /* position: absolute;
 */
 /* left: 0;
 */
 /* top: 16px;
 */
 /* font-size: 20px;
 */
 /* color: #ffb548;
 */
 /*
}
*/
.web-investment-tabs .highlights-content .desc-list li .desc-nested-list{
  display: block;
  list-style-type: "-";
  margin: 0;
  padding-left: 20px;
}
.web-investment-tabs .highlights-content .desc-list li .desc-nested-list li{
  padding-left: 10px;
}
.web-investment-tabs .highlights-content .desc-list li .desc-nested-list li:last-child{
  border-bottom: 0;
}
/* End IPO - Investment Highlights Section */
/* Start IPO - Key Documents Section */
.ipo-key-documents{
  padding: 80px 0;
  background-color: #f6f6f6;
  overflow: hidden;
}
.ipo-key-documents .sec-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-align: center;
  margin-bottom: 50px;
}
.ipo-key-documents .item{
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 12px 24px;
  background-color: #163029;
  text-decoration: none;
  border-bottom: 2px solid #ffb548;
  border-radius: 6px;
  box-shadow: 0px 2px 0px 0px rgba(255, 181, 72, 0.004);
}
.ipo-key-documents .item .text{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
.ipo-key-documents .itemgray{
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  padding: 12px 24px;
  background-color: #bcbbbb;
  text-decoration: none;
  border-bottom: 2px solid #ffb548;
  border-radius: 6px;
  cursor: default;
  box-shadow: 0px 2px 0px 0px rgba(255, 181, 72, 0.004);
}
.ipo-key-documents .itemgray .text{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 0;
}
/* End IPO - Key Documents Section */
/* Start IPO - Receiving Banks Section */
.ipo-receiving-banks {
  background-color: #fff;
  padding: 70px 0 80px;
  overflow: hidden;
}
.ipo-receiving-banks .section-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-align: center;
  margin-bottom: 60px;
}
.ipo-receiving-banks .bank-card{
  position: relative;
  padding: 30px 35px 38px;
  height: 100%;
  background-color: #f7fcfb;
  box-shadow: 0px 10px 15.8208px 0.17920000000000003px rgb(22 48 41 / 12%);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.ipo-receiving-banks .bank-card:hover {
  background-color: #163029;
  box-shadow: 5px 6px 6px 2px #e9ecef;
  transform: scale(1.02);
}
.ipo-receiving-banks .bank-card::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 10px;
  background-color: #163029;
}
.ipo-receiving-banks .bank-card .bank-logo{
  text-align: center;
  margin-bottom: 35px;
}
.ipo-receiving-banks .bank-card .bank-logo img{
  height: 40px;
  max-width: 100%;
}
.ipo-receiving-banks .bank-card:hover .bank-logo img{
  filter: brightness(0) invert(1);
}
.ipo-receiving-banks .bank-card .details{
  margin-top: 25px;
}
.ipo-receiving-banks .bank-card .details .name{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 18px;
  color: #163029;
  line-height: 1;
  text-transform: sentence;
  text-align: center;
  margin-bottom: 10px;
}
.ipo-receiving-banks .bank-card:hover .details .name{
  color: #ffb548;
}
.ipo-receiving-banks .bank-card .details .list{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ipo-receiving-banks .bank-card .details .list li{
  padding: 12px 0;
  border-bottom: 1px solid #dce1e0;
}
.ipo-receiving-banks .bank-card .details .list li a{
  display: block;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 1.3;
  text-decoration: none;
}
.ipo-receiving-banks .bank-card:hover .details .list li a{
  font-family: Gotham-Light;
  color: #fff;
}
.ipo-receiving-banks .bank-card .details .list li a i{
  font-size: 20px;
  color: #ffb548;
  margin-right: 10px;
}
/* End IPO - Receiving Banks Section */
/* Start IPO - Timetable Section */
.ipo-timetable{
  padding: 75px 0 85px;
  background: url("../images/ipo/ipo-timetable-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
.ipo-timetable .sec-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #fff;
  line-height: 1.1;
  text-transform: sentence;
  text-align: center;
  margin-bottom: 150px;
}
/* End IPO - Timetable Section */
/* Start IPO - How To Subscribe Section */
.ipo-subscription{
  padding: 75px 0 80px;
  background: url("../images/ipo/ipo-subscribe-bg.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
}
.ipo-subscription .sec-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 60px;
}
/* End IPO - How To Subscribe Section */
/* ********************************** ********************************** ********* Footer Section ******** ********************************** ********************************** */
.section-footer{
  position: relative;
}
.section-footer::before{
  content:"";
  background-color: #ffb548;
  position: absolute;
  left: 0px;
  top: -7px;
  width: 100%;
  height: 7px;
}
.section-footer .first{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ebebeb;
  padding: 60px 0;
}
.section-footer .first .footer-logo{
  display: inline-block;
  text-decoration: none;
}
.section-footer .first .footer-logo img{
  width: 140px;
  transform: scale(1.5);
}
.section-footer .footer-links{
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}
.section-footer .footer-links li{
  margin-bottom: 25px;
  line-height: 1;
}
.section-footer .footer-links li:last-child{
  margin-bottom: 0;
}
.section-footer .footer-links li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  transition: transform 250ms ease-in-out;
}
.section-footer .footer-links li a:hover{
  color: #ffb548;
  transition: all 250ms ease-in-out;
}
.section-footer .second{
  background-color: #163029;
  padding: 60px 0;
}
.ps-80{
  padding-left: 80px;
}
.ps-50{
  padding-left: 50px;
}
.section-footer .social-icons{
  display: flex;
  align-items: center;
  margin-top: 25px;
}
.section-footer .social-icons .item{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  min-width: 55px;
  line-height: 55px;
  background-color: #ffb548;
  border-radius:50%;
  margin-right: 15px;
  text-decoration: none;
  cursor: pointer;
  border: 2px solid #ffb548;
  transition: all 0.2s ease-in;
}
.section-footer .social-icons .item:hover{
  background-color: #163029;
  transition: all 0.2s ease-in;
}
.section-footer .social-icons .item i{
  font-size: 35px;
  color: #163029;
  transition: all 0.2s ease-in;
}
.section-footer .social-icons .item:hover i{
  color: #ffb548;
  transition: all 0.2s ease-in;
}
.section-footer .contact-info{
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.section-footer .contact-info .text{
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  margin-bottom: 8px;
}
.section-footer .contact-info .timings{
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-transform: capitalize;
}
.section-footer .email-info{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.section-footer .email-info .text, .section-footer .location-info .text{
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
.section-footer .location-info{
  display: flex;
  align-items: center;
}
.section-footer .contact-info .icon, .section-footer .email-info .icon, .section-footer .location-info .icon{
  width: 25px;
  margin-right: 12px;
}
/* End Footer Section */
/* Start IPO Footer */
.section-footer .ipo-footer-content{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section-footer .ipo-footer-content .gap-x-40{
  column-gap: 40px;
}
.section-footer .ipo-footer-content .heading{
  font-size: 30px;
  color: #ffb548;
  line-height: 1;
  margin-bottom: 40px;
}
.section-footer .ipo-footer-content .item{
  display: flex;
  align-items: center;
}
.section-footer .ipo-footer-content .item i {
  font-size: 25px;
  color: #ffb548;
  margin-right: 12px;
}
.section-footer .ipo-footer-content .item .text {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}
/* End IPO Footer */
.back-to-top{
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color:#ffb548;
  border-radius: 30px;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  z-index: 999;
}
.back-to-top i{
  font-size: 20px;
  color: #163029;
}
.sk-tweet-text{
  font-family: Gotham-Book !important;
}
/* Start About 4 Blocks Section */
.ipo-blocks {
  padding: 90px 0 90px;
  overflow: hidden;
}
.ipo-blocks .item {
  position: relative;
  overflow: hidden;
}
.ipo-blocks .item .item-img {
  width: 100%;
  transition: transform .4s;
}
.ipo-blocks .item:hover .item-img {
  transform: scale(1.1);
  transform-origin: 50% 50%;
}
.ipo-blocks .item .image-black-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #000f0d;
  background: -moz-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  background: linear-gradient(0deg, rgba(0, 15, 13, 0.7987570028) 0%, rgba(0, 15, 13, 0.2) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000f0d",endColorstr="#000f0d",GradientType=1);
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.ipo-blocks .item:hover .image-black-overlay {
  opacity: 0;
}
.ipo-blocks .item .image-green-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #163028e6;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.ipo-blocks .item:hover .image-green-overlay {
  opacity: 1;
}
.ipo-blocks .item .content {
  position: absolute;
  left: 0;
  bottom: 25px;
  width: 100%;
  padding: 0 30px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.ipo-blocks .item .content .title{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 19px;
  color: #fff;
  line-height: 1.2;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.ipo-blocks .item .content .read-more-link{
  display: flex;
  align-items: flex-end;
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.ipo-blocks .item:hover .content .read-more-link{
  color: #ffb548 !important;
}
.ipo-blocks .item .content .read-more-link i{
  margin-bottom: -2px;
  margin-left: 8px;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.ipo-blocks .item:hover .content .read-more-link i{
  color: #ffb548;
  margin-left: 12px;
}
.ipo-blocks .sec-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: sentence;
  text-align: center;
  margin-bottom: 60px;
}
/* End About 4 Blocks Section */
/* start of Financial Statment/Page */
/* Arabic CSS start*/
/* .fin-state-sec .accordion-button {
  flex-direction: row-reverse;
}
.left-sidebar-nav .accordion-item .accordion-header h2{
  text-align: right!important;
}
.fin-state-sec .accordion-body button{
  text-align: right!important;
}
*/
/* Arabic CSS end*/
.fin-state-sec .nav-pills .nav-link:hover{
  color:#ffb448;
}
.fin-state-sec .accordion-body a{
  text-decoration: none;
}
.fin-state-sec .accordion-button::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23163029'><path%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/></svg>");
}
.fin-state-sec .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23163029'><path%20fill-rule='evenodd'%20d='M1.646%204.646a.5.5%200%200%201%20.708%200L8%2010.293l5.646-5.647a.5.5%200%200%201%20.708.708l-6%206a.5.5%200%200%201-.708%200l-6-6a.5.5%200%200%201%200-.708z'/></svg>");
}
/* .fin-state-sec{
  background-color: #ebebeb;
}
*/
.fin-state-sec .accordion{
  overflow: hidden;
}
.fin-state-sec .accordion .accordion-item{
  background-color: #ebebeb!important;
}
.fin-state-sec .accordion .accordion-button{
  background-color: #ebebeb!important;
}
.fin-state-sec .accordion.accordion-body{
  background-color: #ebebeb!important;
}
.fin-state-sec .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background-color: #163029;
  color: #fff!important;
  font-weight: 500;
}
.fin-state-sec .nav-pills .nav-link{
  color: #163029;
  font-weight: 400;
  text-align: left;
}
.fin-state-sec .accordion-body .nav .nav-link.active{
  background-color: #163029;
  border-radius: .25rem;
}
.fin-state-sec .accordion-button:not(.collapsed){
  background-color: #ebebeb!important;
}
.fin-state-sec .accordion-body{
  background-color: #ebebeb!important;
}
.fin-state-sec .accordion-button{
  background-color: #ebebeb!important;
}
.fin-state-sec .accordion-button:focus{
  box-shadow: none;
}
.fin-state-sec .accordion-button:not(.collapsed){
  color: #ffb448;
  font-size: 1.2rem;
  font-weight: 700;
}
.fin-state-sec .accordion-button{
  color: #163029;
  font-size: 1.2rem;
  font-weight: 600;
}
.fin-state-sec .align-items-start {
  text-align: left;
}
.fin-state-sec .card-title{
  font-size: 1rem;
  color: #ffb548;
  font-weight: 600;
}
.fin-state-sec .card-text{
  font-size: 0.8rem;
  color: #163029;
  font-size: 1rem;
  line-height: 20px;
  font-weight: 600;
}
.fin-state-sec .card{
  border: none;
}
.fin-state-sec .card-text small{
  color: rgba(128, 128, 128, 0.648);
  font-size: 1rem;
}
.fin-state-sec .year-tabs li{
  display: inline;
  list-style-type: none;
}
.fin-state-sec .year-tabs li a{
  font-weight: 500;
  color: #163029;
  background-color: rgb(229, 229, 229);
  padding: 5px 20px;
  margin: 10px 5px;
  border-radius: 5px;
  text-decoration: none;
}
.fin-state-sec .tab-title{
  font-size: 2rem;
  color: #163029;
  font-weight: 700;
  margin-bottom: 20px;
}
.fin-state-sec .text-overlay p{
  font-size: 1rem;
  color: #fff;
}
.fin-state-sec .text-overlay h5{
  font-size: 1.5rem;
  color: #fff;
  font-weight: 600;
}
.fin-state-sec .image-container1 {
  height: 300px;
  position: relative;
  width: 100%;
 /* Adjust the width as per your needs */
  background-image: url('../images/financial/earning-calls1.jpg');
  background-size: cover;
  background-position: center;
}
.fin-state-sec .image-container2 {
  height: 300px;
  position: relative;
  width: 100%;
 /* Adjust the width as per your needs */
  background-image: url('../images/financial/earning-calls2.jpg');
  background-size: cover;
  background-position: center;
}
.fin-state-sec .text-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
 /* Adjust the opacity as per your needs */
  display: flex;
  flex-direction: column;
  justify-content:left;
  align-items: left;
  color: #ffffff;
 /* Adjust the text color as per your needs */
  text-align: left;
  padding: 20px;
}
.fin-state-sec .text-overlay h1 {
  font-size: 32px;
 /* Adjust the font size as per your needs */
  margin-bottom: 10px;
}
.fin-state-sec .text-overlay p {
  font-size: 18px;
 /* Adjust the font size as per your needs */
}
.fin-state-sec .overlay-content{
  margin-top: 35%;
}
.fin-state-sec #pills-tab li button{
  background-color: #c3c3c3;
  color: #163029;
  margin: 5px;
}
.content-right-bar ul li button:hover{
  background-color: #163029!important;
  color: #fff!important;
}
.content-right-bar ul li .active{
  background-color: #163029!important;
}
.fin-state-sec .card-body a{
  text-decoration: none;
}
.fin-state-sec .card-body {
  padding: 0rem 1rem;
}
.fin-state-sec .books-div{
  display: flex;
  background-color: #ebebeb;
}
.fin-state-sec .image-container1:hover,.image-container2:hover{
  transform: scale(1.05);
  transition: .2s ease-in-out;
}
/* end of Financial Statment */
/* investor relation welcome section */
.show-content .investor-wlcm-sec{
  display: flex;
  align-items: center;
  background-image: linear-gradient(to right, rgb(22 48 41 / 97%) 0%, rgb(20 84 67 / 82%) 49%, rgb(38 100 84 / 67%)), url("../images/investor-rel/mills.png");
 /* background-image: linear-gradient(to right, rgb(22, 48, 41) 0%, rgb(20, 84, 67) 49%, rgba(38, 100, 84, 0.81)), url("../images/investor-rel/mills-old.png");
  */
 /* background-image: linear-gradient(to right, rgb(22, 48, 41) 0%, rgb(20, 84, 67) 49%, rgba(38, 100, 84, 0.81)), url("../images/investor-rel/mills.png");
  */
 /* background-image: -moz-linear-gradient(top, rgba(22, 48, 41, 0.15) 0%, rgb(22, 48, 41) 49%, rgb(0, 32, 24) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(22 48 41 / 15%) 0%, rgb(22 48 41) 49%, rgb(0 32 24) 100%);
  background-image: -ms-linear-gradient(top, rgba(22, 48, 41, 0.15) 0%, rgb(22, 48, 41) 49%, rgb(0, 32, 24) 100%);
  */
 /* background-image: url("../images/investor-rel/mills.png");
  */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}
/* .investor-wlcm-sec.add-bg{
  background-image: linear-gradient(to right, rgb(22 48 41 / 97%) 0%, rgb(20 84 67 / 82%) 49%, rgb(38 100 84 / 67%)), url("../images/investor-rel/mills.png");
}
*/
.investor-wlcm-sec .wlcm-content{
  text-align: center;
}
.investor-wlcm-sec .wlcm-content h1{
  font-size: 44px;
  font-weight: 900;
  color: #efefef;
  margin-bottom: 20px;
}
.investor-wlcm-sec .wlcm-content p{
  text-align: justify;
  font-size: 20px;
  margin-bottom: 20px;
  color: #efefef;
}
.investor-wlcm-sec .wlcm-content a{
  text-decoration: none;
}
.investor-wlcm-sec .wlcm-content .learn-more{
  background-color: #f3a42e;
  color: #163029;
  border-left: 5px solid #efefef;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  padding: 10px 1em;
  transition: .3s ease-in-out;
  height: auto;
  line-height: normal;
  margin: 0px;
  font-size: 1.0em;
  font-weight: bold;
  text-transform: capitalize;
  box-sizing: border-box;
}
.investor-wlcm-sec .wlcm-content a button:hover{
  border-left: 5px solid #f3a42e;
}
.show-content .investor-wlcm-sec2{
  display: flex;
  align-items: center;
 /* background-image: url("../images/investor-rel/mills.png");
  */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px;
}
.show-content .investor-wlcm-sec2 .wlcm-image{
 /* padding: 20px;
  */
  border: none;
 /* Reset border */
  position: relative;
 /* Required for absolute positioning of pseudo-element */
}
.show-content .investor-wlcm-sec2 .wlcm-image::after{
  border: none;
  content: '';
  margin: 0px 10px;
  position: absolute;
  top: -10px;
  right: 10;
  border-top: 70px solid #163029;
  border-right: 4px solid #163029;
}
.show-content .investor-wlcm-sec2 .wlcm-image::before{
  border: none;
  content: '';
  position: absolute;
  top: -13px;
  right: -14px;
  border-top: 4px solid #163029;
  border-right: 90px solid #163029;
}
.show-content .investor-wlcm-sec2 .wlcm-image img{
  width: 100%;
  object-fit: fill;
}
.investor-wlcm-sec2 .wlcm-content h1{
  font-size: 2rem;
  font-weight: 900;
  color: #163029;
  margin-bottom: 20px;
}
.investor-wlcm-sec2 .wlcm-content p{
  font-size: 1rem;
  margin-bottom: 20px;
  color: #163029;
}
.investor-wlcm-sec2 .wlcm-content a{
  text-decoration: none;
}
.investor-wlcm-sec2 .wlcm-content a button{
  background-color: #163029;
  color: #fff;
  border-left: 5px solid #f3a42e;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  padding: 8px 12px;
}
.shares-sec .share-content h3{
  font-family: gotham-black;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 40px;
}
.shares-sec .share-content h5{
  text-align: left;
  color: #fff;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}
.shares-sec .share-content p{
  text-align: left;
  color: #fff;
  text-align: left;
  font-size: .8rem;
}
.shares-sec .share-content a{
  text-decoration: none;
  color: #ffb448;
}
.shares-sec .share-content a span i{
  color: #ffb548;
}
.reports-section .item .image-green-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #09141080;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.shares-sec .share-img-parent{
  position: relative;
  overflow: hidden;
  margin-bottom: -7px;
}
.shares-sec .share-img-parent .share-img{
  width: 100%;
  height: 280px;
  transition: .7s ease-in-out;
}
.shares-sec .share-img-parent:hover .share-img{
  transform: scale(1.3);
  transform-origin: 50% 50%;
}
.shares-sec .share-img-parent .share-content{
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color:#fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.shares-sec .share-content .calendar-p{
  color: #ffb448!important;
  text-align: center;
  font-size: 1.2rem!important;
}
.reports-section .item .image-green-overlay{
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-image: -moz-linear-gradient(top, rgb(22 48 41 / 15%) 0%, rgb(22 48 41 / 19%) 49%, rgb(0 32 24 / 41%) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(22 48 41 / 15%) 0%, rgb(22 48 41 / 19%) 49%, rgb(0 32 24 / 41%) 100%);
  background-image: -ms-linear-gradient(top, rgb(22 48 41 / 15%) 0%, rgb(22 48 41 / 19%) 49%, rgb(0 32 24 / 41%) 100%);
  opacity: .8;
  -webkit-transition: all 0.3s ease-out 0s !important;
  -moz-transition: all 0.3s ease-out 0s !important;
  -ms-transition: all 0.3s ease-out 0s !important;
  -o-transition: all 0.3s ease-out 0s !important;
  transition: all 0.3s ease-out 0s !important;
}
.reports-section .item:hover .image-green-overlay{
  background-color: #16302991;
  opacity: 1;
  background-image: -webkit-linear-gradient( -90deg, rgb(22 48 41 / 15%) 0%, rgb(22 48 41 / 82%) 49%, rgb(0 32 24) 100%);
}
/* .contact-ir page */
.fin-state-sec .contact-details .rmv-border-right{
  border-right: 0px;
}
.fin-state-sec .hide-btn-collapse::after{
  background-image: none!important;
}
.shares-sec .share-sec-row{
  background-color: #0f3d28;
  padding: 0px 0px 7px 0px;
}
.section-footer .ipo-footer-content .footer-copyright, .section-footer .footer-copyright{
  font-size: 20px;
  margin-top:20px;
  text-align-last: center;
  width: 100%;
  color: #efefef;
}
/* IR Page */
.sb-program-highlights .fin-icons{
  font-size: 30px;
  color: #efefef;
}
.performance-highlights .highlights .item{
  background-color: #163029;
  transition: box-shadow 0.2s ease-in-out;
}
/* .performance-highlights .highlights .item:hover {
  box-shadow: inset 0 0 10px #01f3b3, inset 0 0 40px #04a67c, inset 0 0 60px #03533d, inset 0 0 80px #000000;
  cursor: pointer;
}
*/
.reports-section .item .content .read-more-link i{
  color: #ffb548;
  transition: box-shadow 0.3s ease-in-out;
}
.reports-section .item:hover .content .read-more-link i{
  box-shadow: 0px 0 2px #ffb548, 0 0 2px #ffb548, 0 0 5px #ffb548, 0 0 10px #ffb548;
  padding: 0px 10px;
}
.sb-program-highlights{
  padding: 100px 0;
  background-image: linear-gradient(to bottom, rgb(196 196 196 / 58%) 0%, rgb(161 161 161 / 0%) 49%, rgb(52 109 95 / 42%)), url("../images/investor-rel/ir-numbers.png");
 /* background-image: linear-gradient(to bottom, rgb(196 196 196 / 58%) 0%, rgb(161 161 161 / 0%) 49%, rgb(52 109 95 / 42%)), url("../images/investor-rel/ir-numbers.jpg");
  */
 /* background: url("../images/investor-rel/ir-numbers.jpg") no-repeat;
  */
  background-size: cover;
  background-position: center bottom;
}
.home-vm .vision{
  text-align: center;
}
.home-vm .vision .view-details{
  background-color: #f3a42e;
  color: #163029;
  border-left: 5px solid #efefef;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  padding: 10px 1em;
  transition: .3s ease-in-out;
  height: auto;
  line-height: normal;
  margin: 0px;
  font-size: 1.0em;
  font-weight: bold;
  text-transform: capitalize;
  box-sizing: border-box;
}
.home-vm .mission .view-details{
  background-color: #f3a42e;
  color: #163029;
  border-left: 5px solid #163029;
  border-top: none;
  border-right: none;
  border-bottom: none;
  outline: none;
  padding: 10px 1em;
  transition: .3s ease-in-out;
  height: auto;
  line-height: normal;
  margin-TOP: 20px;
  font-size: 1.0em;
  font-weight: bold;
  text-transform: capitalize;
  box-sizing: border-box;
}
.home-vm .vision .view-details:hover{
  border-left: 5px solid #f3a42e;
}
.home-vm .mission .view-details:hover{
  border-left: 5px solid #f3a42e;
}
.home-vm .mission{
  text-align: center;
}
/* IR Overview */
.ir-overview{
  background-color: #EFEFEF;
  padding: 50px 0px;
}
.ir-overview .ir-overview-content .title{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 20px;
  color: #163029;
  margin-bottom: 30px;
  margin-top: 30px;
}
.ir-overview .ir-overview-content .list-item{
  list-style-type: disclosure-closed;
  color: #163029;
  margin-bottom: 10px;
  font-size: 16px;
}
.ir-overview .ir-overview-content .overview-list{
  margin-right: 40px;
}
.ir-overview .ir-overview-content .sec-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  text-align: center;
  margin-bottom: 40px;
}
/* IR Overview end*/
::selection {
  color: #163029;
  background-color:#ffb548;
 /* Set the background color to the default value */
}
.sb-program-highlights .highlights .fph-title{
  color:#fff;
  font-weight:bold;
  font-size:22px;
}
/* .sb-program-highlights .highlights .item:hover .fph-title{
  text-shadow: 0 0 10px #01f3b3, 0 0 40px #04a67c, 0 0 60px #03533d, 0 0 80px #000000;
  text-shadow: 0 0 10px #ff9800, 0 0 10px #985a00, 0 0 10px #ffb548, 0px 0px 5px #ffb548;
}
*/
.sb-program-highlights .highlights .item .fph-icons{
  width: 50px;
}
.contact-details .confirmation-email a{
  display:inline;
  color:blue;
}
.product-catlogue-section{
  background-color: #f7f7f7;
  padding:80px 0px;
}
div#canvas{
  padding: 100px 34px 44px!important;
}
.product-catlogue-section iframe{
  width: 70%!important;
  margin: 0 auto!important;
  height: 750px!important;
}
#magazineViewport .logo-backs2{
  display:none!important;
}
/* Menu catlogue button css */
.catalogue-btn-menu{
  display:flex;
  justify-content: space-between;
  background-color:#ffb548;
  -webkit-border-radius: 10px;
  border-radius: 3px;
  border: 1px solid #163029a1;
  outline:none;
  font-weight:600;
  cursor: pointer;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 1px #ffb548;
 }
  50% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 7px #ffb548;
 }
  100% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 1px #ffb548;
 }
}
@-moz-keyframes glowing {
  0% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 1px #ffb548;
 }
  50% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 7px #ffb548;
 }
  100% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 1px #ffb548;
 }
}
@-o-keyframes glowing {
  0% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 1px #ffb548;
 }
  50% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 7px #ffb548;
 }
  100% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 1px #ffb548;
 }
}
@keyframes glowing {
  0% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 1px #ffb548;
 }
  50% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 7px #ffb548;
 }
  100% {
      background-color: #ffb548;
      -webkit-box-shadow: 0 0 1px #ffb548;
 }
}
.catalogue-btn-menu i{
  font-size:20px;
}
.catalogue-btn-menu:hover{
  cursor:pointer;
}
.catalogue-img{
  width:50%;
  margin:0 auto;
}
.catalogue-img .title{
  font-family: 'Gotham-Bold', sans-serif;
  font-size:18px;
  padding:20px 0px;
  color:#163029;
}
.catalogue-img img{
  box-shadow: 0 5px 10px rgb(0 0 0 / 20%), 0 6px 6px rgb(255 255 255 / 2%);
  border: 0.5px solid #16302936;
  transition: 0.3s ease-in-out;
}
.catalogue-img img:hover{
  cursor:pointer;
  transform: scale(1.02);
}
.product-catlogue-section .float-right{
  float:right;
}
.product-catlogue-section .float-left{
  float:left;
}
.app-section{
  padding:50px 0px;
}
.store-wrapper{
  display:flex;
  align-items:center;
  justify-content: center;
}
.store-wrapper .apps{
  width:250px;
}
.store-wrapper .qr{
  width:200px;
}
.store-wrapper .store-icon-wrapper{
  padding-left:10px;
  width:34%;
}
.app-copy-wrapper{
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.app-section .company-text{
  font-size:18px;
  color:#ffb548;
  text-align:center;
}
.app-section .company-text span{
  font-size:18px;
  color:#ffb548;
  text-align:center;
}
.app-section .copy-btn{
  text-align: center;
  border-radius: 50px;
  padding: 10px;
  margin-left: 5px;
  margin-top: 10px;
  border: none;
  background-color: #163029;
  color:#fff;
  width:200px;
  border: 2px solid #163029;
}
.app-section .copy-text{
  display: inline-block;
  font-size: 16px;
  text-align: center;
  margin: 8px 0px;
  border: 2px solid #163029;
  border-radius: 50px;
  padding: 10px;
  background-color: #ffffff;
  color: #163029;
  width:200px;
}
.copy-wrapper{
  margin-top:30px;
}
.mobile-app-screen {
  text-align:center;
}
.mobile-app-screen .mobile{
  width:400px;
}
.app-section-row{
  align-items:center;
  flex-direction:row-reverse;
}
.app-banner .app-heading{
  font-family: 'Gotham-Bold', sans-serif;
  color:#fff;
  font-size:30px;
  line-height:40px;
  letter-spacing:0;
  text-align:center;
}
.app-banner .app-screens{
  width:90%;
  margin:0 auto;
  text-align:center;
  display:block;
}
.app-banner .app-heading-ar{
  font-size:30px;
  text-align:center;
  color:#fff;
}
.app-section-row .app-text {
  font-family: 'Gotham-Bold', sans-serif;
  color: #163029;
  font-weight: 700;
  font-size: 16px;
  margin: 0px;
  text-align:center;
}
.passion-hightligts{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 30px;
  text-align: left;
  color: #ffb548;
  line-height: 30px;
 /* background-color: #fefaf3;
  color: #163029;
  border: 1px solid #fcb54d;
  border-radius: 24px;
  padding: 20px;
  */
}
.sb-about-program .bread-img-wrapper{
  text-align: right;
}
.sb-about-program .bread-slice-img{
  width: 450px;
  object-fit: cover;
}
.right-content-character{
  position: absolute;
  left: -35px;
  top: -3px;
}
.badar-sara-sec{
  padding: 50px 0px;
  position: relative;
}
.badar-sara-sec::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(-6%, -46%);
  left: 0px;
  background: url(../images/badr-sara-stars.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 15%;
  height: 100%;
}
.badar-sara-sec .chef-badar-img{
  object-fit: cover;
 /* height: 500px;
  */
  max-height:469px;
}
.badar-sara-sec .section-heading{
  padding-bottom: 50px;
  text-transform: uppercase;
}
.badar-sara-sec .play-btn-character .badar-full-img, .badar-sara-sec .play-btn-character .sara-full-img{
  height: 445px;
  object-fit: contain;
  width:100%;
 /* border-radius:30px;
  */
 /* border: 2px solid #ffb548;
  */
}
.badar-sara-row-wrapper{
  padding: 50px 15px;
}
.badar-sara-sec .full-img-wrapper{
  width: 62%;
}
.badar-sara-sec .right-content-wrapper{
  width: 30%;
}
.badar-sara-sec .left-content{
  padding-left: 10px!important;
  position: relative;
  right: -25px;
}
.left-content-character .left-content{
  right: 0;
}
.badar-sara-sec .play-btn-character{
  position: relative;
}
.full-img-wrapper #video1:after{
  content: "";
  background: url("../images/play-btn.png") no-repeat;
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.full-img-wrapper #video1.clicked:after{
  display: none;
}
#playBtn1.play-btn-character::after, #playBtn2.play-btn-character::after{
  content: "";
  background: url("../images/play-btn.png") no-repeat;
  background-size: cover;
  position: absolute;
  width: 50px;
  height: 60px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.play-btn-character.clicked::after{
  display: none;
}
.full-img-wrapper{
  position: relative;
}
.play-btn-character.btn_one{
  position: absolute;
  width: 100%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.badar-sara-sec .full-img-wrapper-right{
  position: relative;
}
.play-btn-character.btn_two{
  position: absolute;
  width: 100%;
  height: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.full-img-wrapper #playBtn1{
  background: transparent;
}
.full-img-wrapper-right #playBtn2{
  background: transparent;
}
.full-img-wrapper .video-border{
  border: 2px solid #ffb548;
  border-radius: 20px;
}
.full-img-wrapper-right .video-border{
  border: 2px solid #ffb548;
  border-radius: 20px;
}
.badar-sara-sec .full-img-wrapper-right{
  width: 62%;
}
.badar-sara-sec .left-content-wrapper{
  width: 30%;
}
.badar-sara-sec .left-content-character{
  position: absolute;
  right: -35px;
 /* top: -16px;
  */
  top: -12px;
  z-index: 1;
}
.badar-sara-sec .left-content .text{
  font-family: 'Gotham-Regular', sans-serif;
  font-size: 20px;
 /*text-align: justify;
 */
}
.badr-content{
  padding-right:40px;
}
.badar-sara-sec .left-content .text span{
  font-family: 'Gotham-Bold', sans-serif;
}
.sb-register .star1 {
  width: 36px;
  position: absolute;
  top: 20px;
  right: 65px;
  animation-duration: 0.9s;
}
.sb-register .star2 {
  width: 36px;
  position: absolute;
  top: 28px;
  right: 90px;
  animation-duration: 0.6s;
}
.sb-register .star {
  animation-name: twinkle;
  animation-iteration-count: infinite;
}
.Rectangle_30 {
  background-image: url("Rectangle 30.png");
  position: absolute;
  left: 667px;
  top: 4135px;
  width: 261px;
  height: 261px;
  z-index: 161;
}
.slick-logo-slider .slick-initialized .slick-slide{
  margin: 20px;
}
.logo-slider-sec{
  background:url("../images/sb-logo-slider-bg.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 50px 0px;
}
.logo-slider-sec .section-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.logo-slider-sec .logo-slider{
  background-color: #fff;
  border: 1px solid;
  border-image-source: linear-gradient(0deg, #fcb64ea8, #ffefaddc);
  border-image-slice: 1;
  border-radius: 10px;
  box-shadow: 0px 1px 12.85px 4.15px rgb(255 204 0 / 25%);
  overflow: hidden;
  display: flex !important;
  justify-content: center!important;
  margin: 0px 30px;
  padding: 10px;
}
.logo-slider-sec .logo-slider img{
  width: 120px!important;
  object-fit: contain;
}
.logo-slider-sec .logo-slider.slick-slide{
  height: 175px!important;
}
.slick-logo-slider .slick-next{
  right: -70px;
}
.slick-logo-slider .slick-prev{
  left: -70px;
}
.slick-logo-slider .slick-dots{
  display: none!important;
}
.slick-logo-slider .slick-prev:before{
  content: url("../images/icons/prev-arrow-yellow.png");
}
.slick-logo-slider .slick-next:before{
  content: url("../images/icons/next-arrow-yellow.png");
}
.sb-faq-section{
  background-color: #fefaf3;
  padding: 80px 0px;
  position: relative;
  overflow: hidden;
}
.sb-faq-section::before{
 /* content: "";
  position: absolute;
  background: url("../images/sb-faq-border.png") no-repeat;
  background-size: cover;
  background-position: left center;
  left: 0;
  bottom: -37px;
  width: 404px;
  height: 63%;
  */
}
.sb-faq-section .section-heading{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 55px;
  color: #163029;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.sb-faq-section .faq-desc{
  font-family: 'Gotham-Regular', sans-serif;
  font-size: 21px;
  padding-right: 180px;
  color: #163029;
}
.sb-faq-section .accordion-button{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 18px;
  color: #163029;
  background-color: transparent;
}
.sb-faq-section .faq-body{
  font-family: 'Gotham-Regular', sans-serif;
  font-size: 16px;
  color: #163029;
}
.sb-faq-section .accordion-button:not(.collapsed)::after{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffb548'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.sb-faq-section .accordion-button:not(.collapsed){
  color: #ffb548;
  box-shadow: none;
  background-color: transparent;
  border-bottom: 2px solid #163029!important;
}
.sb-faq-section .accordion-button:focus{
  box-shadow: none!important;
  border-bottom: 2px solid #163029!important;
}
.sb-faq-section .accordion-item{
  border: none;
  border-bottom: 2px solid #163029!important;
  background-color: transparent;
}
.sb-faq-section .faq-desc a{
  font-family: 'Gotham-Bold', sans-serif;
  color: #163029;
  cursor: pointer;
  text-decoration: none;
}
.sb-faq-section .accordion-item:last-of-type{
  border-bottom-right-radius:0;
  border-bottom-left-radius:0;
}
.sb-container-highlight .section-heading{
  margin-bottom: 30px;
}
.sb-container-highlight .para-number{
  color:#fff;
  font-size:20px;
  padding: 20px;
  margin: 0;
  line-height: 25px;
  font-weight:normal;
}
.sb-faq-section .left-stars .stars{
  animation-name: twinkle;
  animation-iteration-count: infinite;
}
.sb-faq-section .left-stars{
  position: absolute;
  left: 0;
  bottom: -40px;
}
.sb-faq-section .left-stars .star1{
  width: 45px;
  position: absolute;
  left: 16px;
  bottom: 2px;
  animation: 0.7s twinkle infinite;
}
.sb-faq-section .left-stars .star2{
  width: 33px;
  position: absolute;
  left: 67px;
  bottom: 58px;
  animation: 0.6s twinkle infinite;
}
.sb-faq-section .left-stars .star3{
  width: 94px;
  position: absolute;
  left: 1px;
  bottom: 98px;
  animation: 0.9s twinkle infinite;
}
.show-reports-sidebar-wrapper{
  display: none;
}
.annual-report-bg-img{
  background: url("../images/annual-report-bg-img.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 850px;
  cursor: pointer;
}
/* Saudi bakery registration page */
.registration_radio_labels{
  display: inline-block;
  padding-right: 20px;
}
/* new design for reports and presentation page with tabs */
.fin-state-sec.new-design .nav.hr{
  background-color: white;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 0 auto;
  width: max-content;
}
.fin-state-sec.new-design .dots_wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 0px 20px 0px;
  column-gap: 14px;
}
.fin-state-sec.new-design .dots_wrapper .circle_1{
  background: #ffb548;
  padding: 6px;
  border-radius: 50px;
  display: inline-block;
  width: 120px;
  height: 8px;
}
.fin-state-sec.new-design .dots_wrapper .circle_2, .fin-state-sec.new-design .dots_wrapper .circle_3, .fin-state-sec.new-design .dots_wrapper .circle_4, .fin-state-sec.new-design .dots_wrapper .circle_5{
  background: #ffb548;
  padding: 6px;
  border-radius: 50px;
  display: inline-block;
  width: 8px;
  height: 8px;
}
.fin-state-sec.new-design .nav-pills .nav-link {
  background: 0 0;
  border: 0;
  border-radius: 2rem;
  padding: 5px 30px;
  text-wrap: nowrap;
}
.fin-state-sec.new-design .books-div.new-design{
  display: flex;
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  align-items: center;
  border-radius: 10px !important;
  box-shadow: 0 10px 40px -3px rgb(0 0 0 / 10%);
}
.fin-state-sec.new-design .card{
  border-radius: 10px !important;
}
.fin-state-sec.new-design .books-div.new-design .quarter-img {
  width: 100px;
  padding: 10px 0px;
  object-fit: contain;
}
.fin-state-sec.new-design .books-div.new-design .card-text {
  text-decoration: none;
  cursor: pointer;
}
.fin-state-sec.new-design .books-div.new-design .card-text i{
  padding-right: 10px;
  font-size: 20px;
}
/* .fin-state-sec .card-animation[data-aos=fade-up] {
  transform: translate3d(0, 50px, 0)!important;
}
*/
/* about us page certificates/awards */
.certificates-block{
  padding: 50px 0px 80px 0px;
}
.certificates-block .certificate-card-wrapper{
  height: 100%;
}
.certificates-block .certificate-card{
  margin: 10px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0 12px 22px #00000012;
  display: flex;
  flex-direction: column;
 /* justify-content: center;
  */
  align-items: center;
  padding: 10px 0px;
  border-radius: 10px;
  border: 2px solid #f2f2f2;
  height: 100%;
}
.certificates-block .certificate-card .image-wrapper, .certificates-block .certificate-card .desc-wrapper{
  padding: 5px 10px;
}
.certificates-block .certificate-card .image-wrapper img{
  width: 220px;
}
.certificates-block .certificate-card .year-wrapper{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  padding: 10px 0px;
}
.certificates-block .certificate-card .year-text{
  font-family: 'Gotham-Book', sans-serif;
  border: 1px solid #DBDBDB;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #000;
  border-radius: 50px;
  background: #ffffff;
  position: relative;
  z-index: 1;
  padding: 4px 12px;
  margin-left: 18px;
}
.certificates-block .certificate-card .year-wrapper:after {
  content: "";
  position: absolute;
  top: 50%;
  background: #DBDBDB;
  height: 1px;
  width: 100%;
  z-index: 0;
}
.certificates-block .certificate-card .desc-wrapper{
  width: 100%;
  padding: 10px 0px 0px 0px;
}
.certificates-block .nav-pills .nav-link{
  border: 2px solid #163029;
  margin: 0px 5px;
  color: #163029;
  padding: 6px 20px;
}
.certificates-block .nav-pills .nav-link.active,.certificates-block .nav-pills .show>.nav-link{
  color: #fff;
  background-color:#163029;
}
.certificates-block .certificate-card .year-wrapper .year{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 16px;
  color: #ffb548;
  text-align: center;
  margin: 0px;
}
.certificates-block .certificate-card .desc-wrapper .title{
  font-family: 'Gotham-Bold', sans-serif;
  font-size: 18px;
  color: #163029;
  text-align: center;
  margin: 0px;
  padding: 0px 10px 20px 10px;
  text-transform: uppercase;
}
.certificates-block .certificate-card .desc-wrapper .description{
  font-family: 'Gotham-Book', sans-serif;
  font-size: 16px;
  color: #163029;
  text-align: center;
  margin: 0px;
  padding: 0px 10px;
}
.certificates-block .certificates-wrapper .tab-content .row{
  row-gap: 30px;
}
.certificates-block .certificates-desc-wrapper .certificates-description{
  margin: 0px;
  padding: 0px 50px 0px 50px;
  text-align: center;
  font-family: 'Gotham-Book', sans-serif;
  font-size: 18px;
}
.banner-section.img-overlay{
  background-color: #00000085;
  background-blend-mode: color;
}
.banner-section.img-overlay img{
  position: relative;
  z-index: -1;
}
.banner-section.img-overlay .breadcrumbs{
  background-color: #163029;
}
/* privacy policy new design with accordion/dropdown */
.about-description.sb-faq-section{
  background-color: #fff;
}
/* new financial statement with calendar type view start*/
.f_statement_wrapper{
  display: flex;
 /* width: 100%;
  */
  border: 2px solid #b4b4b461;
  border-radius: 10px;
  overflow: hidden;
}
.f_statement_wrapper .f_statement_side .arrows{
  background-color: #864AFF;
  padding: 12px 10px;
  color: #fff;
}
.f_statement_wrapper .f_statement_side {
  width: 300px;
}
.f_statement_wrapper .f_statement_side .sidebar_content{
  background-color: #fff;
}
.f_statement_wrapper .f_statement_side .sidebar_content p{
  padding: 14px 10px;
  margin: 0px;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  text-wrap: nowrap;
}
.f_statement_wrapper .f_statement_side .sidebar_content p:last-child {
  border-bottom: 0px;
}
.f_statement_wrapper .f_statement_side .arrows{
  display: flex;
  justify-content: space-around;
 /* height: 50px;
  */
}
.f_statement_wrapper .f_statement_side .arrows .slide_btn{
  outline: none;
  border: none;
  background-color: #f08a32;
  border-radius: 30px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.f_statement_wrapper .f_statement_side .arrows .slide_btn.swiper-button-disabled{
  background-color: #ffb54873;
}
.f_statement_wrapper .f_statement_side .arrows .slide_btn img {
  filter: invert(1) grayscale(1) contrast(3);
}
.f_statement_wrapper .year_wrapper:nth-child(odd) .year {
  background-color: #B18AFF;
}
.f_statement_wrapper .year_wrapper .year{
  background-color: #9f6efb;
  padding: 30px 10px;
  color: #fff;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
}
.f_statement_wrapper .year_wrapper .quarters{
  display: flex;
  column-gap: 10px;
  justify-content: space-between;
  padding: 14px 20px;
  border-bottom: 1px solid #c9c9c9;
}
.f_statement_wrapper .year_wrapper .quarters:last-child {
  border: 0px;
}
.f_statement_wrapper .year_wrapper .quarters .quarter{
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
  color: #9f6efb;
  font-weight: 600;
}
.f_statement_wrapper .year_wrapper .quarters .quarter img{
  width: 50px;
 /* box-shadow: 3px 2px 5px -1px #80808099;
  */
  border-radius: 50px;
  display: none;
}
.f_statement_wrapper .year_wrapper .quarterb img {
  box-shadow: none !important;
  width: 30px;
}
.f_statement_wrapper .year_wrapper .quarters a{
  height: unset !important;
}
.f_statement_wrapper .year_wrapper{
 /* padding: 20px;
  */
}
.f_statement_wrapper .year_wrapper:nth-child(even){
  background-color: #fff;
}
.f_statement_wrapper .year_wrapper:nth-child(odd){
  background-color: #f7f7f7;
}
.f_tab_wrapper .nav-pills .nav-link.active,.f_tab_wrapper .nav-pills .show>.nav-link{
  background-color: #163029!important;
 /* border-top-left-radius: 10px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  */
  padding: 15px 20px!important;
  color: #ffb548!important;
  border-radius: 0px !important;
}
.f_tab_wrapper .nav-pills .nav-link{
  border-radius: 0px !important;
  background-color: transparent !important;
  margin: 0px!important;
  padding: 15px 20px!important;
}
.f_tab_wrapper .nav-pills .nav-item{
  display: flex;
}
.f_tab_wrapper .nav.nav-pills{
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.f_statement_wrapper.static_years .year_wrapper{
  width: 50%;
}
.f_statement_wrapper.annual_rep{
  border: 0;
  border-radius: 0;
  margin: 0 auto;
 /* width: 50%;
  */
  justify-content: center;
}
.f_statement_wrapper.annual_rep .year_wrapper{
  border: 2px solid #b4b4b461;
  border-radius: 10px;
  overflow: hidden;
 /* width: 100%;
  */
}
.f_statement_wrapper.annual_rep .year_wrapper .quarters{
  justify-content: center;
}
.f_statement_wrapper.annual_rep .year_wrapper .report_pdf img{
  width: 218px;
  box-shadow: 3px 2px 5px -1px #80808099;
}
/* new financial statement with calendar type view end */
/* new header banner height for all pages */
.banner-section .banner-height{
  height: calc(90vh - 120px);
  object-fit: cover;
}