/* ------------------------------------------------------------------------------ 
Project Name : EIC 
Description : Main Style Sheet 
Author : Imran Rovan 
Created On : 13 Sep 2021 
--------------------------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600&display=swap");

@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-ExtraBold.eot");
  src: url("../fonts/Gilroy-ExtraBold.eot?#iefix") format("embedded-opentype"),
  url("../fonts/Gilroy-ExtraBold.woff2") format("woff2"),
  url("../fonts/Gilroy-ExtraBold.woff") format("woff"),
  url("../fonts/Gilroy-ExtraBold.svg#Gilroy-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
}

/* Reset */
html, body {
  margin: 0;
  padding: 0;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
}
ol, ul {
  list-style: none;
}
img {
  display: block;
  outline: none;
  max-width: 100%;
}
img, input, textarea, button, select {
  border: 0;
  outline: 0 !important;
  resize: none;
}
a, a:hover, a:focus {
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.clear {
  clear: both;
  font-size: 0;
  height: 0;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
li.clearfix {
  display: list-item;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, p, a, li, span, div {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* Theme */
body {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #000;
  margin: 0;
  padding: 0;
}
h1, h2, h3 {
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
}
h4, h5, h6 {
  font-family: "Cairo", sans-serif;
  font-weight: 600;
}
header {
  background: #fff;
  padding-bottom: 10px;
  position: fixed;
  top: 0px;
  left: 0;
  padding-top: 10px;
  width: 100%;
  z-index: 99;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0 0 0 / 10%);
  box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 10%);
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .logo img {
  max-height: 110px;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
header .logo .og-logo {
  display: none;
}
header.header-fixed {
  background: #fff;
  padding-top: 5px;
  height: 100px;
  -webkit-box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 23%);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 23%);
}
header.header-fixed .logo img {
  height: 70px;
}
header.header-fixed .og-logo {
  display: block;
}
header.header-fixed .wh-logo {
  display: none;
}
#banner #section-1 {
  margin-top: 110px;
  background-color: #f2f2f2;
}
#banner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 200px;
  left: 0px;
  top: 0px;
  background-image: linear-gradient( 180deg, rgba(255, 255, 255, 0.4) 39%, rgba(0, 0, 0, 0) 100% );
  z-index: 9;
}
#section-1 .content-slider .slider .banner {
  background-position: center center;
  background-repeat: no-repeat ;
  background-size: cover;
}
.content-slider .slider .banner .banner-inner-wrapper {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.newsec {
  padding: 80px 0;
  position: relative;
}
.title {
  text-align: center;
  margin-bottom: 40px;
}
.hmeabt .title {
  margin-bottom: 25px;
}
.title h6 {
  font-size: 22px;
  color: #bf1e2e;
  font-weight: 600;
  margin-bottom: 5px;
}
.title h2 {
  font-size: 30px;
  color: #6b6b6b;
  position: relative;
  margin-bottom: 20px;
}
.title h2:after {
  content: "";
  width: 50px;
  height: 3px;
  background: #bf1e2e;
  display: block;
  margin: 15px auto 0 auto;
}
.hmeabt {
  padding: 30px 0 40px 0;
  background: rgb(229, 229, 229);
  background: -moz-linear-gradient( 0deg, rgba(229, 229, 229, 1) 0%, rgba(246, 246, 246, 1) 100%);
  background: -webkit-linear-gradient( 0deg, rgba(229, 229, 229, 1) 0%, rgba(246, 246, 246, 1) 100% );
  background: linear-gradient( 0deg, rgba(229, 229, 229, 1) 0%, rgba(246, 246, 246, 1) 100% );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e5e5e5",endColorstr="#f6f6f6",GradientType=1);
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.hmeabt::after {
  content: "Overview";
  font-size: 200px;
  color: rgba(0, 0, 0, 1);
  position: absolute;
  bottom: 100px;
  left: -120px;
  z-index: -1;
  font-family: "Gilroy", sans-serif;
  font-weight: 800;
  opacity: 0.03;
}
.abtblk {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}
.abtblk .abtcard {
  position: relative;
  z-index: 1;
  box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.abtblk .abtcard:hover {
  z-index: 10;
  box-shadow: 0 14px 28px rgb(0 0 0 / 25%), 0 10px 10px rgb(0 0 0 / 22%);
}
.abtblk .abtcard:last-child {
  margin-top: 50px;
  margin-left: -20px;
}
.abtblk .abtcard img {
  width: 100%;
}
.abtblk .abtcard .desc {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 1;
  max-width: 450px;
}
.abtblk .abtcard .desc h6 {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 5px;
  text-transform: uppercase;
}
.abtblk .abtcard .desc h3 {
  font-size: 35px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
}
.abtblk .abtcard .desc p {
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
}
.abtblk .abtcard > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  font-size: 0;
}
.hmeproduct {
  /* background: rgb(0, 65, 135); */
  background: #ddd;
}
.hmeproduct .title h2 {
  color: #6b6b6b;
}
.hmeproduct .product {
  display: flex;
  width: 100%;
  margin-left: -15px;
}
.hmeproduct .product li {
  padding: 0 15px;
  width: 50%;
}
.hmeproduct .product li img {
  width: 100%;
}
.hmeproduct .product li .prodcard .img {
  overflow: hidden;
}
.hmeproduct .product li .prodcard:hover .img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  opacity: 1;
}
.hmeproduct .product li .prodcard {
  margin-bottom: 20px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.hmeproduct .product li .prodcard:hover {
  z-index: 10;
  box-shadow: 0 0px 28px rgb(0 0 0 / 18%), 0 0px 10px rgb(0 0 0 / 10%);
}
.hmeproduct .product li .prodcard .desc {
  background: #fff;
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hmeproduct .product li .prodcard .desc .head {
  width: calc(100% - 150px);
}
.hmeproduct .product li .prodcard .desc .btns {
  width: 150px;
}
.hmeproduct .product li .prodcard .desc .btns a {
  background: #8dc63f;
  padding: 5px 20px;
  color: #fff;
  border-radius: 8px;
  white-space: nowrap;
  margin-left: 20px;
}
.hmeproduct .product li .prodcard .desc h3 {
  font-size: 22px;
  margin-bottom: 5px;
  color: #000;
}
.hmeproduct .product li .prodcard .desc p {
  font-size: 16px;
  color: #6b6b6b;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.hmeproduct .product li:first-child .prodcard:first-child .desc, .hmeproduct .product li:last-child .prodcard:last-child .desc {
  background: #00618b;
}
.hmeproduct .product li:first-child .prodcard:first-child .desc h3, .hmeproduct .product li:first-child .prodcard:first-child .desc p, .hmeproduct .product li:last-child .prodcard:last-child .desc h3, .hmeproduct .product li:last-child .prodcard:last-child .desc p {
  color: #fff;
}
.hmespliter {
  display: flex;
}
.hmespliter .splcard {
  width: 50%;
}
.hmespliter .splcard img {
  width: 100%;
}
.splcard {
  position: relative;
}
.splcard .desc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.splcard .desc h3 {
  font-size: 35px;
  margin-bottom: 10px;
  color: #fff;
}
.splcard .desc a {
  font-size: 18px;
  margin-bottom: 0px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.splcard .desc a i {
  margin-left: 10px;
}
.getstart {
  background-color: #006b95;
}
.getstart .container {
  padding: 40px 0;
  display: flex;
  border-bottom: 1px solid #ccc;
  align-items: center;
  justify-content: space-between;
}
.startdtls {
  width: 50%;
}
.startdtls p {
  font-size: 35px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: normal;
  color: #fff;
}
.startbtn a {
  background-color: #fff;
  border-radius: 25px;
  width: 185px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 15px;
  display: inline-block;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.12);
  font-size: 16px;
  color: rgb(0, 65, 135);
  font-weight: 600;
  margin-top: 25px;
  position: relative;
}
.experience, .hmeabt h1 {
  position: relative;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: 2px;
  color: #666;
  text-transform: uppercase;
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.experience span.mark-text, .hmeabt h1 strong {
  font-size: 100px;
  line-height: .8;
  font-weight: 900;
  margin: 0 5px -5px -5px;
  color: rgba(190, 30, 46, 1);
  background: -webkit-linear-gradient(45deg, rgba(190, 30, 46, 1), rgba(0, 90, 132, 1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
p.intro, .hmeabt p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 15px;
  font-weight: 700;
}
.abtbtns {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.abtbtns li:first-child a {
  background: #8dc63f;
  padding: 5px 20px;
  color: #fff;
  border-radius: 8px;
  white-space: nowrap;
  margin-right: 20px;
}
.abtbtns li:first-child a i {
  margin-left: 15px;
}
.abtbtns li:last-child a {
  color: #0f88b8;
  font-weight: 600;
}
.abtbtns li .video-icon i {
  vertical-align: middle;
  text-align: center;
  margin-right: 10px;
  font-size: 35px;
  color: #0f88b8;
}
.image-tag {
  position: absolute;
  bottom: 50px;
  left: 5px;
  z-index: 99;
  mix-blend-mode: hard-light;
  background-color: #EC0E0E;
  color: white;
  padding: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.image-tag small {
  font-size: 16px;
  font-weight: 400;
}
.image-tag .display-5 {
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
}
.image-shadow {
  box-shadow: 0 16px 37px rgb(70 68 68 / 33%);
}
.title.alignleft {
  text-align: left;
}
.title.alignleft h2 {
  font-size: 30px;
}
.title.alignleft h2:after {
  margin: 10px 0;
}
.subsidiariesCaro .item .img {
  display: block;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 10px;
}
.subsidiariesCaro .item .img img {
  max-height: 120px;
  max-width: 90%;
  width: auto;
}
.subsidiariesCaro .item a {
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 15px 35px 0 rgb(0 29 44 / 10%);
}
.subsidiariesCaro .item .desc {
  padding: 15px;
}
.subsidiariesCaro .item .desc h2 {
  font-size: 18px;
  color: #333;
  line-height: 24px;
  margin-bottom: 10px;
  height: 48px;
  overflow: hidden;
}
.subsidiariesCaro .item .desc p {
  color: #666;
  height: 48px;
  overflow: hidden;
  margin-bottom: 15px;
}
.subsidiariesCaro .owl-dots {
  position: absolute;
  left: 0;
  /* background: red; */
  height: 10px;
  bottom: -20px;
  z-index: 99;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.subsidiariesCaro .owl-dots .owl-dot span{
  width:20px;
  height:5px;
  border-radius:5px;
  display: block;
  margin: 0 5px;
  background:rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.subsidiariesCaro .owl-dots .owl-dot.active span, .subsidiariesCaro .owl-dots .owl-dot:hover span {
  background-color: rgba(255, 255, 255, 1);;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
footer {
  padding: 40px 0 20px 0;
  background-color: #f4f5f6;
  /*background: #f4f5f6 url(../images/bg-footer.png) no-repeat bottom right;
  background-size: contain;*/
}
footer ul {
  display: flex;
}
footer ul img {
  max-width: 85%;
  margin-bottom: 15px;
}
footer ul li {
  width: 25%;
}
footer ul li:first-child {
  width: 30%;
  padding-right: 100px;
}
footer ul li h6 {
  font-size: 17px;
  font-weight: bold;
  color: #0b1a33;
  margin-bottom: 25px;
}
footer ul li a {
  font-size: 15px;
  color: #818795;
  display: block;
  margin-bottom: 15px;
}
.social a {
  display: inline-block;
  color: #1955b7;
  font-size: 30px;
  margin-right: 15px;
  margin-top: 20px;
}
.social a:hover {
  color: #ed5654;
}
.copyrights {
  text-align: center;
  color: #666f80;
  padding: 15px 0 0 0;
}
.careerform {
  overflow: hidden;
}
.innerban {
  height: 350px;
  width: 100%;
  background: #f4f4f4;
  position: relative;
  padding-top: 180px;
}
/*.innerban:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0px;
  background: url(../images/inner_ban.png) no-repeat top -80px right -80px;
  z-index: 2;
  width: 100%;
  height: 500px;
  background-size: auto 100%;
}*/
/*.banchairman:after {
  background: url(../images/inner_chairman.png) no-repeat top -80px right -80px;
  background-size: auto 100%;
}
.bancareer:after {
  background: url(../images/inner_career.png) no-repeat top -80px right -80px;
  background-size: auto 100%;
}
.banteam:after {
  background: url(../images/inner_team.png) no-repeat top -80px right -80px;
  background-size: auto 100%;
}
.banclient:after {
  background: url(../images/inner_client.png) no-repeat top -80px right -80px;
  background-size: auto 100%;
}
.bannews:after {
  background: url(../images/inner_news.png) no-repeat top -80px right -80px;
  background-size: auto 100%;
}
.bansubsidiaries:after {
  background: url(../images/inner_subsidiaries.png) no-repeat top -80px right -80px;
  background-size: auto 100%;
}
.baninvestor:after {
  background: url(../images/inner_investor.png) no-repeat top -80px right -80px;
  background-size: auto 100%;
}
.bancontact:after {
  background: url(../images/inner_contact.png) no-repeat top -80px right -80px;
  background-size: auto 100%;
}*/

.innerban h1 {
  font-size: 45px;
  color: #000;
  margin-bottom: 10px;
}
.innerban ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.innerban .container {
  position: relative;
  z-index: 20;
}
.innerban ul li a {
  color: #333;
  border-right: 1px solid #ccc;
  padding-right: 15px;
  margin-right: 15px;
  font-weight: 600;
  height: 30px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.innerban ul li a i {
  width: 30px;
  height: 30px;
  background: #347c9c;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  color: #fff;
}
.innerban ul li span {
  color: #666;
  font-weight: 400;
  height: 30px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.maincontent {
  padding: 70px 0;
  position: relative;
  background: #fff;
  z-index: 0;
}
.am-about {
  padding: 60px 0 0 40px;
}
.am-about .img-fluid {
  height: auto;
}
.am-img-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 200px;
  opacity: 0.4;
}
.am-about-content {
  padding: 0px 0 0 60px;
  display: flex;
  flex-direction: column;
}
.am-link-left {
  position: relative;
  font-weight: 600;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding-left: 1.5rem;
  color: #6c9831;
}
.am-link-left:hover {
  color: #b19d71;
}
.am-link-left .arrow {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  top: 50%;
  margin-top: -0.25rem;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.14, 0.54, 0.99);
  -o-transition: all 0.3s cubic-bezier(0, 0.14, 0.54, 0.99);
  transition: all 0.3s cubic-bezier(0, 0.14, 0.54, 0.99);
  left: 0;
}
.am-link-left .arrow:before {
  content: "";
  width: 100%;
  height: 100%;
  border-top: 0.125rem solid #6c9831;
  border-right: 0.125rem solid #6c9831;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.14, 0.54, 0.99);
  -o-transition: all 0.3s cubic-bezier(0, 0.14, 0.54, 0.99);
  transition: all 0.3s cubic-bezier(0, 0.14, 0.54, 0.99);
  right: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
}
.am-link-left .arrow:after {
  content: "";
  width: 0%;
  height: 0.125rem;
  display: block;
  background-color: #6c9831;
  position: absolute;
  top: 50%;
  margin-top: -0.0625rem;
  -webkit-transition: all 0.3s cubic-bezier(0, 0.14, 0.54, 0.99);
  -o-transition: all 0.3s cubic-bezier(0, 0.14, 0.54, 0.99);
  transition: all 0.3s cubic-bezier(0, 0.14, 0.54, 0.99);
  right: 0;
}
.am-link-left:hover .arrow {
  left: 0.5rem;
}
.am-link-left:hover .arrow:before {
  border-color: #b19d71;
}
.am-link-left:hover .arrow:after {
  width: 150%;
  background-color: #b19d71;
}
.visionblk {
  position: relative;
  padding: 60px 0;
}
.visionblk:after, .visionblk:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 0;
}
.visionblk:after {
  right: 0;
  background-color: #f5fbff;
}
.visionblk:before {
  left: 0;
  background-color: #005a84;
}
.visionblk .vissioncard {
  padding: 20px 60px 0;
  z-index: 99;
  position: relative;
}
.am-about-content h3, .vissioncard h3 {
  position: relative;
  color: #2245a4;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 30px;
  padding-bottom: 20px;
}
.am-about-content h3::before, .vissioncard h3:before {
  content: "";
  width: 45px;
  height: 4px;
  position: absolute;
  background-color: #bf1e2e;
  top: 50px;
  left: 2px;
}
.am-about-content p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 10px;
  font-weight: 600;
}
.am-about-content .d-flex {
  margin-top: 15px;
}
.am-about-content ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 6px;
}
.vissioncard p {
  font-size: 17px;
  line-height: 28px;
}
.visionblk .col-lg-6 {
  position: relative;
  z-index: 8;
}
.missioncard h3, .missioncard p {
  color: #fff;
}
/*Animation*/
.has-animation {
  position: relative;
}
.has-animation p, .has-animation img {
  opacity: 0;
}
.has-animation.animate-in p, .has-animation.animate-in img {
  animation: textHidden 0.1s 1.1s forwards;
}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation.animate-in:before {
  background-color: #2977b5;
}
.has-animation.animate-in:after {
  background-color: #11467a;
  animation-delay: 0.5s;
}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1.8s ease;
}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 1s 0.6s ease;
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 1s 0.6s ease;
}
@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.exper {
  position: relative;
}
.exper-box-img {
  position: absolute;
  z-index: 10;
  top: 0;
  width: 50%;
  height: 100%;
  right: 0px;
  overflow: hidden;
}
.exper-box-img img {
  min-height: 100%;
  display: block;
  width: 100%;
}
.flex {
  padding: 50px 50px 50px 0;
}
.flright .flex {
  padding: 50px 0px 50px 50px;
}
.flex h6 {
  color: #333;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 15px;
}
.flright .exper-box-img {
  left: 0;
  right: inherit;
}
.flright .row {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}
.flex {
  transition: 1s all;
  transform: translate(-200px, 0px);
  opacity: 0;
}
.flex.active {
  transform: translate(0px, 0px);
  opacity: 1;
}
.am-about-content .clients {
  display: flex;
  flex-wrap: wrap;
}
.am-about-content .clients li {
  list-style: none;
  margin-left: 0;
  width: 23%;
  border: 1px solid #eee;
  padding: 0 !important;
  margin: 1% !important;
}
.am-about-content .clients li img {
  width: 100%;
  padding: 15px;
  background-color: #fff;
}
.am-about-content .content ul.clients li:before {
  display: none;
}
.am-about-content .clients li p {
/* display: none;
*/
  font-size: 13px;
  padding: 6px;
  border-top: 1px solid #eee;
  line-height: 20px;
  text-align: center;
}
/*contact*/
.sec-title {
  position: relative;
  padding-bottom: 40px;
}
.sec-title .title {
  position: relative;
  color: #00b8ca;
  font-size: 18px;
  font-weight: 700;
  padding-right: 50px;
  margin-bottom: 15px;
  display: inline-block;
  text-transform: capitalize;
}
.sec-title .title:before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 7px;
  width: 40px;
  height: 1px;
  background-color: #bbb;
}
.sec-title h2 {
  position: relative;
  color: #252525;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
  display: block;
}
.sec-title.light h2 {
  color: #fff;
}
.contact-page-section {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contact-page-section .inner-container {
  position: relative;
  z-index: 1;
  background-color: #006791;
}
.contact-page-section .form-column {
  position: relative;
  padding: 0 0 0 15px;
  background: #fff;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.contact-page-section .form-column .inner-column {
  position: relative;
  padding: 60px 45px 30px;
  background-color: #fff;
}
.contact-page-section .info-column {
  position: relative;
}
.contact-page-section .info-column .inner-column {
  position: relative;
  padding: 60px 35px;
}
.contact-page-section .info-column h2 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 25px;
}
.contact-page-section .info-column .list-info {
  position: relative;
  margin-bottom: 0px;
}
.contact-page-section .info-column .list-info li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 1.8em;
  padding-left: 45px;
}
.contact-page-section .info-column .list-info li:last-child {
  margin-bottom: 0;
}
.contact-page-section .info-column .list-info li i {
  position: absolute;
  left: 0;
  top: 8px;
  color: #fff;
  font-size: 20px;
}
.contact-form {
  position: relative;
}
.contact-form .form-group {
  position: relative;
  margin-bottom: 20px;
}
.contact-form input[type="text"], .contact-form input[type="email"], .contact-form textarea {
  position: relative;
  display: block;
  width: 100%;
  height: 45px;
  color: #222;
  font-size: 14px;
  line-height: 38px;
  padding: 10px 10px;
  border: 2px solid #ddd !important;
  margin-bottom: -2px;
  border-bottom: 0;
  background-color: #fff;
  transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}
.contact-form input[type="text"]:focus, .contact-form input[type="email"]:focus, .contact-form textarea:focus {
  border-color: #00b8ca;
}
.contact-form textarea {
  height: 150px;
  resize: none;
}
.contact-form .theme-btn {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-transform: capitalize;
  padding: 16px 39px;
  border: 2px solid #8dc63f;
  background: #8dc63f;
  display: inline-block;
  position: relative;
  line-height: 24px;
  cursor: pointer;
  color: #fff;
}
.contact-form .theme-btn:hover {
  color: #8dc63f;
  border-color: #8dc63f;
  background: 0 0;
}
.contact-form input.error, .contact-form select.error, .contact-form textarea.error {
  border-color: red !important;
}
.contact-form label.error {
  display: block;
  line-height: 24px;
  padding: 5px 0 0;
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: red;
  font-weight: 500;
}
.social-icon-four {
  position: relative;
}
.social-icon-four li {
  position: relative;
  margin-right: 18px;
  display: inline-block;
}
.social-icon-four li.follow {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
}
.social-icon-four li a {
  position: relative;
  font-size: 20px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-icon-four li a:hover {
  color: #222;
}
/*Asrar Styles 10.09.2021 */
/* Heder styles Override */
header nav#menu ul li.more.investor ul, header nav#menu ul li.more.corp-struct ul {
  width: 300px;
}
/* Board of Directors*/
.am-about-content h3 {
  margin-top: 15px;
}
.am-about-content .team-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}
.am-about-content .team-wrap .team-image {
  margin-bottom: 0px;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.am-about-content .team-wrap .team-image img {
  transition: all 0.3s ease;
  width: 100%;
  opacity: 1;
}
.am-about-content .team-wrap .text-bottom {
  text-align: center;
  border-bottom: 3px solid #eaedf0;
  border-radius: 0 0 3px 3px;
  background: #f4f4f4;
  padding: 8px 5px;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease;
}
.am-about-content .team-wrap .text-bottom h4.person-name {
  font-size: 18px;
  margin-bottom: 0px;
}
.am-about-content .team-wrap .text-bottom h4.person-name a {
  color: #1c1b1b;
}
.am-about-content .team-wrap .text-bottom h4.person-name a:hover {
  color: #1c1b1b;
}
.am-about-content .team-wrap:hover .team-image img {
/* transform: scale(1.1);
*/
  opacity: 1;
  border: 1px solid #2245a4;
}
.am-about-content .team-wrap:hover .text-bottom {
  background: #2245a4;
}
.am-about-content .team-wrap:hover .text-bottom .person-name a {
  color: #ffffff;
}
.am-about-content .team-wrap:hover .text-bottom .person-name a:hover {
  color: #ffffff;
}
.am-about-content .team-wrap:hover .text-bottom .designation {
  color: #ffffff;
}
/* Header Links - News& Events, Careers, etc., */
.mainnav {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.headerlinks {
  display: block;
  text-align: right;
  margin-bottom: 25px;
  display: flex;
  justify-content: flex-end;
}
.headerlinks a {
  text-transform: uppercase;
  padding-right: 10px;
  font-size: 16px;
  color: #1e6b90;
}
.headerlinks a:last-child {
  padding-right: 0;
}
header .headerlinks a:hover, header.header-fixed .headerlinks a:hover {
  color: #1e6b90;
}
header.header-fixed .headerlinks a, header .headerlinks a {
  color: #656565;
}
/* Table Design for Investor menus */
.table .thead-dark th {
  background-color: #26467e;
  border-color: #26467e;
  max-width: 150px;
}
.table .thead-dark tr th:first-child {
  width: 90%;
}
a.view-pdf {
  display: flex;
  align-items: center;
  color: #7caf35;
  font-weight: 600;
}
.view-pdf::after {
  content: 'Open';
  margin-left: 5px;
}
.table tr td:last-child a {
  display: flex;
  color: #7caf35;
  font-weight: 600;
  align-items: center;
}
.table tr td:last-child a::after {
  content: 'Download';
  margin-left: 5px;
}
.table td, .table th {
  border: 1px solid rgba(0,0,0,0.1);
}
.investor.table {
  width: 75%;
  margin: 0 auto;
}
/* PDF Overlay - Investor menu */
.iframe-container {
  padding-bottom: 80%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.iframe-container iframe, .iframe-container object, .iframe-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-header .close {
  position: absolute;
  right: 4%;
}
/* News & Events */
.newslist img {
  max-width: 100%;
  margin-bottom: 10px;
}
.newslist span {
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  display: block;
  color: #666;
}
.newslist h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
  color: #000;
}
.newslist a:hover {
  color: #1e6b90;
}
.newsticker{
  margin: 0px 0;
}
.newsticker ul{
  padding: 0;
  list-style: none;
}
.newsticker li{
  padding:0 0 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px dashed #aaa;
}
.newsticker a {
  font-size: 15px;
  font-weight: bold;
  color: #000;
}
.newsticker span {
  margin: 0px 0;
  font-size: 13px;
  display: block;
  color: #000;
}
.subsed img {
  height: 100px;
  margin-bottom: 15px;
}
.wrap-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  width: 100%;
  position: relative;
  position: relative;
  margin-bottom: 20px;
}

.wrap-input span {
  font-size: 15px;
  color: #555555;
  display: inline-block;
  position: absolute;
  pointer-events: none;
  width: auto;
  padding: 0 10px;
  left: 5px;
  top: 12px;
  background: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-input .inputlog, .langprewrap .fs-wrap {
  font-size: 14px;
  color: #555555;
  line-height: 30px;
  border: none;
  outline: 0;
  background-color: #fff;
  display: block;
  width: 100%;
  border-radius: 3px;
  padding: 0px 15px 0;
  height: 45px;
  background-color: #fff;
  border-radius: 2px;
  border: solid 1px #cbcbcb;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.wrap-input textarea.inputlog {
  padding: 0 15px;
  padding-top: 0px;
  background-color: #ffffff;
  width: 100%;
  height: 80px;
  line-height: 22px;
  padding-top: 10px;
}

.wrap-input textarea.inputlog.has-val {
  height: 100px !important;
}

.wrap-input select.inputlog, .langprewrap .fs-wrap {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../images/icons/arrow.png) no-repeat right 10px center;
  background-size: auto 10px;
}

.date {
  width: 100%;
}

.date input {
   /* background: url(../images/icons/calendar.png) no-repeat center right 8px;
    background-size: auto;
    background-size: auto 16px;*/
  }

  .date input::placeholder {
    color: #555;
    opacity: 1;
  }

  .date input:-ms-input-placeholder {
    color: #555;
  }

  .date input::-ms-input-placeholder {
    color: #555;
  }

  .wrap-input .datepicker {
    padding: 0px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    width: 100%;
  }

  .inputlog:focus {
    height: 45px;
    padding: 0 15px 0;
    outline: none;
  }

  .wrap-input .inputlog:focus + span {
    top: -11px;
    font-size: 13px;
    color: #aaaaaa;
    background: transparent;
    z-index: 1;
  }

  .has-val {
    height: 45px !important;
  }

  .has-val + span {
    top: -11px;
    font-size: 13px;
    color: #aaaaaa;
    background: transparent;
    z-index: 1;
  }
  .wrap-input .inputlog:focus + span::before, .has-val + span::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    top: 11px;
    left: 0;
    z-index: -1;
  }
  .wrap-input .error {
    border: 1px solid red;
  }

  .wrap-input .error + span, .wrap-input .inputlog.error:focus + span {
    color: red;
  }

  .wrap-input .errors p.error {
    font-size: 13px;
    margin: 0;
    color: red;
    border: none !important;
  }

  .label-external {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: normal;
    color: #aaaaaa;
    margin-bottom: 6px;
    display: block;
  }

  .label-external i, .wrap-input span i {
    color: red;
  }

  .pad0 {
    margin: 0;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
  }
  .pad0 .col-md-3, .pad0 .col-md-2 {
    padding: 0;
    margin-left: -1px;
    flex: 0 0 23%;
    width: 25%;
  }
  .mobaddbtn {
    display: flex;
  }
  .btndelete {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50px;
    border: solid 1px #ff4141;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ff4141 !important;
    font-size: 15px;
  }
  .btnplus {
    width: 40px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50px;
    border: solid 1px #cbcbcb;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2080ce;
    font-size: 15px;
  }
  .mobaddbtn a {
    margin-left:  8px;
  }
  .flexTabl {
    margin-bottom: 20px;
  }
  .flexTabl .wrap-input {
    margin: 0;
  }
  .radio-input .control-group {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .radio-input .control {
    display: block;
    position: relative;
    padding-left: 22px;
    margin-bottom: 15px;
    cursor: pointer;
    margin-right: 15px;
    margin-top: 15px;
  }
  .radio-input .control input {
   position: absolute;
   z-index: -1;
   opacity: 0;
   width: 100%;
   height: 100%;
 }
 .radio-input .control__indicator {
  position: absolute;
  top: 3px;
  left: 0;
  height: 16px;
  width: 16px;
  background: #d1d1d1;
}
.radio-input .control--radio .control__indicator {
  border-radius: 50%;
}
.radio-input control input:checked ~ .control__indicator {
  background: #2aa1c0;
}
.radio-input .control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.radio-input .control--radio .control__indicator:after {
  left: 4px;
  top: 4px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
}
.radio-input .control input:checked ~ .control__indicator:after {
  display: block;
}
.radio-input .control input:checked ~ .control__indicator {
  background: #8dc63f;
}
textarea.inputlog {
  width: 100%;
}
.profilefooter {
  border-top: solid 1px #e0e0e0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0;
}
.btnborder {
  font-weight: 500;
  height: 50px;
  text-transform: uppercase;
  padding: 15px 25px;
  object-fit: contain;
  border-radius: 2px;
  background-color: #fff;
  border-radius: 2px;
  border: solid 1.2px #2080ce;
  margin-right: 10px;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.19px;
  color: #222;
}
.btngradient {
  font-weight: 500;
  min-width: 200px;
  height: 50px;
  text-transform: uppercase;
  padding: 15px 25px 15px 25px;
  object-fit: contain;
  border-radius: 2px;
  background: rgb(32,128,206);
  background: linear-gradient(97deg, rgba(32,128,206,1) 0%, rgba(0,217,178,1) 100%);
  margin-right: 10px;
  font-size: 15px;
  line-height: 1.33;
  letter-spacing: 0.19px;
  color: #ffffff !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.videointro .modal-body {
  padding: 10px;
}
.videointro .modal-body .close {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  border-radius: 5px;
  background: rgba(255,255,255,0.9);
}
.videointro .modal-dialog {
  max-width: 1020px;
}
.videointro .modal-dialog video {
  max-width: 1000px;
}
.color-over::before {
  content: "\f144";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 99;
  color: #fff;
  font-size: 70px;
  text-shadow: 0 0 20px rgb(0 0 0 / 25%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -30px;
  margin-top: -30px;
}
.stock {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-right: 10px;
  border-right: 1px solid rgba(0,0,0,0.4);
}
.stock li {
  margin-right: 10px;
}
header.header-fixed .stock li a,  header .headerlinks .stock li a {
  color: #333 !important;
}
.stock li a i {
  color: #64b938;
}
.map {
  margin-top: 40px;
}
.fa-square-twitter:before, .fa-twitter-square:before {
  content: "\e61b";
}
.fa-instagram-square:before, .fa-square-instagram:before {
  content: "\f16d";
}