/* __              _                           __ 
  / /  __ ____ _  (_)__  ___ ___ _______ ___  / /_
 / /__/ // /  ' \/ / _ \/ -_|_-</ __/ -_) _ \/ __/
/____/\_,_/_/_/_/_/_//_/\__/___/\__/\__/_//_/\__/  D I G I T A L
                                                                                                                       

Theme URI:  http://www.projecturl.com/
Author:   Luminescent Digital
Version:  1.0
Date:   07-08-2017

*/
/* ==========================================================================
   Reset
   ========================================================================== */
::-moz-selection {
  background: #404041;
  text-shadow: none;
  color: #fff;
}

::selection {
  background: #404041;
  text-shadow: none;
  color: #fff;
}

html, body {
  width: 100%;
  height: 100%;
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
  margin: 0;
  padding: 0;
}

body {
  font: 16px "Cairo", sans-serif;
  color: #08001f;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
}

ul {
  list-style: none;
}

a {
  color: #08001f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:link, a:visited {
  color: #00b8e0;
  text-decoration: none;
}
a:hover {
  color: #08001f;
  text-decoration: none;
}

*:focus,
a:focus,
a:active {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}

figure {
  line-height: 0;
}

p {
  margin: 0 0 9px;
}
p:first-child {
  margin-top: 0;
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #fff;
  white-space: nowrap;
  padding: 8px 45px;
}
p:last-child {
  margin-bottom: 0;
}

img {
  display: inline-block;
  max-width: 100%;
}

address {
  margin-bottom: 0;
}

::-webkit-input-placeholder {
  color: #08001f;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #08001f;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #08001f;
}

:-ms-input-placeholder {
  color: #08001f;
}

/* -----------------------------------------
   Font Imports
----------------------------------------- */
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Light.eot");
  src: url("../fonts/MyriadPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Light.woff2") format("woff2"), url("../fonts/MyriadPro-Light.woff") format("woff"), url("../fonts/MyriadPro-Light.ttf") format("truetype"), url("../fonts/MyriadPro-Light.svg#MyriadPro-Light") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Regular.eot");
  src: url("../fonts/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype"), url("../fonts/MyriadPro-Regular.svg#MyriadPro-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Myriad Pro';
  src: url("../fonts/MyriadPro-Bold.eot");
  src: url("../fonts/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadPro-Bold.woff2") format("woff2"), url("../fonts/MyriadPro-Bold.woff") format("woff"), url("../fonts/MyriadPro-Bold.ttf") format("truetype"), url("../fonts/MyriadPro-Bold.svg#MyriadPro-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
}
/* -----------------------------------------
   TYPOGRAPHY
----------------------------------------- */
html, body {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: #08001f;
}

body, div, dl, dt, dd, ul, ol, li, pre, form, blockquote, th, td {
  font-family: "Cairo", sans-serif;
}

body, p {
  font-family: "Cairo", sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cairo", sans-serif;
  text-rendering: optimizeLegibility;
  margin: 0;
  font-weight: 500;
}

h1 {
  font-size: 184px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 39px;
}

h4 {
  font-size: 1.625em;
}

h5 {
  font-size: 1.375em;
}

h6 {
  font-size: 1.25em;
}

p {
  font-size: 20px;
}

em, i {
  font-family: "Cairo", sans-serif;
  font-style: italic;
}

strong, b {
  font-family: "Cairo", sans-serif;
  font-weight: 700;
}

h1 i, h2 i, h3 i, h4 i, h5 i, h6 i {
  font-family: "Cairo", sans-serif;
  font-style: italic;
}

address {
  font-family: "Cairo", sans-serif;
}

p {
  font-family: "Myriad Pro";
  font-weight: normal;
}

/*  ==========================================================================
  Form Controls
  ========================================================================== */
input,
select,
textarea {
  font-size: 14px;
  color: #4c4c4c;
  padding: 8px 12px;
  border: solid 1px #cdcdcd;
}

textarea {
  height: auto;
  padding: 12px;
  resize: vertical;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
select,
textarea {
  display: block;
  width: 100%;
  min-height: 40px;
}

input[type="checkbox"] {
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  border: solid 1px #d7d7d7;
  margin: 0 5px 0;
  background: #fff;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

input[type="checkbox"]:hover:before,
input[type="checkbox"]:checked:before {
  content: "\2714";
  font-size: 14px;
  line-height: 18px;
  left: 1px;
  text-align: center;
  width: 20px;
  color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

input[type="checkbox"]:checked:before {
  color: #00a79d;
}

input[type="radio"] {
  width: auto;
  height: auto;
  position: relative;
  outline: none;
  border: solid 1px #d7d7d7;
  margin: 0 5px 0;
  background: #fff;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

input[type="radio"]:hover:before,
input[type="radio"]:checked:before {
  content: "\2022";
  font-size: 17px;
  line-height: 18px;
  left: 1px;
  text-align: center;
  width: 20px;
  color: #ccc;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

input[type="radio"]:checked:before {
  color: #00a79d;
}

input[type="file"] {
  height: auto;
  padding: 12px;
}

label {
  display: block;
  padding-top: 8px;
  font-weight: normal;
}

::-webkit-input-placeholder {
  color: #404041;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #404041;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #404041;
}

:-ms-input-placeholder {
  color: #404041;
}

.nopadding {
  padding: 0;
}

/*  ==========================================================================
  CTA
  ========================================================================== */
/* -----------------------------------------
  PRINT STYLES
----------------------------------------- */
/* -- Common Layout elements -- */
/* -----------------------------------------
   Bootstrap Overrides
----------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  vertical-align: text-top;
  background-repeat: no-repeat;
}

@media (min-width: 1200px) {
 .footer-wrapper .container {
    max-width: 1163px;
  }
   .navbar .container {
    max-width: 1163px;
  }
}

            @media (min-width:1280px) {
                .container {
                        max-width: 1720px;
                }
            }
/* -----------------------------------------
   Header
----------------------------------------- */
header.main-header .container, header.main-header .row {
  height: 100%;
}
header.main-header h1 {
  font-size: 84px;
  font-weight: 300;
  color: #022039;
  text-align: center;
  height: 155px;
  text-transform: uppercase;
  letter-spacing: 18px;
  line-height: 155px;
  width: 100%;
}
header.main-header h1 span {
  display: inline-block;
  font-weight: 700;
  vertical-align: top;
  font-size: 22px;
  letter-spacing: 5px;
  line-height: 120px;
  padding: 0 10px;
}

/* -----------------------------------------
   Footer
----------------------------------------- */
footer.main-footer {
  background-color: #fff;
  height: 115px;
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
}
footer.main-footer span {
  display: block;
  font-size: 18px;
  color: #000;
  width: 100%;
  text-align: center;
}

/* -----------------------------------------
  Elements appears in general
----------------------------------------- */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.button-default {
  border: 0;
  outline: 0;
  color: #fff;
  background-color: #08001f;
  text-align: center;
  text-transform: uppercase;
  padding: 5px 60px;
  margin: 0;
  display: inline-block;
  -ms-transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  transform: skewX(-20deg);
  font-size: 48px;
  letter-spacing: 8px;
  line-height: 60px;
  position: relative;
}
.button-default span {
  -ms-transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  transform: skewX(20deg);
  display: inline-block;
}
.button-default.connect-btn {
  padding: 5px 65px 5px 50px;
  font-size: 34px;
  position: fixed;
  bottom: 50px;
  right: -12px;
  z-index: 10;
  color: #fff;
  line-height: 45px;
  opacity: 1;
}
.button-default.connect-btn span {
  position: relative;
}
.button-default.connect-btn img {
  position: absolute;
  right: -15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 20px;
}
.button-default.connect-btn.reached {
  right: -500px;
  opacity: 0;
}
.button-default.connect-btn:hover span img {
  right: -25px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.custom-select-dropdown {
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  height: 62px;
  /* For IE10 */
}
.custom-select-dropdown:after {
  content: '';
  width: 29px;
  height: 21px;
  background: url("../img/down-arrow.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
}
.custom-select-dropdown select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
  background-color: #08001f;
  color: #fff;
  border: 0;
  cursor: pointer;
  height: 100%;
}
.custom-select-dropdown select:focus {
  border: none !important;
  outline: none !important;
}
.custom-select-dropdown select::-ms-expand {
  display: none;
}

.cta-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}

.cta-hover a {
  color: #333333;
  text-decoration: none;
  display: block;
}

.cta-hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: white;
  background-color: rgba(255, 255, 255, 0.35);
}

.cta-hover:hover::before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.jarallax {
  position: relative;
  z-index: 0;
}

.jarallax > .jarallax-img {
  position: absolute;
  object-fit: cover;
  /* support for plugin https://github.com/bfred-it/object-fit-images */
  font-family: 'object-fit: cover;';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.logistic-wrap .logistic-list {
  display: none;
}
.logistic-wrap .logistic-list:nth-child(-n + 3), .logistic-wrap .logistic-list.list-show {
  display: block;
}

/* -- Common Components -- */
/* -- Pages -- */
.hero-video-section-outer-wrap {
  position: relative;
  z-index: 3;
}
.hero-video-section-outer-wrap .hero-video-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  height: 800px;
  width: 100%;
}
.hero-video-section-outer-wrap .hero-video-section:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.hero-video-section-outer-wrap .hero-video-section > div {
  height: 100%;
}
.hero-video-section-outer-wrap .hero-video-section .play {
  transition: none;
  position: absolute;
  width: 160px;
  height: 160px;
  display: block;
  border-radius: 50%;
  z-index: 2;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-video-section-outer-wrap .hero-video-section .play:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22.5px 0 22.5px 30px;
  border-color: transparent transparent transparent #fff;
  transition: .8s ease;
  position: absolute;
  left: calc(50% + 6px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.hero-video-section-outer-wrap .hero-video-section .play svg {
  width: 164px;
  height: 164px;
  position: absolute;
  top: 0;
  left: 0;
}
.hero-video-section-outer-wrap .hero-video-section .play svg #shape {
  fill: none;
  stroke-width: 4;
  transition: all 1s ease;
  transform: rotate(270deg);
  transform-origin: center;
}
.hero-video-section-outer-wrap .hero-video-section .play svg #shape2 {
  fill: none;
  stroke: #fff;
  stroke-width: 4;
  transition: all 1s ease;
  transform: rotate(270deg);
  transform-origin: center;
  stroke-dashoffset: 0;
}
.hero-video-section-outer-wrap .hero-video-section .play svg:hover {
  stroke-dashoffset: 0;
}
.hero-video-section-outer-wrap .hero-video-section .play:hover svg #shape {
  stroke-dashoffset: 0;
}
.hero-video-section-outer-wrap .hero-video-section .close-vid {
  position: absolute;
  top: -50px;
  font-size: 70px;
  color: #000;
  line-height: 41px;
  right: 10px;
  z-index: 10;
  opacity: 0;
  top: 0;
  transition: .2s ease;
}
.hero-video-section-outer-wrap .hero-video-section.vid-playing .close-vid {
display: block;
    opacity: 1;
    top: 117px;
    z-index: 99999999;
    color: #fff;
    cursor: pointer;
}
.hero-video-section-outer-wrap .hero-video-section.vid-playing .video-frame-wrapper {
  opacity: 1;
  margin-top: 84px;
}
.hero-video-section-outer-wrap .hero-video-section .go-down {
  transition: none;
  position: absolute;
  left: 50%;
  bottom: -32px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
  height: 80px;
  width: 80px;
  animation: bouncearrow 1.5s infinite;
}
.hero-video-section-outer-wrap .hero-video-section .go-down:after, .hero-video-section-outer-wrap .hero-video-section .go-down:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
}
.hero-video-section-outer-wrap .hero-video-section .go-down:after {
  top: 20px;
  animation: bouncearrowdot2 1.5s infinite;
}
.hero-video-section-outer-wrap .hero-video-section .go-down:before {
  top: 0;
  animation: bouncearrowdot1 1.5s infinite;
}
.hero-video-section-outer-wrap .hero-video-section .go-down img {
  position: absolute;
  bottom: 0;
}
.hero-video-section-outer-wrap .hero-video-section .go-down:hover {
  animation-play-state: paused;
}
.hero-video-section-outer-wrap .hero-video-section .go-down:hover:after, .hero-video-section-outer-wrap .hero-video-section .go-down:hover:before {
  animation-play-state: paused;
}
.hero-video-section-outer-wrap .hero-video-section .video-frame-wrapper {
  opacity:0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
}
.carousel-control-prev,.carousel-control-next:hover{ color: #00b8e0 !important;}
.carousel-control-prev,.carousel-control-next {
   color: #00b8e0 !important;
    font-size: 20px !important;
    width: 50px;
    height: 50px;
    top: 50%;
}
.box_p{
     padding-left:15px;
     padding-right:15px;
     text-align:justify; 
        position: relative;
    left: 16px;
}
.hero-video-section-outer-wrap .hero-video-section .video-frame-wrapper iframe {
  width: 100%;
  height: 100%;
}
.expert-section .carousel-indicators .active {
    background-color: #00b8e0 !important;
}
.expert-section .carousel-indicators li {
      background-color: rgba(14, 14, 14, 0.5) !important;}
.expert-section .carousel-indicators {
  bottom: -16px !important;
}
.about-section {
  position: relative;
  min-height: 600px;
  padding: 250px 0 80px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -130px;
}
.btn-link:hover {
    color: #ffffff; 
    background-color: #611077;
    border-color: #611077 ;
    text-decoration: none;
}
.about-section:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.about-section .container, .about-section .row {
  height: 100%;
  z-index: 2;
  position: relative;
}
.about-section h2 {
  color: #fff;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 20px;
  margin-bottom: 50px;
  letter-spacing: 8px;
}
.about-section h2:after {
  content: '';
  width: 140px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
}
.about-section p {
  line-height: 25px;
  color: #fff;
}

.asyad-process {
  position: relative;
  top: -70px;
}
.asyad-process .shadow {
  width: 100%;
  height: 45px;
  display: block;
  box-shadow: none !important;
  margin-bottom: 45px;
}
.asyad-process p {
  font-size: 22px;
  line-height: 29px;
  margin-bottom: 20px;
}

.button-expand {
  width: 230px;
  background-color: #08001f;
  color: #fff !important;
  font-size: 22px;
  padding: 4px 13px 4px 0;
  margin: 25px auto 25px auto;
  position: relative;
  display: block;
}
.button-expand:after {
  content: "";
  background-image: url(../img/down-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 62% 12px;
  top: 21px;
  width: 29px;
  height: 20px;
  transform: rotate(-90deg);
  position: absolute;
  right: 11px;
}

.map-section {
  position: relative;
  top: -60px;
}
.map-section h2 {
  color: #08001f;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 8px;
}
.map-section p {
  color: #08001f;
  line-height: 25px;
}
.map-section img.map-img {
  width: 100%;
  display: block;
  margin-top: 60px;
}

.invest-section .invest-icon, .invest-section span {
  display: block;
  margin: 0 auto;
}
.invest-section .invest-icon-text {
  padding: 20px 0 0;
  font-size: 30px;
  line-height: 40px;
}
.invest-section h3 {
  margin: 30px 0 0;
  font-size: 20px;
  line-height: 28px;
}
.invest-section .content-block {
  padding: 40px 0 20px;
}
.invest-section .button-default {
  font-size: 42px;
  line-height: 56px;
}

.expert-section {
  position: relative;
  padding-bottom: 45px;
}
.expert-section .shadow {
  width: 100%;
  height: 60px;
  display: block;
  box-shadow: none !important;
  margin-bottom: 30px;
}
.expert-section h2 {
  color: #08001f;
  position: relative;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
  padding-top: 0;
  margin-bottom: 50px;
  letter-spacing: 8px;
  text-align: center;
  background-color: #fff;
}
.expert-section h2:after {
  content: '';
  width: 140px;
  height: 6px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
}
.expert-section .expert-details-wrap {
  position: relative;
  padding-left: 310px;
  min-height: 300px;
  width: 90%;
  margin-left: 4%;
}
.expert-section .expert-details-wrap .dp {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 280px;
  border-radius: 50%;
  border: 6px solid;
  overflow: hidden;
  display: block;
}
.expert-section .expert-details-wrap .dp img {
  width: 100%;
}
.expert-section .expert-details-wrap .expert-details {
  width: 100%;
  font-family: "Myriad Pro";
}
.expert-section .expert-details-wrap .expert-details .button-default {
  padding: 15px 25px;
  color: #fff;
  font-weight: normal;
  transform: skewX(-8deg);
  line-height: 28px;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 25px;
  position: relative;
  left: 10px;
}
.expert-section .expert-details-wrap .expert-details .button-default span {
  transform: skewX(8deg);
}
.expert-section .expert-details-wrap .expert-details .button-default .user-title {
  display: block;
  font-size: 31px;
  font-family: "Myriad Pro";
}
.expert-section .expert-details-wrap .expert-details .button-default .user-designation {
  display: block;
  font-size: 20px;
  margin-top: 5px;
}
.expert-section .expert-details-wrap .expert-details p {
  font-size: 20px;
  padding-bottom: 10px;
  margin: 0;
  line-height: 30px;
}
.expert-section .expert-details-wrap .expert-details strong {
  font-weight: bold;
  font-size: 22px;
  color: #08001f;
}

@-webkit-keyframes bouncearrow {
  0% {
    bottom: -32px;
  }
  30% {
    bottom: -40px;
  }
  100% {
    bottom: -32px;
  }
}
@keyframes bouncearrow {
  0% {
    bottom: -32px;
  }
  40% {
    bottom: -40px;
  }
  100% {
    bottom: -32px;
  }
}
@-webkit-keyframes bouncearrowdot1 {
  10% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
@keyframes bouncearrowdot1 {
  10% {
    top: 0;
  }
  50% {
    top: 10px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes bouncearrowdot2 {
  0% {
    top: 20px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 20px;
  }
}
@keyframes bouncearrowdot2 {
  0% {
    top: 20px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 20px;
  }
}
.contact-form {
  background-color: #08001f;
  padding: 80px 0 60px 0;
  position: relative;
}
.contact-form:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 55px solid transparent;
  border-right: 55px solid transparent;
  border-top: 55px solid #fff;
  right: 0;
  left: 0;
  top: 0;
  margin: 0 auto;
}
.contact-form input[type=number] {
  -moz-appearance: textfield;
}
.contact-form input[type=number]::-webkit-inner-spin-button,
.contact-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}
.contact-form input[type=text], .contact-form input[type=number], .contact-form input[type=email] {
  height: 62px;
  width: 100%;
  border: 1px solid #fff;
  padding: 10px;
  background: transparent;
  color: #fff;
  margin: 0 0 62px 0;
}
.contact-form .form-control {
  height: 62px;
  width: 100%;
  border: 1px solid #fff;
  padding: 10px;
  background: transparent;
  margin: 0 0 62px 0;
  border-radius: 0;
}
.contact-form label {
  font-size: 22px;
  color: #fff;
  margin: 0 0 22px 0;
  padding: 0;
  line-height: 1;
}
.contact-form .cta {
  width: 100%;
  height: 62px;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  border: none;
  opacity: 1;
}
.contact-form .cta:disabled {
  opacity: 0.7;
}
.contact-form__checkbox input[type=checkbox] {
  opacity: 0;
  display: none;
}
.contact-form__checkbox input[type=checkbox] + span::after {
  content: none;
}
.contact-form__checkbox input[type=checkbox]:checked + span::after {
  content: "";
}
.contact-form__checkbox label span {
  position: relative;
  display: inline-block;
  padding-left: 90px;
  padding-top: 12px;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .contact-form__checkbox label span {
    padding-top: 0;
    margin: 0 0 30px 0;
  }
}
.contact-form__checkbox label span:before, .contact-form__checkbox label span:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.contact-form__checkbox label span:before {
  height: 65px;
  width: 65px;
  border: 1px solid;
  top: 3px;
  left: 0px;
}
.contact-form__checkbox label span:after {
  height: 5px;
  width: 9px;
  border: none;
  left: 12px;
  top: 20px;
  background-image: url(../img/icon-tick.png);
  width: 43px;
  height: 33px;
}
.contact-form__checkbox span.wpcf7-list-item {
  margin: 0;
}
#video-frame div {
width: 100% !important;
    height: 100% !important;
}

.contact-form select {
  min-height: 62px;
}
.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-acceptance-missing,
.contact-form div.wpcf7-mail-sent-ok {
  border: none;
  padding: 0;
  text-align: center;
}
.contact-form div.wpcf7-validation-errors,
.contact-form div.wpcf7-acceptance-missing {
  color: red;
}
.contact-form div.wpcf7-mail-sent-ok {
  color: green;
}
.contact-form .wpcf7-form-control-wrap {
  display: block;
}
.contact-form span.wpcf7-not-valid-tip {
  display: block;
  position: absolute;
  bottom: -29px;
  width: 100%;
}

.form-lg-6 {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 991px) {
  .form-lg-6 {
    flex: 0 0 47%;
    max-width: 47%;
  }
}

.about-lg-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.video-wrapper {
  height: 621px;
  background-color: #11192b;
  position: relative;
  
}
.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 72%;
}

.terms a {
  color: #fff;
}

body[data-landing-page="asyad"] .terms a {
  color: #00b8e0;
}
body[data-landing-page="asyad"] .disclaimer-txt a {
  color: #00b8e0;
}

body[data-landing-page="oman"] .terms a {
  color: #f05623;
}
body[data-landing-page="oman"] .disclaimer-txt a {
  color: #f05623;
}

.disclaimer-txt {
  color: #fff;
  font-size: 17px;
  line-height: 21px;
  padding-top: 10px;
}
.disclaimer-txt br {
  display: none;
}

.submit-wrap {
  padding-bottom: 35px;
  position: relative;
}
.submit-wrap .ajax-loader {
  position: absolute;
  left: 12px;
  bottom: 0;
}

.video-wrapper video::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none;
}

.video-wrapper video::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none;
}

.video-wrapper video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

.video-wrapper video::-webkit-media-controls {
  display: none !important;
}

.error404 {
  overflow-y: hidden;
}
.error404 .contact-form, .error404 .connect-btn {
  display: none;
}
.error404 .error-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 290px);
  text-align: center;
  font-size: 40px;
  color: #08001f;
  font-weight: bold;
}
.error404 .error-wrap svg {
  width: 50px;
  margin-right: 10px;
}
.error404 .error-wrap .go-home {
  font-size: 16px;
}

body[data-landing-page="asyad"] .hero-video-section .go-down:before {
  background-color: #00b8e0;
}
body[data-landing-page="asyad"] .hero-video-section .go-down:after {
  background-color: #00b8e0;
}
body[data-landing-page="asyad"] .about-section h2:after {
  background-color: #00b8e0;
}
body[data-landing-page="asyad"] .button-default.connect-btn {
  background-color: #00b8e0;
}
body[data-landing-page="asyad"] .expert-section h2:after {
  background-color: #00b8e0;
}
body[data-landing-page="asyad"] .expert-section .dp {
  border-color: #00b8e0;
}
body[data-landing-page="asyad"] .expert-section .button-default {
  background-color: #00b8e0;
}
body[data-landing-page="asyad"] .hero-video-section-outer-wrap .play svg #shape {
  stroke: #00b8e0;
}
body[data-landing-page="asyad"] .hero-video-section-outer-wrap .play:hover:after {
  border-color: transparent transparent transparent #00b8e0;
}
body[data-landing-page="asyad"] .contact-form .cta {
  background-color: #00b8e0;
}

body[data-landing-page="oman"] .hero-video-section .go-down:before {
  background-color: #f05623;
}
body[data-landing-page="oman"] .hero-video-section .go-down:after {
  background-color: #f05623;
}
body[data-landing-page="oman"] .main-header span {
  color: #f05623;
}
body[data-landing-page="oman"] .about-section h2:after {
  background-color: #f05623;
}
body[data-landing-page="oman"] .about-section p {
  font-size: 16px;
  line-height: 23px;
}
body[data-landing-page="oman"] .button-default.connect-btn {
  background-color: #f05623;
}
body[data-landing-page="oman"] .expert-section h2:after {
  background-color: #f05623;
}
body[data-landing-page="oman"] .expert-section .dp {
  border-color: #fff;
  box-shadow: 0px 0px 2px 2px #eae9e9;
}
body[data-landing-page="oman"] .invest-section img.invest-icon {
  max-width: 70%;
}
body[data-landing-page="oman"] .invest-section .invest-icon-text {
  font-size: 25px;
  line-height: 35px;
}
body[data-landing-page="oman"] .expert-section .button-default {
  background-color: #f05623;
  text-transform: none;
}
body[data-landing-page="oman"] .expert-section .button-default .user-designation {
  margin-top: 10px;
}
body[data-landing-page="oman"] .hero-video-section-outer-wrap .play svg #shape {
  stroke: #f05623;
}
body[data-landing-page="oman"] .hero-video-section-outer-wrap .play:hover:after {
  border-color: transparent transparent transparent #f05623;
}
body[data-landing-page="oman"] .map-section {
  top: -80px;
}
body[data-landing-page="oman"] .map-section p {
  font-size: 16px;
}
body[data-landing-page="oman"] .map-section h2 {
  color: #f05623;
}
body[data-landing-page="oman"] .contact-form .cta {
  background-color: #f05623;
}
/*-----26/12/2019---*/

footer section.footer-wrapper {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #07060e;
    padding: 90px 0;
}
footer section.footer-wrapper .top {
    margin-bottom: 90px;
}
footer section.footer-wrapper h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    line-height: 1;
    margin: 0;
    margin-bottom: 25px;
    float: left;
}
footer section.footer-wrapper ul {
    padding: 0;
    margin: 0;
}
footer section.footer-wrapper li {
    list-style-type: none;
    font-size: 16px;
}
footer section.footer-wrapper .middle {
    margin-bottom: 30px;
}
footer section.footer-wrapper .middle .middle_nav {
       float: left;
    display: inline-block;
    width: 100%;
    padding-left: 19px;
}
footer section.footer-wrapper ul {
    padding: 0;
    margin: 0;
}
footer section.footer-wrapper .middle .middle_nav li {
    float: left;
    list-style-type: none;
    padding-right: 30px;
}
footer section.footer-wrapper li {
    list-style-type: none;
    font-size: 16px;
}
footer section.footer-wrapper .middle .middle_nav li a {
    line-height: 1;
}
footer section.footer-wrapper a, footer section.footer-wrapper p {
    color: #fff;
    line-height: 1.5;
}
footer section.footer-wrapper .social li {
    float: left;
    padding: 0 18px;
    color: #fff;
    font-size: 14px;
}
footer section.footer-wrapper li {
    list-style-type: none;
    font-size: 16px;
}
footer section.footer-wrapper a, footer section.footer-wrapper p {
    color: #fff;
    line-height: 1.5;
}
.accessible, .visually-hidden {
    position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;
}
.visually-hidden {
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    border: 0;
}
footer section.footer-wrapper .bottom p {
    font-size: 14px;
    margin: 0;
}
footer section.footer-wrapper a, footer section.footer-wrapper p {
    color: #fff;
    line-height: 1.5;
}
footer section.footer-wrapper .social svg {
    fill: #fff;
    height: 20px;
    width: 20px;
        opacity: 10;
}
footer section.footer-wrapper .social {
    float: right;
}
body[data-landing-page="asyad"] .contact-form .cta {
    background-color: #00b8e0;
}
.contact-form .cta {
    width: 100%;
    height: 62px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    border: none;
    opacity: 1;
}
.connect_submit button {
     width: 100%;
    height: 62px;
    color: #fff;
    text-transform: uppercase;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    font-size: 22px;
    cursor: pointer;
    border: none;
    opacity: 1;
    background-color: #00b8e0;
    width: 389px;
}
.connect_submit {
    padding-left: 15px;
    padding-right: 15px
}
.connect_submit button:hover::before {
  /*  opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);*/
}
.terms a {
    color: #00b8e0;
}
.rotate-counter-clock {
  display: none;
}
.form_page{
         font-size: 22px;
    color: #fff
}
.connect_submit button::before {
  /*  content: '';
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: white;
    background-color: rgba(255, 255, 255, 0.35);*/
}
.contact-form select {
    min-height: 62px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: #08001f;
    color: #fff;
    border: 0;
    cursor: pointer;
    height: 100%;
    overflow: hidden;
    position: relative;
    border: 1px solid #fff;
    height: 62px;
        margin: 0 0 28px 0;
}
.Select_Industry:after {
    content: '';
    width: 29px;
    height: 21px;
    background: url(/ResourcePackages/ThemeOman/assets/img/down-arrow.png) no-repeat center;
    position: absolute;
    right: 27px;
      top: 46%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    pointer-events: none;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: none;
    white-space: nowrap;
    padding: .76563em 1.75em;
    font-size: .875em;
    line-height: 1.42857;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: uppercase;
    letter-spacing: .0625em;
    position: relative;
    font-size: 21px;
}
.accept-check {
    position: relative;
    /*top: -33px;*/
}
.accept-check strong {
    display: none;
}
  .hamburger-box {
                width: 20px;
                height: 18px;
                display: inline-block;
                position: relative;
                position: absolute;
                left: 50%;
                top: 50%;
                transform: translate(-50%,-50%) scaleZ(1)
            }

            .hamburger-inner {
                display: block;
                top: 50%;
                margin-top: -1px
            }

                .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
                    width: 20px;
                    height: 2px;
                    background-color: #fff;
                    border-radius: 4px;
                    position: absolute
                }

                    .hamburger-inner:after, .hamburger-inner:before {
                        content: "";
                        display: block
                    }

                    .hamburger-inner:before {
                        top: -8px
                    }

                    .hamburger-inner:after {
                        bottom: -8px
                    }

            .navbar {
                min-height: 50px;
                margin-bottom: 20px;
                border: 1px solid transparent;
                position: fixed;
                right: 0;
                left: 0;
                z-index: 1030;
                top: 0;
                border-width: 0 0 1px;
                padding-top: 19px;
                padding-bottom: 19px
            }

            @media (min-width:993px) {
                .navbar .navbar-nav > li {
                    float: left;
                }

                .navbar .navbar-header {
                    width: 19%;
                    margin-left: -10px;
                    float: left
                }

                .navbar .navbar-collapse.collapse {
                    display: inline-block !important;
                    height: 55px !important;
                    padding-bottom: 0;
                    overflow: visible !important;
                    width: 81%;
                    float: left
                }
            }

            .navbar a {
                color: #fff;
                font-size: 18px
            }

            .navbar .icon-search, .navbar .language-switcher {
                border-radius: 100%;
                border: 0;
                height: 40px;
                width: 40px;
                line-height: 40px;
                padding: 0;
                text-align: center;
                display: inline-block
            }

            .navbar .language-switcher {
                background-color: #fff;
                color: #611077;
                font-size: 14px;
                font-weight: 700;
                line-height: 37px
            }

            .navbar-right {
                float: right ;
                display: table;
                height: 55px;
                position: relative;
                padding: 0;
                    top: 0px;
            }

            @media only screen and (min-width:992px) {
                .navbar-right {
                    padding-left: 4.3%
                }
            }

            @media (max-width:1279px) {
                .navbar-right {
                    padding-left: 2%
                }
            }

            .navbar-right li {
                vertical-align: middle;
                display: table-cell;
                float: none
            }

            @media (max-width:992px) {
                .navbar-header-centered {
                    text-align: center;
                    position: relative
                }

                    .navbar-header-centered .navbar-logo {
                        display: inline-block;
                        float: left
                    }
            }

            .navbar-logo {
                display: inline-block;
                width: 100%;
                max-width: 210px
            }

            @media only screen and (max-width:767px) {
                .navbar-logo {
                    max-width: 160px
                }
            }

            .navbar-logo img {
                width: 100%;
                max-width: 100%;
                max-height: 100%
            }

            .navbar-nav {
                padding-left: 0;
                margin-bottom: 0;
                list-style: none
            }

                .navbar-nav > li {
                    position: relative;
                    display: block
                }

            @media only screen and (min-width:992px) {
                .navbar-nav > li {
                    margin-left: 4.3%
                }
            }

            @media (max-width:1279px) {
                .navbar-nav > li {
                    margin-left: 2.3%
                }
            }

            @media (max-width:992px) {
                .navbar-nav > li {
                    overflow: hidden;
                    margin-left: 0;
                    margin: 20px 0
                }
            }

            .navbar-nav > li > a {
                position: relative;
                display: block;
                padding: 15px 0
            }

            .navbar .search-container {
                width: 81px
            }

                .navbar .search-container .search-form {
                    position: absolute;
                    right: 0;
                    top: 7px;
                    display: inline-block;
                    width: 100%
                }

                    .navbar .search-container .search-form input[type=submit] {
                        display: none
                    }

                    .navbar .search-container .search-form .search-input {
                        width: 0;
                        border: 0;
                        border-radius: 30px;
                        height: 52px;
                        margin-top: -5px;
                        opacity: 0;
                        font-size: 16px;
                        max-width: 0;
                        padding: 10px 30px;
                        position: absolute;
                        line-height: normal;
                        right: 0
                    }

                        .navbar .search-container .search-form .search-input ::-webkit-input-placeholder {
                            color: rgba(16,12,29,.3);
                            line-height: 52px
                        }

                        .navbar .search-container .search-form .search-input ::-moz-placeholder {
                            color: rgba(16,12,29,.3);
                            line-height: 52px
                        }

                        .navbar .search-container .search-form .search-input :-ms-input-placeholder {
                            color: rgba(16,12,29,.3)
                        }

            @media (max-width:992px) {
                .navbar .search-container .search-form .search-input ::-webkit-input-placeholder {
                    color: #fff
                }

                .navbar .search-container .search-form .search-input ::-moz-placeholder {
                    color: #fff
                }

                .navbar .search-container .search-form .search-input :-ms-input-placeholder {
                    color: #fff
                }
            }

            .navbar .search-container .search-form .icon-search {
                position: absolute;
                right: 0;
                top: 0;
                display: -ms-flexbox;
                display: flex;
                outline: 0;
                background-color: #611077;
                display: inline-block
            }

                .navbar .search-container .search-form .icon-search svg {
                    fill: #fff;
                    width: 18px;
                    height: 18px;
                    margin: auto;
                        position: relative;
    top: 5px;
                }

            @media only screen and (min-width:992px) {
                .hamburger {
                    display: none
                }
            }

            @media (max-width:992px) {
                .hamburger {
                    display: block
                }

                .navbar-collapse.collapse {
                    max-height: 0;
                    overflow: hidden
                }

                .navbar-nav > li > a {
                    padding: 10px 0;
                    font-weight: 700;
                    font-size: 24px
                }

                li.dropdown .caret {
                    background: url/ResourcePackages/Theme/dist/images/arrow-down2.svg) no-repeat;
                    height: 10px;
                    width: 10px;
                    display: inline-block;
                    position: absolute;
                    right: 0;
                    top: 20px
                }

                .navbar {
                    padding-top: 30px
                }

                    .navbar > .container {
                        padding-left: 30px;
                        padding-right: 30px
                    }
            }

            .dropdown {
                position: relative;
                overflow: hidden;
            }

            .dropdown-menu {
                position: absolute;
                top: 100%;
                left: -5px;
                float: left;
                min-width: 160px;
                padding: 5px 0;
                font-size: 14px;
                text-align: left;
                list-style: none;
                padding: 55px 45px;
                background-color: #100c1d;
                max-height: 0;
                opacity: 0;
                margin: 0
            }

            @media (max-width:992px) {
                .dropdown-menu {
                    width: 100%;
                    position: relative;
                    padding: 0;
                    background-color: transparent;
                    left: 0
                }
            }

            .dropdown-menu > li {
                margin-bottom: 10px
            }

            @media (max-width:992px) {
                .dropdown-menu > li {
                    margin-bottom: 0
                }
            }

            .dropdown-menu > li > a {
                display: block;
                clear: both;
                font-weight: 400;
                line-height: 1.42857143;
                color: #fff;
                white-space: nowrap;
                padding: 0
            }

            .dropdown-menu > li:last-of-type {
                margin-bottom: 0
            }

            header {
              width: 100%;
              height: 764px;
              background-position: 50%;
              background-size: cover;
              overflow: hidden;
            }

            @media only screen and (max-width:991px) {
                header {
                    height:513px;
                }
            }

            @media only screen and (max-width:767px) {
                header {
                    background-position-x: 75%;
                    height: 389px;
                }
            }

            header .icon-scroll {
                color: #fff;
                text-transform: uppercase;
                text-decoration: none;
                font-weight: 700;
                text-align: center;
                position: absolute;
                bottom: 12px;
                left: 50%;
                transform: translate(-50%) scaleZ(1);
                font-size: 17px
            }

                header .icon-scroll .icon-go-arrow {
                    fill: #fff !important;
                    width: 35px;
                    height: 15px;
                    display: block;
                    margin: 0 auto;
                    margin-bottom: 10px;
                    animation: scroll-arrow-animation .3s ease-in infinite alternate;
                    overflow: visible
                }
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -5px;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    padding: 55px 45px;
    background-color: #100c1d;
    max-height: 0;
    opacity: 0;
    margin: 0;
}
@media (max-width:991px) {
    blockquote {
        font-size: 24px;
        line-height: 34px
    }
}

.hamburger {
    padding: 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity,filter;
    transition-duration: .15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    position: relative;
    float: right;
    padding: 4px 9px;
    background-color: #611077;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    outline: 0;
    text-indent: -9999px
}

   
.hamburger-box {
    width: 20px;
    height: 18px;
    display: inline-block;
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) scaleZ(1)
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

    .hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
        width: 20px;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
        position: absolute;
        transition-property: transform;
        transition-duration: .15s;
        transition-timing-function: ease
    }

        .hamburger-inner:after, .hamburger-inner:before {
            content: "";
            display: block
        }

        .hamburger-inner:before {
            top: -8px
        }

        .hamburger-inner:after {
            bottom: -8px
        }

.hamburger--vortex .hamburger-inner {
    transition-duration: .2s;
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

    .hamburger--vortex .hamburger-inner:after, .hamburger--vortex .hamburger-inner:before {
        transition-duration: 0s;
        transition-delay: .1s;
        transition-timing-function: linear
    }

    .hamburger--vortex .hamburger-inner:before {
        transition-property: top,opacity
    }

    .hamburger--vortex .hamburger-inner:after {
        transition-property: bottom,transform
    }

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(.19,1,.22,1)
}

    .hamburger--vortex.is-active .hamburger-inner:after, .hamburger--vortex.is-active .hamburger-inner:before {
        transition-delay: 0s
    }

    .hamburger--vortex.is-active .hamburger-inner:before {
        top: 0;
        opacity: 0
    }

    .hamburger--vortex.is-active .hamburger-inner:after {
        bottom: 0;
        transform: rotate(90deg)
    }

.btn-share {
    color: #611077;
    font-size: 21.5px;
    font-weight: 700;
    outline: 0;
    white-space: nowrap
}

    .btn-share:focus {
        outline: 0
    }

    .btn-share:hover .a2a_kit {
        opacity: 1
    }

    .btn-share .a2a_kit {
        transition: .3s ease-out;
        margin-top: 10px;
        opacity: 0;
        background-color: transparent
    }

        .btn-share .a2a_kit a {
            display: inline-block;
            overflow: hidden
        }

            .btn-share .a2a_kit a .a2a_label {
                display: none
            }

        .btn-share .a2a_kit .a2a_button_facebook {
            border-radius: 5px;
            background-color: #3b5998;
            margin-right: 4px
        }

        .btn-share .a2a_kit .a2a_button_twitter {
            border-radius: 5px;
            background-color: #55acee;
            margin-right: 4px
        }

        .btn-share .a2a_kit .a2a_button_linkedin {
            border-radius: 5px;
            background-color: #007bb5;
            margin-right: 4px
        }

        .btn-share .a2a_kit .a2a_svg {
            opacity: 1
        }

    .btn-share svg.icon-share {
        fill: #611077;
        width: 35px;
        height: 37px;
        vertical-align: middle;
        margin-right: 8px
    }

.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    top: 0;
    border-width: 0 0 1px;
    padding-top: 19px;
    padding-bottom: 19px
}

    .navbar.opened {
        min-height: 100vh;
        max-height: 100vh;
        overflow: scroll
    }

@media (min-width:993px) {
    .navbar .navbar-nav > li {
        float: left;
    }

    .navbar .navbar-header {
        width: 19%;
        margin-left: -10px;
        float: left
    }

    .navbar .navbar-collapse.collapse {
        display: inline-block !important;
        height: 55px !important;
        padding-bottom: 0;
        overflow: visible !important;
        width: 81%;
        float: left
    }
}

.navbar a {
    color: #fff;
    font-size: 18px
}

.navbar .icon-search, .navbar .language-switcher {
    border-radius: 100%;
    border: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
    display: inline-block
}

.navbar .language-switcher {
    background-color: #fff;
    color: #611077;
    font-size: 14px;
    font-weight: 700;
    line-height: 37px
}

.navbar-right {
    float: right !important;
    display: table;
    height: 55px;
    position: relative;
    padding: 0
}

@media only screen and (min-width:992px) {
    .navbar-right {
        padding-left: 4.3%
    }
}

@media (max-width:1279px) {
    .navbar-right {
        padding-left: 2%
    }
}

.navbar-right li {
    vertical-align: middle;
    display: table-cell;
    float: none
}

@media (max-width:992px) {
    .navbar-header-centered {
        text-align: center;
        position: relative
    }

        .navbar-header-centered .navbar-logo {
            display: inline-block;
            float: left
        }
}

.navbar-logo {
    display: inline-block;
    width: 100%;
    max-width: 210px
}

@media only screen and (max-width:767px) {
    .navbar-logo {
        max-width: 160px
    }
}

.navbar-logo img {
    width: 100%;
    max-width: 100%;
    max-height: 100%
}

.navbar-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav > li {
        position: relative;
        display: block;
    }

@media only screen and (min-width:992px) {
    .navbar-nav > li {
        margin-left: 4.3%
    }
}

@media (max-width:1279px) {
    .navbar-nav > li {
        margin-left: 2.3%
    }
}

@media (max-width:992px) {
    .navbar-nav > li {
        overflow: hidden;
        margin-left: 0;
        margin: 20px 0
    }
}

.navbar-nav > li > a {
    position: relative;
    display: block;
    padding: 15px 0
}

    .navbar-nav > li > a:hover {
        text-decoration: none
    }

.navbar .search-container {
    width: 81px
}

    .navbar .search-container .search-form {
        position: absolute;
        right: 0;
        top: 7px;
        display: inline-block;
        width: 100%
    }

        .navbar .search-container .search-form input[type=submit] {
            display: none
        }

        .navbar .search-container .search-form .search-input {
            width: 0;
            border: 0;
            border-radius: 30px;
            transition: .3s ease;
            height: 52px;
            margin-top: -5px;
            opacity: 0;
            font-size: 16px;
            max-width: 0;
            padding: 10px 30px;
            position: absolute;
            line-height: normal;
            right: 0
        }

            .navbar .search-container .search-form .search-input ::-webkit-input-placeholder {
                color: rgba(16,12,29,.3);
                line-height: 52px
            }

            .navbar .search-container .search-form .search-input ::-moz-placeholder {
                color: rgba(16,12,29,.3);
                line-height: 52px
            }

            .navbar .search-container .search-form .search-input :-ms-input-placeholder {
                color: rgba(16,12,29,.3)
            }

@media (max-width:992px) {
    .navbar .search-container .search-form .search-input ::-webkit-input-placeholder {
        color: #fff
    }

    .navbar .search-container .search-form .search-input ::-moz-placeholder {
        color: #fff
    }

    .navbar .search-container .search-form .search-input :-ms-input-placeholder {
        color: #fff
    }
}

.navbar .search-container .search-form .icon-search {
    position: absolute;
    right: 0;
    top: 0;
    transition: .3s ease-out;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    outline: 0;
    background-color: #611077;
    display: inline-block
}

    .navbar .search-container .search-form .icon-search svg {
        fill: #fff;
        width: 18px;
        height: 18px;
        margin: auto
    }

.navbar .search-container.search-open .search-form .search-input {
    width: 400px;
    opacity: 1;
    max-width: 400px
}

@media (max-width:992px) {
    .navbar .search-container.search-open .search-form .search-input {
        width: 100%;
        max-width: 400px
    }
}

.navbar .search-container.search-open .search-form .icon-search {
    position: absolute;
    transform: translate(-7px) scaleZ(1);
    top: 0
}

.search-results-page .navbar .search-container {
    display: none
}

@media only screen and (min-width:992px) {
    .hamburger {
        display: none
    }
}

@media (max-width:992px) {
    .hamburger {
        display: block
    }

    .navbar-collapse.collapse {
        max-height: 0;
        overflow: hidden;
        transition: .3s ease-out
    }

        .navbar-collapse.collapse.in {
            max-height: 400px;
            overflow: visible
        }

    .navbar-nav > li > a {
        padding: 10px 0;
        font-weight: 700;
        font-size: 24px
    }

    li.dropdown .caret {
        background: url(../images/arrow-down2.svg) no-repeat;
        height: 10px;
        width: 10px;
        display: inline-block;
        position: absolute;
        right: 0;
        top: 20px
    }

    li.dropdown.open .caret {
        right: 30px;
        top: 15px;
        transform: rotate(180deg)
    }

    .navbar {
        padding-top: 30px
    }

        .navbar > .container {
            padding-left: 30px;
            padding-right: 30px
        }

    .navbar-nav .open {
        background-color: #100c1d;
        margin-left: -30px;
        margin-right: -30px;
        padding-top: 10px;
        padding-bottom: 20px
    }

        .navbar-nav .open a {
            padding: 10px 30px;
        }

        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            box-shadow: none
        }

    .navbar {
        transition: .3s ease-out
    }

        .navbar.opened {
            background-color: #221c35 !important
        }

            .navbar.opened .navbar-logo {
                display: none
            }

            .navbar.opened > .container {
                padding-left: 30px;
                padding-right: 30px
            }

            .navbar.opened .hamburger {
                position: absolute;
                right: 0;
                z-index: 2;
                margin: 0;
                background-color: #21bcec
            }

            .navbar.opened .navbar-collapse {
                display: -ms-flexbox;
                display: flex;
                -ms-flex-flow: column;
                flex-flow: column
            }

                .navbar.opened .navbar-collapse .navbar-nav {
                    -ms-flex-order: 2;
                    order: 2
                }

                .navbar.opened .navbar-collapse .navbar-right {
                    -ms-flex-order: 1;
                    order: 1;
                    width: 100%;
                    margin: 0;
                    padding: 0;
                    height: auto
                }
}

@media (max-width:992px) and (max-width:992px) {
    .navbar.opened .navbar-collapse .navbar-right {
        margin-bottom: 10px
    }
}

@media (max-width:992px) {
    .navbar.opened .navbar-collapse .navbar-right li {
        padding: 0;
        margin: 0;
        width: 100%;
        float: left
    }

    .navbar.opened .navbar-collapse .search-container .search-form {
        margin-top: 61px;
        margin-bottom: 40px;
        position: relative;
    }

        .navbar.opened .navbar-collapse .search-container .search-form input {
            width: 100%;
            background-color: #100c1d;
            border: 0;
            border-radius: 28px;
            height: 56px;
            outline: 0;
            color: #fff;
            padding-left: 30px
        }

        .navbar.opened .navbar-collapse .search-container .search-form .icon-search {
            right: 0
        }

        .navbar.opened .navbar-collapse .search-container .search-form .search-input {
            width: 100%;
            opacity: 1;
            max-width: none
        }

        .navbar.opened .navbar-collapse .search-container .search-form .icon-search {
            position: absolute;
            transform: translate(-7px) scaleZ(1);
            top: 3px
        }
}

.dropdown {
    position: relative;
    overflow: hidden;
}

    .dropdown.open {
        overflow: visible
    }

        .dropdown.open > .dropdown-menu {
            max-height: 600px;
            opacity: 1;
            transition: .3s ease-out
        }

@media only screen and (min-width:992px) {
    .dropdown:hover {
        overflow: visible;
    }

        .dropdown:hover > .dropdown-menu {
            max-height: 600px;
            opacity: 1;
            transition: .3s ease-out;
        }
}

@media only screen and (min-width:992px) and (min-width:320px) {
    .dropdown:hover > .dropdown-menu:after {
        position: absolute;
        left: 0;
        top: -8px;
        width: 0;
        height: 0;
        content: "";
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #100c1d
    }
}

.dropdown-toggle:focus, .dropdown.open > a {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: -5px;
    float: left;
    min-width: 160px;
    padding: 40px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #100c1d;
    max-height: 0;
    opacity: 0;
    transition: .3s ease-out;
    margin: 0;
}

@media (max-width:992px) {
    .dropdown-menu {
        width: 100%;
        position: relative;
        padding: 0;
        background-color: transparent;
        left: 0
    }
}

.dropdown-menu > li {
    margin-bottom: 0;
}

@media (max-width:992px) {
    .dropdown-menu > li {
        margin-bottom: 0
    }
}

.dropdown-menu > li > a {
    display: block;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
    padding: 8px 45px;
}

    .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
        color: #3bb5e6;
        text-decoration: none;
        outline: 0
    }

.dropdown-menu > li:last-of-type {
    margin-bottom: 0
}

 @media only screen and (min-width:992px) {
                .navbar-right {
                    padding-left: 4.3%
                }
            }

            @media (max-width:1279px) {
                .navbar-right {
                    padding-left: 2%
                }
            }

            .navbar-right li {
                vertical-align: middle;
                display: table-cell;
                float: none
            }

            @media (max-width:992px) {
                .navbar-header-centered {
                    text-align: center;
                    position: relative
                }

                    .navbar-header-centered .navbar-logo {
                        display: inline-block;
                        float: left
                    }
            }
            footer section.footer-wrapper {
    display: inline-block;
    width: 100%;
    height: auto;
    background-color: #07060e;
    padding: 90px 0
}

@media only screen and (max-width:991px) {
    footer section.footer-wrapper {
        padding: 50px 0
    }
}

footer section.footer-wrapper h3 {
    text-transform: uppercase;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    line-height: 1;
    margin: 0;
    margin-bottom: 25px;
    float: left
}

@media only screen and (max-width:767px) {
    footer section.footer-wrapper h3 {
        margin-bottom: 15px
    }
}

footer section.footer-wrapper a, footer section.footer-wrapper p {
    color: #fff;
    line-height: 1.5
}

footer section.footer-wrapper ul {
    padding: 0;
    margin: 0
}

footer section.footer-wrapper li {
    list-style-type: none;
    font-size: 16px
}

footer section.footer-wrapper .social {
    float: right
}

    footer section.footer-wrapper .social li {
        float: left;
        padding: 0 18px;
        color: #fff;
        font-size: 14px
    }

        footer section.footer-wrapper .social li:last-child {
            padding-right: 0
        }

    footer section.footer-wrapper .social svg {
        fill: #fff;
        height: 20px;
        width: 20px
    }

footer section.footer-wrapper .top {
    margin-bottom: 90px
}

footer section.footer-wrapper .middle {
    margin-bottom: 30px
}

    footer section.footer-wrapper .middle .middle_nav {
        float: left;
        display: inline-block;
        width: 100%
    }

        footer section.footer-wrapper .middle .middle_nav li {
            float: left;
            list-style-type: none;
            padding-right: 30px
        }

@media only screen and (max-width:991px) {
    footer section.footer-wrapper .middle .middle_nav li {
        padding-right: 25px
    }
}

footer section.footer-wrapper .middle .middle_nav li a {
    line-height: 1
}

footer section.footer-wrapper .bottom p {
    font-size: 14px;
    margin: 0
}

@media only screen and (max-width:767px) {
    footer section.footer-wrapper {
        padding: 50px 20px
    }

        footer section.footer-wrapper .footer-item {
            overflow: hidden;
            margin-bottom: 40px
        }
footer section.footer-wrapper .middle .middle-nav-container {
  margin-top: 20px;
    margin-bottom: 21px;
}

            footer section.footer-wrapper .footer-item h3.footer-item-oldheader {
                margin-bottom: 10px
            }

            footer section.footer-wrapper .footer-item ul {
                display: inline-block;
                transition: .3s ease-out;
                max-height: 0;
                opacity: 0;
                overflow: hidden;
                float: left
            }

            footer section.footer-wrapper .footer-item.active ul {
                max-height: 500px;
                opacity: 1
            }

        footer section.footer-wrapper .top {
            margin-bottom: 0
        }

        footer section.footer-wrapper .middle {
            margin-bottom: 30px
        }

            footer section.footer-wrapper .middle .middle-nav-oldcontainer {
                display: none
            }

            footer section.footer-wrapper .middle .social {
                width: 100%
            }

                footer section.footer-wrapper .middle .social li {
                    width: 33.33333%;
                    text-align: center
                }

                    footer section.footer-wrapper .middle .social li svg {
                        height: 40px;
                        width: 40px
                    }

                    footer section.footer-wrapper .middle .social li:first-child {
                        width: 100%;
                        text-align: center;
                        font-size: 18px;
                        padding-bottom: 40px
                    }

        footer section.footer-wrapper .bottom .copyrights {
            text-align: center
        }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    footer section.footer-wrapper .bottom .copyrights .mobile-hide {
        display: none
    }
}

@media only screen and (max-width:767px) and (max-width:767px) {
    footer section.footer-wrapper .bottom .copyrights .privacy {
        display: block;
        margin-top: 3px
    }
}

.ui-state-error {
    border-color: red !important;
}
.loading2 {
        background: #ffffffde;
    position: absolute;
    bottom: 0px;
    width: 100%;
    margin-top: 20px;
    text-align: center;
    height: 52px;
    border-radius: 26px;
    left: 0px;
}
.loading2 img{width: 30px;
    position: relative;
    top: 11px;}
   .ui-state-error {
    border: 1px solid red !important;
}
input#Textbox-7 {
    border: 1px solid #ccc;
    height: 42px;
}
/*---9/1/2020----*/


.carousel-control-prev, .carousel-control-next
{
    box-shadow: 0px 0px 7px 1px #2f2f2f;
    border-radius: 50%;
    background: #00b8e0;
    opacity: 1;
    padding-right: 3px;
    color: #fff !important
}
.carousel-control-prev:hover
{
  box-shadow: 0px 0px 7px 1px #2f2f2f;
  background: #611076;
  color:#fff !important;
}
.carousel-control-next:hover
{
  box-shadow: 0px 0px 7px 1px #2f2f2f;
  background: #611076;
  color:#fff !important;
}
.carousel-control-prev
{
  padding-right: 5px;
  margin-left: 27px;
}
.carousel-control-next
{
  padding-:5px;
  margin-right: 27px;
}
.button-devos{    background-color: #08001f !important; } 
.slider{position: relative; }
@media (max-width: 480px)
{
.invest-section-devos {
    margin-top: 38px !important;
}


}

@media only screen and (max-width: 767px)
{
.invest-section-devos {
    margin-top: 47px !important;
}
.carousel-control-prev{ margin-left: 27px; }
}

/*  10/01/20 changes----*/

@media only screen and (max-width: 767px) and (min-width: 375px)
{
  .carousel-control-prev, .carousel-control-next
    {
      position: absolute;
      top:46%;
    }

}

/*  16/01/20 changes----*/



@media (min-width: 1280px)
{
.latest-news.container {
    max-width: 1163px !important;
}
}
.card-time {
    font-size: 14px;
    font-weight: 100;
    display: inline-block;
    width: 100%;
    float: left;
    /*margin-top: 8px;*/
    margin-bottom: 26px;
}
.card.news-card {
    height: 540px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.15);
    margin-bottom: 50px;
}
.icon-go-arrow{

    height: 14px;
    transition: .5s;
    width: 32px;
    fill: #611077;
    float: left;
/*    margin-right: 8px;*/
    margin-top: 14px;
}
.btn-link-empty:hover>.icon-go-arrow
{
  padding-left: 10px;
}

.card-image-wrapper, .card .img, .card img {
    display: inline-block;
    min-height: 220px;
    height: 220px;
    width: 100%;
    background-size: cover;
    background-position: center;
    transform: translateZ(0) scale(1);
    background-color: #d3d3d3;
    transition: .3s ease-out;
}
.card-image-wrapper {
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}
.card:hover .card-image-wrapper .img, .card:hover .card-image-wrapper img {
    transform: translateZ(0) scale(1.1);
}
.card-block {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 50px 32px;
}

.card-title {
    line-height: 1.2;
    overflow: hidden;
}
.card-title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 0;
    max-height: 72px;
}

.card .btn-link-empty{

    display: inline-block;
   
    margin: 0;
    margin-top: 30px;
    text-align: left;
    float: left;
    font-size: 20px;
    color: #611077;
}
.card-block p{ max-height: 50px; overflow: hidden;     border: 1px solid #fff;}


/* vedio gallery css */
.sf-Gallery-thumbs.sf-Gallery-thumbs--video.clearfix {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  flex-wrap: wrap;
}
.sf-Gallery-thumbs.sf-Gallery-thumbs--video.clearfix .video-test-gallery { 
    margin-bottom: 65px;
    box-shadow: 0px -1px 18px -11px #2f2f2f;
    border: 1px solid #f1f1f1;
    text-align: center;
}
.sf-Gallery-thumbs.sf-Gallery-thumbs--video.clearfix .video-test-gallery a.test {
  display: block;
  height: 160px;
  background:#efefef;
}


.sf-Gallery-thumbs .video-test-gallery a.video-link {
  display: block;
  background: #f1f1f1;
}
.sf-Gallery-thumbs .video-test-gallery a.video-link img {
  height: 192px;
}
.sf-Gallery-thumbs.sf-Gallery-thumbs--video.clearfix .video-test-gallery h3 {
  margin: 11px 0 11px !important;
  font-size: 20px;
  line-height: 28px;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .sf-Gallery-thumbs.sf-Gallery-thumbs--video.clearfix {
    display: grid;
    justify-content: normal;
  }
  .sf-Gallery-thumbs.sf-Gallery-thumbs--video.clearfix .video-test-gallery a.test {
  display: block;
  height: 162px;
  background:#efefef;
}
  .sf-Gallery-thumbs.sf-Gallery-thumbs--video.clearfix .video-test-gallery {
  width: 100%;
}
}




  /* vedio gallery slider 16/04/2020*/

  

  .vedio-galery-click .back-to-video a {
    display: inline-block;
    color: #fff;
    padding: 5px 35px;
    background: #337ab7;
    transition: .5s;
}

.vedio-galery-click .navigate
{
  display:block;
  padding:6px 12px;
    background: #337ab7;
    color: #fff;
   
}
.vedio-galery-click{position:relative;}
.vedio-galery-click video{width:100%;}
.vedio-galery-click .m-bottom-lg.text-center {
    position: relative;
    padding: 0 12px;
    width: 100%;
    display: block;
    height: 56px;
}

.vedio-galery-click .text-muted {
    color: #777;
    text-align: center;
}

.back-to-video {
    padding-left: 12px;
}
@media (max-width: 414px) {
  .vedio-galery-click 
  .m-bottom-lg.text-center {
    position: relative;
     }

  }


  /* 20 april */

  div#news-container {
    margin-top: 70px;
}

/* vedio gallery pagination */


ul.pagination li {
  background: gray;
  margin: 2px;
  margin-bottom: 60px;
}

ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}
ul.pagination li:active{background:#2c92ef;}
ul.pagination li a {
  position: relative;
  width: 28px;
  display: block;
  height: 28px;
  color: #fff;
  line-height: 28px;
}

.sfPageWrapper div#video-frame {opacity:1 !important;}


/* 14april2020 */



/* Reset Select */
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #702082;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.lang-change {
  position: relative;
  display: flex;
  width: 57px;
  background: #702082;
  border-radius: 50%;
  overflow: hidden;
}
select {
  flex: 1;
  padding:0 10px;
  color: #fff;
  width: 100%;
  height:57px;
  cursor: pointer;
}
/* Arrow */
.lang-change::after {
  content: '\25BC';
  position: absolute;
  top: 13px;
  right: 7px;
  background:transparent;
  cursor: pointer;
  color:#fff;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.lang-change:hover::after {
  color: #21bcec;
}
@media (max-width: 992px)
{
  .lang-change{width: 57px !important;}
}
/*homepage seemore button*/
a.btn-link {
    display: inline-block;
    background-color: #21bcec;
    color: #fff;
    padding: 20px 35px;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    margin: 25px auto;
    text-align: center;
    border: 0;
    border-radius: 50px;
    transition: .3s ease-out;
    cursor: pointer;
    line-height: 1;
    white-space: nowrap;
}



/* 02-09-2020 css */


a.itegrated-img {
  text-align: center;
display: grid;
border: 4px solid rgb(112, 32, 130);
height: 170px;
width: 170px;
text-decoration: none;
padding: 35px 15px;
border-radius: 50%;
overflow: hidden;
position: relative;
z-index: 1;
}
.integrated-box.integrated-box1 {
left: 0px;
top: -8px;
}
img.first {
    width: 100%;
    height: auto;
}
.integrated-box {
position: absolute;
display: flex;
align-items: center;
margin-bottom: 20px;
  
}
.integrated-box.integrated-box3 {
    top: 170px;
    left: 160px;
}

.integrated-box.integrated-box4 {
left:0px;
bottom: 0px;
}

.integrated-box.integrated-box5 {
right:6px;
bottom: 0px;
}
.row.integrated-container {
height: 600px;
position: relative;
}
.integrated-box.integrated-box2 {
right: 0px;
top: 106px;
}

img.in-arrow.in-arrow1 {
 position: absolute;
    right: 213px;
    top: 92px;
    height: 27px;
    width: 62%;
}
img.in-arrow.in-arrow2 {
position: absolute;
    left: 315px;
    top: 261px;
    width: 43%;
    height: 51px !important;
}
img.in-arrow.in-arrow4 {
position: absolute;
bottom: 70px;
left: 165px;
height: 27px;
width: 55%;
}
.integrated-text {
padding: 0 0px 0 8px;
}
a.itegrated-img {
background: #fff;
}

img.in-arrow.in-arrow3 {
height: 201px;
position: absolute;
top: 243px;
left: 0;
}
.itegrated-img h2 {
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 24px !important;
 color: #000;
 margin: 0 !important;
 font-weight: 900;
 text-transform: capitalize !important;
 letter-spacing: 0px !important;
}
.integrated-text p {
    font-size: 15px !important;
    line-height: 17px;
    text-align: left;
    font-weight: 600;
}

img.mobile-v{
display: none;
}

@media only screen and (max-width: 1116px) and (min-width: 992px)  {
img.in-arrow.in-arrow1 {right: 195px;top: 91px;width: 53%;}
img.in-arrow.in-arrow2 {left: 166px;top: 260px;width: 50%;}
.integrated-box.integrated-box3 {
top: 178px;
left: 0px;
}
img.in-arrow.in-arrow3 {
height: 141px;
top: 304px;
}

img.in-arrow.in-arrow4 {position: absolute;bottom: 70px;left: 165px;width: 42%;}
}
@media only screen and (max-width: 1270px) and (min-width: 1169px)
{
    .image-circle-box-content {
    width: 70% !important;
}
}
@media only screen and (max-width: 1169px) and (min-width: 1117px)
{
    .image-circle-box-content {
    width: 75% !important;
}
}
@media only screen and (max-width:992px) and (min-width:767px )  {
img.in-arrow.in-arrow1 {right: 206px;top: 90px;width: 45%;}
img.in-arrow.in-arrow2 {left: 163px;top: 253px;width: 42%;}
.integrated-box.integrated-box3 {
top: 178px;
left: 0px;
}
img.in-arrow.in-arrow3 {
height: 141px;
top: 304px;
}

img.in-arrow.in-arrow4 {position: absolute;bottom: 63px;left: 165px;height: 30px;width: 35%;}
.integrated-text p
{
  font-size: 15px !important;
    line-height: 17px !important;
    margin-top: -21px !important;
}
}
@media only screen and (max-width:826px) and (min-width:767px )  {
.image-circle-box-content {
    position: relative;
    width: 77% !important;
    margin: auto;
}
.integrated-text p
{
  font-size: 15px !important;
    line-height: 17px !important;
    margin-top: -21px !important;
}
}

@media only screen and (max-width:767px) and (min-width:480px)  {
img.in-arrow.in-arrow1, img.in-arrow.in-arrow2, img.in-arrow.in-arrow4, img.in-arrow.in-arrow3{
display: none !important;
}

.itegrated-img h2
{
    font-size: 23px;
    letter-spacing: 0 !important;
}
img.mobile-v{
display: inline-block !important;
text-align: left !important;
position: relative !important;
left: 14px !important;
margin-top: -123px !important;
z-index: -1;
}

.row.integrated-container {
height: auto;
padding: 45px 20px;
display: grid !important;
}

.integrated-box.integrated-box1, .integrated-box.integrated-box2,.integrated-box.integrated-box3,.integrated-box.integrated-box4,.integrated-box.integrated-box5
{
top:0 !important;
right: 0 !important;
left: 0 !important;
background: #fff;
top: -32px !important;
}
.integrated-box
{
position: relative !important;
margin-bottom: 20px !important;
}
}


@media only screen and (max-width:480px) and (min-width: 280px) 
{
img.in-arrow.in-arrow1, img.in-arrow.in-arrow2, img.in-arrow.in-arrow4, img.in-arrow.in-arrow3{
display: none !important;
}
span.circle-shadow {
    display: block;
    margin-top: -30px;
}

.image-circle-box-content
{
  width:100% !important;
}
img.mobile-v{
    display: inline-block !important;
    text-align: left !important;
    position: relative !important;
    left: -6px !important;
    margin-top: -103px;
    z-index: -1;
}
a.itegrated-img {
height: 140px !important;
width: 140px !important;
}

.row.integrated-container {
height: auto;
padding: 45px 20px;
display: grid !important;
}
.integrated-text p
{
font-size: 12px !important;
line-height: 20px;
text-align: left;
}

.integrated-box.integrated-box1, .integrated-box.integrated-box2,.integrated-box.integrated-box3,.integrated-box.integrated-box4,.integrated-box.integrated-box5
{
top:0 !important;
right: 0 !important;
left: 0 !important;
margin: 0 !important;
background: #fff;
top: -32px !important;
}
.integrated-box
{
position: relative !important;
margin-bottom: 20px !important;
}


.itegrated-img h2 {
    font-size: 19px !important;
    color: #000 !important;
    margin-top: -6px !important;
    letter-spacing: 0 !important;
}

.image-circle-box-content {
    width: 100%;
    margin: auto;
    padding: 16px;
    position: relative;
}
}

.circle-image-container {
    position: relative;
    width: 100%;
}

.image-circle-box-content {
    width: 65%;
    margin: auto;
    position: relative;
}

@media (max-width: 991px){
  .map-section p {
    font-size: 18px;
    line-height: 16px !important;
}

}


span.circle-shadow {
    display: block;
    margin-bottom: 30px;
}


/*11-agust-2021 pradeep*/

.dropdown-submenu {
            position: relative;
            overflow: hidden;
        }
  @media (min-width:993px) {
        

        .dropdown-submenu > ul.dropdown-menu {
            position: absolute;
            top: 0;
            left: 100%;
            float: none;
            opacity: 0;
            background: #100c1d;
            max-height: max-content;
        }
        li.dropdown-submenu:hover {
            overflow: visible;
        }

        li.dropdown-submenu:hover> ul.dropdown-menu {
            opacity: 1;
            transition: .3s ease-out;
            background: #221c35;
        }
         .dropdown:nth-last-child(1) .dropdown-submenu .li-box:hover>.right-caret
         {
              transform: rotate(90deg);
         }
        li.dropdown-submenu .li-box:hover> .right-caret {
           transform: rotate(-90deg);
        }
         li.dropdown-submenu .li-box:hover>a {
           color:#00b8e0;
         }
         .dropdown-submenu .right-caret{
            background: url(../images/arrow-down2.svg) no-repeat;
            height: 13px;
            width: 13px;
            display: inline-block;
            background-size: contain;
            background-position: center;
            transition: .3s;
            position: absolute;
            right: 25px;
            top: 18px;
          }
         .dropdown-submenu> .li-box {
              margin: 0;
              font-family: "Cairo", sans-serif;
          }
          .dropdown:nth-last-child(1) .dropdown-submenu > ul.dropdown-menu {
              right: 100%;
              left: auto;
          }
    }
@media only screen and (max-width: 992px)
{
   li.dropdown-submenu:hover>.dropdown-menu::after
   {
      display: none
   }
   li.dropdown-submenu {
            position: relative;
        }
    li.dropdown-submenu > ul.dropdown-menu
    {
      width: 100%;
      position: relative;
      padding: 0;
      background-color: transparent;
      left: 0;
    }
    .show-submenu {
        position: relative;
        width: auto;
        float: none;
        opacity: 1;
        max-height: max-content;
    }
    .show-back{
      background: #221c35;
      margin: 0 10px;
    }
    .dropdown-submenu.show-back .right-caret{
      right: 30px;
      top: 15px;
      transform: rotate(180deg);
    }
    .dropdown-submenu .right-caret{
      background: url(../images/arrow-down2.svg) no-repeat;
      height: 10px;
      width: 10px;
      display: inline-block;
      position: absolute;
      right: 30px;
      top: 15px;
      transition: .3s;
    }
    .dropdown-submenu .li-box {
        margin: 0;
        padding: 10px 0;
        font-family: "Cairo", sans-serif;
    }
    .dropdown-submenu.show-back .li-box a
    {
        font-weight: 900;
    }

}