/*About Us Start*/
.about-our-mission {}
.our-mission-bg { padding:40px 50px; border-radius: 20px;}
.our-mission-bg h2, .our-mission-bg p { color:#FFFFFF; margin-bottom:10px;}
.our-mission-bg p { font-size:22px; line-height:normal;}

.our-value .grid-img {}
.our-value .grid-img img  { max-width:100%;}
.our-value .grid-img::after {
  content: "";
  position: absolute;
  background: linear-gradient(96deg, #C3262A 7.28%, #EDC654 96.92%);
  opacity: 0.4;
  width: 100%;
  height: 100%;
  left: 0;
  border-radius: 50%;
}
.our-value h2 { font-size:24px; margin-top:15px;}

.v-tab {}
.v-tab .ux-vertical-tabs {}

.v-tab .ux-text .tab-design ul.tabs {
  flex-direction: inherit;
}
.v-tab .ux-text .tab-design .milestone li { font-size:20px; margin-bottom:10px;}
.v-tab .ux-vertical-tabs .left-button {
  box-shadow: 10px 0px 15px 0px rgba(0, 0, 0, 0.08);
  z-index: 1;
  border-radius: 30px;
  padding: 60px 20px;
  position:relative;
}
.journey.energy { border-radius:20px;}
.v-tab .ux-vertical-tabs .left-button button.last { margin-bottom:0;}
.v-tab .ux-vertical-tabs .left-button::after {
  content: "";
  position: absolute;
  left: calc(50% - 1px);
  background-color: #EDC654;
  height: 100%;
  width: 2px;
  top: 0;
  z-index: -1;
}
.maxwidth {
  max-width: 74rem;
  width: 100%;
  margin: 0 auto;
}
.ux-text h2 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0.6rem;
  color: #444;
}
.ux-text h3 {
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 2rem;
  color: #a0b101;
}
.ux-text p {
  color: #666;
  line-height: 1.8rem;
  margin-bottom: 1rem;
  font-size: 1rem;
}
.ux-text p:last-child {
  margin: 0;
}
.ux-vertical-tabs {
  position: relative;
  display: flex;
  background: none;
}
.ux-vertical-tabs .tabs {
  width: 128px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}
.ux-vertical-tabs .tabs button {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  padding: 10px;
  width: 100%;
  outline: none;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-right: none;
  border-bottom: none;
  border-left: none;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  transition: background 250ms ease;
  border-radius: 50px;
  margin-bottom: 60px;
  font-weight: 600;
}
.ux-vertical-tabs .tabs button:first-child {
  border-top: none;
}
.ux-vertical-tabs .tabs button:hover {
  background: #EDC654;
  color: #000;
}
.ux-vertical-tabs .tabs button.active {
  background: #EDC654;
  border-right: 0;
  color: #000000;
  border-radius: 50px;
}
.ux-vertical-tabs .tabs button.empty {
  flex: 1;
  border: 0;
  border-right: 1px solid #ddd;
  pointer-events: none;
}
.ux-vertical-tabs .tabs button:hover.empty {
  background: none;
}
.ux-vertical-tabs .tabs button span {
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #ccc;
  transform: translateX(1rem);
  opacity: 0;
  transition: all 350ms ease;
}
.ux-vertical-tabs .tabs button:hover span {
  transform: translateX(0);
  opacity: 1;
}
.ux-vertical-tabs .tabs button.active span {
  transform: translateX(0);
  border-left: 6px solid #a0b101;
  opacity: 1;
}
.ux-vertical-tabs .maincontent {
  flex: 1;
  border: none;
  border-left: 0;
  padding: 50px 40px;
  overflow: hidden;
  background-color: #fff;
}
.ux-vertical-tabs .maincontent .tabcontent {
  display: none;
}
.ux-vertical-tabs .maincontent .tabcontent.active {
  display: flex;
  flex: 1;
  position: relative;
}
@media (max-width: 50rem) {
  .ux-vertical-tabs {
    flex-direction: column;
    background: none;
  }
  .ux-vertical-tabs .tabs {
    width: 100%;
  }
  .ux-vertical-tabs .tabs button.empty {
    display: none;
  }
  .ux-vertical-tabs .maincontent {
    border: 1px solid #ccc;
    border-top: 0;
    background: linear-gradient(to bottom, #eee, #fff 200px);
  }
  .ux-vertical-tabs .tabs button {
    padding: 1rem;
  }
  .ux-vertical-tabs .tabs button.active {
    background: #eee;
  }
  .ux-vertical-tabs .tabs button span {
    transform: rotate(90deg);
  }
  .ux-vertical-tabs .tabs button:hover span {
    transform: rotate(90deg);
  }
  .ux-vertical-tabs .tabs button.active span {
    transform: rotate(90deg);
  }
  .ux-vertical-tabs .maincontent {
    padding: 1rem;
  }
}


.organization_employee {}
.organization_employee .view-profile {
  color: #FFFFFF;
  background-image: linear-gradient(to right, #C3262A , #EDC654);
  padding: 5px 10px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.organization_employee .view-profile:hover {background-image: linear-gradient(to right, #EDC654 , #C3262A);}
.organization_employee .view-profile span { display:none; color:#FFFFFF;}
.organization_employee .view-profile:hover span { display:inline-block;}
.organization_employee .view-profile:hover i { display:none;}
.organization_employee .organization_employee_img { margin-bottom:10px;}
.organization_employee h2 { font-size:20px; margin-bottom:5px;}
.organization_employee p { font-size:16px; margin-bottom:5px;}
.organization_employee .organization_employee_img .viewProfile img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: 0.5s;
  cursor: pointer;
  width: 100%;
}
.organization_employee .organization_employee_img .viewProfile:hover img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.organization_structure {}
.organization_structure .tabs label {
  display: inline-block;
  margin: 0;
  margin-right: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  padding: 10px 40px;
  height: auto;
  line-height: 31px;
  border-top: none;
  border-left: none;
  border-bottom: none;
  background-color: #FFF;
  color: #000;
  overflow: hidden;
  position: relative;
  border-radius: 0;
  margin-right: 0;
  margin-bottom: 15px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  width: 33.3333%;
  text-align: center;
}
.organization_structure .tabs input[type="radio"]:checked + label {
  background-color: inherit;
  color: #000;
}
.organization_structure .tabs input[type="radio"]:checked + label::after {
  content: "";
  margin: 0;
  background-color: #EDC654;
  width: 50%;
  height: 3px;
  display: block;
  position: absolute;
  left: calc(50% - 102px);
  right: auto;
  bottom: 0;
}

/*About Us End*/

/*Our business overviw - jainish - start*/
.our_business_overview h2.h2-title{
  font-weight: normal;
}

/*Our business overviw - jainish - end*/


/*Contact Start*/
.color-yellow {
  color: #EDC654;
  margin-right: 7px;
}
.img_add img
{
  position: absolute;
  right: 9%;
  top: 9%;
}
.contact_default {
  padding: 0;
}

.contact_default .journey {
  border-radius: 20px;
}

.contact_default .icon_contact {
  font-weight: 500;
}

.add_sec .ecosystems-right {
  padding: 20px 20px 20px 30px;
  margin-left: -110px;
  background: linear-gradient(90deg, rgba(195, 38, 42, 1) 0%, rgba(237, 198, 84, 1) 100%);
}

.add_sec .border_add {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.add_sec .ecosystems-right.contact_add p,
.add_sec .ecosystems-right.contact_add div {
  color: #fff;
  /* font-size: 14px; */
}

.add_sec .ecosystems-right.contact_add h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 20px;
}

.add_sec .email_sec span {
  display: block;
}

.add_sec .email_sec span a {
  cursor: pointer;
  border-bottom: 1px solid #fff;
}

.cursor-pointer {
  cursor: pointer;
}

.p-25 {
  padding-bottom: 25px;
}

.form_default {
  padding: 0;
}

.form_default .form_contact {
  border-radius: 20px;
  text-align: left; 
  padding: 100px 60px;
  background-color: #FFF;

}

.form_default .form_contact .form-control { 
  border-radius: 8px;
  border: 2px solid #E3E3E3;
  padding: 14px 20px;
  height: auto;
  color: #000; 
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  transition: 0.5s;
}
/* Chrome, Safari, Edge, Opera */
.form_default .form_contact .form-control::-webkit-outer-spin-button,
.form_default .form_contact .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.form_default .form_contact .form-control[type=number] {
  -moz-appearance: textfield;
}
.form_default .form_contact .form-control:focus {
  border-color:  #EDC654;
  box-shadow: none;
}
.form-group{position: relative;}
.form_default .form_contact select.form-control{
  cursor: pointer; 
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background:url(../images/icons8-sort_down.svg);
    background-position-x: 97%;
    background-position-y: 50%;
    background-repeat: no-repeat;
}
.form_default .form_contact select.form-control::-ms-expand {
  display: none;
}
.form_default .form_contact  .btn-effect{
  border: 0px;
  padding: 15px 45px;
  font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: normal;
}
.form-group .form-control::before
{
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  content: "\f095";
  color: red;
  position: absolute;
}
.ct-phone .col-12 span{
  position: absolute;
  right: 40px;
}
.ct-phone .col-12 span a{
  color:#fff;
  border-bottom: 1px solid #fff;
}
/*Contact End*/

/*Investor Start*/
.investor a.download {
  border-radius:50px;
  font-size:18px;
  font-weight:500;
  background-color:#FFFFFF;
  color:#C3262A;
  padding:10px 20px;
  display:inline-block;
  border:2px solid #FFFFFF;
}
.investor a.download:hover {
  background-color:#C3262A;
  color:#FFFFFF;
  border:2px solid #FFFFFF;
}
.investor h2 {
  font-size: 50px;
  text-align: left;
  font-weight:600;
}
.market_view h2 {
  font-size:24px;
}
.investors_pre_announce_main {
}
.investors_pre_announce_main .presetations {
  background-color: #C3262A;
  padding: 36px 20px 56px 50px;
  color: #FFFFFF;
  border-radius: 24px;
  margin-right: 20px;
}
.investors_pre_announce_main .investor_white {
  background-color: #FFFFFF;
  padding: 36px 20px 56px 40px;
  color: #000000;
  border-radius: 24px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  margin-left: 20px;
}
.investors_pre_announce_main .presetations h2 {
  color:#FFFFFF;
  font-size:40px;
  margin-bottom:10px;
}
.investors_pre_announce_main .investor_white h2 {
  color:#000;
  font-size:40px;
  margin-bottom:10px;
}
.pre-scroll-main {
  height: 333px;
  overflow: auto;
  padding: 5px;
}
.pre-scroll {
  margin-bottom:10px;
  margin-right: 30px;
}
.presetations .pre-scroll a {
  background-color: rgba(255, 255, 255, .25);
  padding: 24px 20px;
  width: 100%;
  display: block;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: 600;
  position:relative;
}
.presetations .pre-scroll a svg {
  position: absolute;
  right: 20px;
  font-size: 22px;
}
.presetations .pre-scroll a:hover svg path{
  fill: #C3262A;
}
.presetations .pre-scroll a:hover {
  background-color: rgba(255, 255, 255, 1);
  color:#000000;
}
.investor_white .pre-scroll a {
  background-color: rgba(255, 255, 255, .25);
  padding: 24px 20px;
  width: 100%;
  display: block;
  border-radius: 10px;
  font-size: 16px;
  color: #000;
  font-weight: 600;
  position: relative;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
  transition: 0.5s;
}
.investor_white .pre-scroll a img {
  position: absolute;
  right: 20px;
  font-size: 22px;
}
.investor_white .pre-scroll a:hover {
  background-color: #fff;
  color:#C3262A;
  text-decoration: underline !important;
}
.quick_links #slick1 {
  position:inherit;
}
.quick_links #slick1 .slick-prev {
  left: 0;
}
.quick_links #slick1 .slick-next {
  right: -17px; 
  background:url(../images/right-arrow.png);
  width: 60px;
  height:60px; 
  border-radius: 50%;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  background-repeat: no-repeat !important;
  background-position: 0px !important;
}
.quick_links #slick1 .slick-prev {
  left: -17px;
  background:url(../images/left-arrow.png);
  width: 60px;
  height:60px; 
  border-radius: 50%;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  background-position: 20px !important;
  background-repeat: no-repeat !important;
}
 .quick_links #slick1 .slick-prev::before, .quick_links #slick1 .slick-next::before {
 content:inherit;
}
.quick_links .slick-wrapper {
  width: 100%;
  background-color: #FFF;
}
.quick_links .slide-item {
  background-color: #FFFFFF;
  color: #000;
  display: flex !important;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 250px;
  border: inherit;
  padding: 20px;
}
.quick_links .slide-item .box_shadow {
  box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.09);
  background-color:#FFFFFF;
  padding:20px;
  border-radius:20px;
  width: 100%;
  height: 100%;
  text-align:left;
}
.quick_links .slide-item h3 {
  font-family: Lato, sans-serif;
  font-size: 40px;
}
.quick_links h2 {
  text-align:left;
  font-weight:600;
  font-size:24px;
  color:#000000;
}
.quick_links img {
  position:absolute;
  right:20px;
  bottom:20px;
}
.box_shadow {
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.08);
  background-color:#FFFFFF;
  padding:60px 20px;
  border-radius:20px;
  text-align:center;
}
.write_to_us .tab-design ul.tabs {
  align-items: center;
  justify-content: center;
}
.env span {
  color: #FFFFFF;
  background-color: #C3262A;
  width: 30px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
.env a {
  font-size: 30px;
  color: #000;
  font-weight: bold;
}
.env a:hover {
  color: #C3262A;
}
.write_to_us .tab-design ul.tabs li {
  line-height: normal;
  min-height: 61px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  border-radius: 100px;
  background: rgba(195, 38, 42, 0.08);
  color: #C3262A;
}
.write_to_us .tab-design ul.tabs li.active{
  color:#fff;
  background: #C3262A;
}
/*Investor End*/
.common-tabs li:first-child, .common-tabs label:first-child{
  margin-right: -25px !important;
}
.common-tabs li:last-child, .common-tabs label:last-child{
  margin-left: -25px !important;
}
.contact-mails {
  margin-top: 25px;
}

::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
	background-color: #000000;
}

.viewProfile{
  display: inline-block;
  width: 100%;
}

@media (min-width:768px) {
  .container {
    width: 750px;
    max-width: 100%;
  }
  .brand-slider{
    height: 600px !important;
    width: 75%;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
    max-width: 100%;
  }
}

@media (min-width: 1300px) {
  .container {
    width: 1170px;
  }
  .container-2 {
    width: 1254px;
  }
}
@media screen and (max-width: 1599px){}
@media screen and (max-width: 1499px){}
@media screen and (max-width: 1399px){}
@media screen and (max-width: 1299px){}
@media screen and (max-width:1199px) {
  .navbar-expand-lg .navbar-collapse {
    display: block !important;
  }
  button.navbar-toggler {
    display: inline-block;
    margin: 0; 
    width: 42px;
    height: 42px;
    padding: 0 6px;
    z-index: 2;
    background: linear-gradient(90deg, rgba(195, 38, 42, 1) 0%, rgba(237, 198, 84, 1) 99%);
    border-radius: 0;
    vertical-align: middle;
    border-radius: 50px;
    border: 0;
  }
  .navbar-toggler .icon-bar {
    background: #7e848d;
    height: 2px;
    width: 24px;
    border-radius: 22px;
    float: none;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 5px;
  }
  .hr-bottom-right {
    margin-top: 0;
    padding-top: 0;
  }
  .navbar ul ul li.menu-item-has-children > a {
    width: calc(100% - 30px) !important;
  }
  #collapsibleNavbar.collapse:not(.show) {
    display: block;
  }
  button.close-btn {
    width: 100%;
    height: 40px;
    background: #fbd2cb;
    border: 0;
    right: 0;
    position: absolute;
    font-size: 20px;
    color: #7e848d;
    padding: 0 15px 0;
    z-index: 2;
    text-align: left;
    top: 0;
    cursor: pointer;
    text-transform: capitalize;
    left: 0;
    display: block;
    line-height: 40px;
  }
  button.close-btn span {
    width: 30px;
    height: 30px;
    background: #7e848d;
    float: right;
    border-radius: 50%;
    line-height: 1;
    text-align: center;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: 5px 0;
  }
  .navbar-light .navbar-nav > li > a.nav-link::after {
    display: none;
  }
  button.close-btn span svg {
    fill: #f1c9c4;
    width: 18px;
    height: 18px;
    float: left;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .navbar-collapse {
    padding: 0;
    float: left;
    width: 330px;
    position: fixed;
    right: -360px;
    top: 0;
    z-index: 11;
    -ms-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    height: 100% !important;
    border: 0;
    display: block;
    overflow: auto;
     background: linear-gradient(180deg, rgba(195, 38, 42, 1) 0%, rgba(237, 198, 84, 1) 160%);
     color: #fff !important;
  }
  .megaMenuCustom  .dropdown-menu{
    background-color: transparent;
    border: 0px;
    padding: 0;
  
  }
  .megaMenuCustom .megaCard .titleHeading {
    color: #fff;
    font-size: 14px; 
    padding-left: 10px;
  }
  .navbar-light .navbar-collapse.show {
    right: 0;
  }
  ul.navbar-nav {
    padding: 80px 30px;
    height: 100%;
  }
  ul.navbar-nav > li {
    width: 100%;
  }
  .navbar-light .navbar-nav > .active > a.nav-link,
  .navbar-light .navbar-nav > .active > a.nav-link:focus,
  .navbar-light .navbar-nav > li.current-menu-item > a.nav-link,
  .navbar-light .navbar-nav > li.current-page-ancestor > a.nav-link,
  .navbar ul li ul.sub-menu li a:hover,
  .navbar-light ul.navbar-nav li > ul.sub-menu li a:hover,
  .navbar-light
    .navbar-nav
    > li.current-menu-parent
    > ul.sub-menu
    > li.current-menu-item
    a.nav-link,
  .navbar-light .navbar-nav > li.current-menu-parent > a.nav-link,
  .navbar-light .navbar-nav > li.current-menu-item,
  .navbar ul li ul.sub-menu > li.current-menu-item,
  .navbar-light .navbar-nav > li.current-page-ancestor,
  .navbar ul li ul.sub-menu > li.current-menu-parent,
  .navbar ul > li.current-menu-parent {
    color: #fff;
    background: #d7a8a2;
  }
  .navbar-light ul.navbar-nav li > ul.sub-menu li a:hover,
  .navbar ul li ul.sub-menu li:hover a,
  .navbar ul li ul.sub-menu li:hover a,
  .navbar ul li ul.sub-menu li ul.sub-menu li a:hover,
  .navbar ul li ul.sub-menu li a {
    color: #fff;
  }
  ul.navbar-nav > li + li {
    margin: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navbar-light .navbar-nav > li > a.nav-link {
    font-size: 16px;
    color: #fff;
    padding: 10px 0px !important;
    text-align: left;
    width: 100%;
    float: left;
    min-height: 35px;
  }
  .navbar-light ul.navbar-nav li > ul.sub-menu li a {
    font-size: 17px;
  }
  .navbar-light ul.navbar-nav li.menu-item-has-children > a {
    width: calc(100% - 34px) !important;
  }
  .navbar ul li ul.sub-menu li:hover a,
  .navbar ul li ul.sub-menu li ul.sub-menu li a:hover,
  .navbar ul li ul.sub-menu li.current-menu-item a,
  .navbar ul li ul.sub-menu li a {
    background: #07defb;
  }
  .navbar ul li ul.sub-menu li a,
  .navbar-light .navbar-nav .nav-link {
    color: #fff;
    padding: 8px 15px;
    font-size: 15px;
    min-height: 35px;
  }
  .navbar-light ul.navbar-nav li > ul.sub-menu li a::before {
    display: none;
  }
  ul.navbar-nav > li.menu-item-has-children::before,
  .navbar-light .navbar-nav ul.sub-menu > li.menu-item-has-children::before {
    display: block;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background: url(../images/arrow.svg);
    top: 11px;
    right: 7px;
    z-index: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    cursor: pointer;
    left: auto;
  }
  .navbar-light ul.navbar-nav li.menu-item-has-children > a {
    width: calc(100% - 34px) !important;
  }
  .navbar ul li ul.sub-menu li.menu-item-has-children::after {
    display: none;
  }
  .navbar-light ul.navbar-nav li > ul.sub-menu > li > ul.sub-menu > li > a {
    background: transparent;
  }
  .navbar-light ul.navbar-nav > li:hover > ul.sub-menu {
    display: none;
  }
  .navbar-light ul.navbar-nav > li:hover > ul.sub-menu,
  .navbar-nav > li + li::before {
    display: none;
  }
  .navbar-light .navbar-nav ul.sub-menu {
    position: fixed;
    z-index: 2;
    opacity: 1 !important;
    visibility: visible !important;
    width: 270px;
    top: 0;
    left: -270px !important;
    height: 100%;
    overflow: auto;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    display: block !important;
    box-shadow: none;
    background: #c58a24;
  }
  .navbar-light .navbar-nav li.sub-open > ul.sub-menu {
    left: 0 !important;
    z-index: 2;
  }
  .navbar-light .navbar-nav ul.sub-menu > li > a.nav-link.close-top-menu {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 0;
    padding-left: 35px;
    font-size: 22px;
    color: #0e1c39;
    height: 40px;
    line-height: 43px;
  }
  ul.sub-menu > li > a.close-top-menu {
    display: block;
  }
  .navbar-light .navbar-nav ul.sub-menu > li > a.nav-link.close-top-menu {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 0;
    padding-left: 35px;
    font-size: 22px;
    color: #0e1c39;
    height: 40px;
    line-height: 43px;
  }
  .navbar-light
    .navbar-nav
    ul.sub-menu
    > li
    > a.nav-link.close-top-menu::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/arrow-h.svg);
    top: 13px;
    left: 7px;
    display: block !important;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    bottom: auto;
    right: auto;
  }
  .navbar-light .navbar-nav ul.sub-menu > li:nth-child(-n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .navbar-light ul.navbar-nav li > ul.sub-menu li a:hover,
  .navbar ul li ul.sub-menu li:hover a,
  .navbar ul li ul.sub-menu li:hover a,
  .navbar ul li ul.sub-menu li ul.sub-menu li a:hover,
  .navbar ul li ul.sub-menu li a {
    background: transparent;
  }
  .navbar ul li ul.sub-menu li.menu-item-has-children:hover ul.sub-menu {
    position: fixed;
  }
  .navbar ul li ul.sub-menu li.menu-item-has-children.sub-open > ul.sub-menu {
    display: block !important;
    opacity: 1;
    box-shadow: none;
  }
  .navbar ul li ul.sub-menu li.menu-item-has-children.sub-open > ul.sub-menu {
    display: block !important;
    opacity: 1;
    box-shadow: none;
  }
  .navbar-light .navbar-nav ul.sub-menu {
    position: fixed;
    z-index: 2;
    opacity: 1 !important;
    visibility: visible !important;
    width: 270px;
    top: 0;
    left: -270px !important;
    height: 100%;
    overflow: auto;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
    display: block !important;
    box-shadow: none;
    background: #00b1c9;
  }
  .navbar-light .navbar-nav li.sub-open > ul.sub-menu {
    left: 0 !important;
    z-index: 2;
  }
  ul.sub-menu > li > a.close-top-menu {
    display: block;
  }
  .navbar-light .navbar-nav ul.sub-menu > li > a.nav-link.close-top-menu {
    background: rgba(255, 255, 255, 0.5);
    position: relative;
    padding: 0;
    padding-left: 35px;
    font-size: 18px;
    color: #0e1c39;
    height: 40px;
    line-height: 43px;
  }
  .navbar-light
    .navbar-nav
    ul.sub-menu
    > li
    > a.nav-link.close-top-menu::before {
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    background: url(../images/arrow-h.svg);
    top: 13px;
    left: 7px;
    display: block !important;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    bottom: auto;
    right: auto;
  }
  .navbar ul.navbar-nav {
    display: inline-block;
  }
  .navbar-light .navbar-nav ul.sub-menu > li:nth-child(-n + 2) {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
  .navbar-light ul.navbar-nav li > ul.sub-menu li a:hover,
  .navbar ul li ul.sub-menu li:hover a,
  .navbar ul li ul.sub-menu li:hover a,
  .navbar ul li ul.sub-menu li ul.sub-menu li a:hover,
  .navbar ul li ul.sub-menu li a {
    background: transparent;
  }
  .navbar ul li ul.sub-menu li {
    animation: none;
    opacity: 1;
  }
  .navbar-light ul.navbar-nav li > ul.sub-menu li a {
    background: transparent;
  }
  .navbar ul li ul.sub-menu li {
    box-shadow: none;
  }
}
@media screen and (max-width: 991px){
  .bottom-con {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .wl-modal-lg .wl-modal-content {
    max-width: 600px;
  }
  .wl-video-modal .wl-modal-content .wl-m-close {
    width: 30px;
    height: 30px;
    line-height: 22px;
  }
  .wl-video-modal .wl-modal-content .wl-modal-body iframe {
    min-height: 330px;
  }
  .h2-title,.home-main h2{
    font-size: 50px;
  }
  .h3-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .video-play-btn {
    width: 80px;
    height: 80px;
  }
  .video-play-btn span {
    width: 40px;
    height: 40px;
  }
  .h2-title span {
    font-size: 20px;
  }
  .h-blog-main .h-blog-link a {
    font-size: 16px;
  }
  .h-blog-main .h-blog-link {
    padding: 20px;
  }
  .h-blog-main .h-blog-rm a {
    font-size: 16px;
    padding: 15px 20px;
  }
  .h-blog-img .blog-cat {
    left: 5px;
    top: 5px;
  }
  .h-blog-img .blog-cat a {
    padding: 5px 14px;
    font-size: 13px;
  }
  .default-section {
    padding: 40px 0;
  }
  .cov-content {
    margin: 40px 0 28px 18px;
    padding: 20px 24px;
  }
  .btn-effect {
    font-size: 14px;
    padding: 10px 16px;
  }
  .btn-effect span {
    width: 20px;
    height: 20px;
    margin-left: 8px;
  }
  .cov-content.right {
    margin: 40px 0px 28px -18px;
  }
  .award-sec {
    padding: 30px 0 30px 30px;
  }
  .award-list {
    margin-top: 10px;
  }
  .award-box a {
    padding: 12px 17px;
    font-size: 16px;
  }
}

@media screen and (max-width: 992px){
  .investors_pre_announce_main .investor_white,
  .investors_pre_announce_main .presetations { 
    padding: 30px 20px;  
    margin: 0px;
  }

  .pre-scroll { 
    margin-right: 10px;
   
  }
  .env a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
  }
  .investor a.download { 
    font-size: 16px; 
  }
  .investors_pre_announce_main .presetations h2,
  .investors_pre_announce_main .investor_white h2 { 
    font-size: 34px; 
  } 
  .quick_links #slick1 .slick-prev { 
    z-index: 5;
}
.quick_links #slick1 .slick-prev,
.quick_links #slick1 .slick-next { 
  width: 50px;
  height: 50px;
}
.quick_links .slide-item { 
  height: 210px; 
  padding: 10px;
}
  .quick_links .slide-item .box_shadow { 
    padding: 20px 15px; 
  }
  .quick_links h2 { 
    font-size: 18px; 
  }
  .quick_links img { 
    height: 70px;
    width: auto;
  }
  .quick_links .h2-title {
    font-size: 44px;
    font-weight: 400;
    margin-bottom: 15px !important;
  }
  .current_opening  .default-section .container  .boxinmg{ 
      border-radius: 30px;
  }
  .quick_links .slide-item .box_shadow {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.09); 
  }
  .abfrl-at-glance .box h2 {
    font-size: 24px;
  }
  .abfrl-at-glance .box img {
    height: 50px;
  }
  .abfrl-at-glance .box span {
    font-size: 16px; 
  }
  .abfrl-at-glance .box {
    padding: 20px 25px 30px 25px; 
  }
  .contactForm .newDesignTabbing .nav-tabs .nav-link {
    padding: 12px 10px;
    justify-content: center;
}
  .newDesignTabbing .nav-tabs .nav-item { 
    width: 50%;
    text-align: center;
  }
  .newDesignTabbing .nav-tabs .nav-link{
    font-size: 10px;
    padding: 10px 0px;
    justify-content: center;
  }
  .contactForm .newDesignTabbing .nav-tabs .nav-link{
    font-size: 16px; 
    line-height: 16px;
    padding: 10px 15px; 
    justify-content: center;
  }
  .our-mission-bg h2{
    margin-top: 30px;
    font-size: 30px;
  }
  .our-mission-bg p {
    font-size: 14px; 
}
  }
@media screen and (max-width: 767px){
  .watch-here-inner{
    margin-left: 0px;
  }
  .watch-here iframe{
    border-radius: 10px !important;
    height: auto;
  }
  .whats-new .row .col-md-6:first-child{
    height: auto;
  }
  .desktop-gb-img{
/*    display: none !important;*/
  }
  .navbar-collapse {  
  width: 100%;  
  }
  .wl-modal-lg .wl-modal-content {
    max-width: 90%;
  }
  .wl-video-modal .wl-modal-content .wl-modal-body iframe {
    min-height: 280px;
  }
  .cov-content,.cov-content.right {
    padding: 20px 24px;
    max-width: 90%;
    margin: 20px auto;
    display: block;
  }
  .award-sec {
    padding: 20px;
  }
  .blog-home .row > div + div {
    margin-top: 30px;
  }
  .brand-slider {
    display: flex;
    width: 100%;
    padding: 30px 40px;
    justify-content: center;
    align-items: start;
    flex-flow: column;
}
.brand-slider p{
  font-size: 14px;
}
.brand-slider a { 
  font-size: 16px; 
}
  .growth-sec {
    padding: 30px 15px;
  }
  .investors_pre_announce_main .investor_white{
    margin-top: 15px;
  }
  .current_opening  .default-section .container  .boxinmg{
    padding: 30px 15px !important;}
    .box_shadow{
      padding: 30px 15px;
    }
    .our-mission-bg{
      padding:  15px;
    } 

  .organization_structure .tabs label{
    display: inline-block;
    width: 100%;
    text-align: left;
    padding:15px 10px;
    margin-bottom: 0px;
  }
  .organization_structure .tabs .tab {
    display: block  ;
  }
  .organization_structure .tabs .tab .mt-4{
    margin: 10px 0px !important;
  }
  .hideMember  {
    display: block  !important ;
  }
  .organization_structure .tabs input[type="radio"]:checked + label::after{
    left: 0px;
  }
  .organization_employee h2 {
    font-size: 16px; 
}
.organization_employee p {
  font-size: 13px;
  margin-bottom: 5px;
}
.our-value h2 {
  font-size: 18px;
  margin: 10px 0px;
}
.presetations .pre-scroll a svg,
.investor_white .pre-scroll a img {
  position: static;
  right: 20px;
  font-size: 22px;
}
.add_sec iframe{
  width: 100%;
}
.add_sec .ecosystems-right {
  padding: 15px;
  margin-left: 0px; 
}
.contact_default .journey {
  padding: 30px 15px;
}
.newDesignTabbing .nav-tabs { 
  width: 100%; 
}
 .form_default .form_contact .form-control { 
  padding: 12px 15px; 
  font-size: 14px; 
}
}
@media screen and (max-width: 575px){
  .wl-video-modal .wl-modal-content .wl-modal-body iframe {
    min-height: 240px;
  }
  .h2-title, .home-main h2 {
    font-size: 36px;
  }
  .hm-sub h3 {
    font-size: 18px;
  }
  .hm-sub h3 span {
    font-size: 22px;
  }
  .h2-title span {
    font-size: 16px;
  }
  .add_sec .ecosystems-right.contact_add h2 { 
    font-size: 20px; 
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 479px){}
@media screen and (max-width: 359px){}

@media screen and (max-width: 992px){
.fullwidth-single-tab-resposive .nav-tabs .nav-item {
    width: 100%;
    text-align: center;
}
}