
@charset "utf-8";

/*-------------General Style---------------------------------------*/
:root {
  --main-color: #00284B;
  --main-font:  'Heebo', sans-serif;
  --secondary-font:  'Heebo', sans-serif;
  --theme-color1: #0187e6;
  --text-color-bg-theme-color1: #0187e6;
}
* {
     margin:0px;
     padding:0px;
     border:none;
     outline:none;
}
   section.timeline .active-year h1   { display:none !important }
section { overflow-x:hidden; }
.site-blocks-cover,
.feature-area2 {overflow-x:hidden; }
 body {
     font-size:16px;
     color:#828080;
     line-height:26px;
     font-weight:400;
     background:#EBEBEB;
     font-family: 'Heebo', sans-serif;
     background-size:cover;
     background-repeat:no-repeat;
     background-position:center top;
     -webkit-font-smoothing: antialiased;
    overflow-x: hidden !important;
     transition: background 1s ease-in-out;
}
}html {
scroll-behavior: smooth;
}
ul li, a,
 p{ text-align: justify;
     position: relative;
     font-family: 'Heebo', sans-serif;
     color: #808080;
     font-weight: 400;
     transition: all 500ms ease;
     margin:0px;
}
 h1,h2,h3,h4,h5,h6{
     position:relative;
     font-family: 'Manrope', sans-serif;
     font-weight: 400;
     color: #142b3c;
     margin: 0px;
     transition: all 500ms ease;
}
.has-drop-cap span {
  font-size: 70px; line-height: 50px;
  float: left;
    font-family: var(--main-font);
  color:var(--main-color);
}
.wgl-counter {
    padding: 8px 0px 20px 0px;
}
.wgl-counter {
position: relative;
z-index: 1;
}
.wgl-counter .media-wrap {
display: inline-block;
}
.wgl-counter_value-wrap {
display: inline-flex;
justify-content: center;
font-size: 40px;
line-height: 1;
  font-family: var(--main-font);
font-weight: 500;
color: #B69974;
letter-spacing: 0;
}
.wgl-counter__placeholder-wrap {
font-weight: inherit;
position: relative;
white-space: nowrap;
}
.wgl-counter__value {
position: absolute;
z-index: 2;
right: 0;
}
.wgl-counter__placeholder {
visibility: hidden;
}
.wgl-counter__prefix {
text-align: right;
}
.wgl-counter__suffix {
text-align: left;
}
.wgl-counter_title {
position: relative;
font-size: 18px;
width: 100%;
color: var(2, 145, 204, 0.4);
line-height: 1.5em;
margin-top: 8px;
z-index: 2;
}
.wgl-counter_content {
font-size: 16px;
margin-top: 6px;
}
.wgl-counter_divider {
width: 20px;
height: 2px;
background: #B69974;
flex-shrink: 0;
margin: 16px 0 21px;
}
.wgl-counter.title-inline .content-wrap {
display: flex;
align-items: center;
justify-content: center;
}
.wgl-counter.title-inline .wgl-counter_value-wrap {
font-size: 130px;
line-height: 1em;
color: rgba(2, 145, 204, 0.24);
letter-spacing: -0.02em;
}
.wgl-counter.title-inline .wgl-counter_title {
margin-top: 36px;
margin-left: -39px;
line-height: 1.15em;
}
.wgl-counter.title-inline .wgl-counter_divider {
width: 2px;
height: 20px;
margin: 0 -2px 0 18px;
}
.wgl-counter.title-top .content-wrap {
display: flex;
flex-direction: column-reverse;
}
.wgl-counter .wgl-counter_title {
text-align: left;
}
.wgl-counter .title-inline .content-wrap {
justify-content: flex-start;
}
.wgl-counter .aright .wgl-counter_title {
text-align: right;
}
.wgl-counter .aright .title-inline .content-wrap {
justify-content: flex-end;
}
.wgl-counter .acenter .wgl-counter_title {
text-align: center;
}
.wgl-counter .acenter .title-inline .content-wrap {
justify-content: center;
}
  .navbar-mainbg  {padding: 30px}
 .navbar-mainbg.is-sticky .logo { display:none }
 .navbar-mainbg.is-sticky .sticky-logo { display:block;transition:2s }
   .navbar-mainbg .logo { display:block; transition:2s }
 .navbar-mainbg .sticky-logo { display:none }
 .navbar-mainbg.is-sticky { width: 100%; top:0px;
  position: fixed; background: #fff;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  padding: 8px 10px;
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out; z-index: 999;
}
 .navbar-mainbg.is-sticky .burger i{
  color: #333;
 }header { position:fixed; z-index:99; width:100%;  }
.navbar-brand{ position:relative; z-index:99 }
 .navbar-mainbg.is-sticky .burger {  top: 20px;
  right: 35px;}
.burger {
  position: absolute;
  top: 35px;
  right: 35px;
  color: #fff;
  cursor: pointer;
  z-index: 99;
  display: flex;
}
.burger i { color:#fff; }
.burger i:nth-of-type(1) {
  display: block;
}
.burger i:nth-of-type(2) {
  display: none;
}
.burger.burger-open {
  color: #fff;
}
.burger.burger-open i:nth-of-type(1) {
  display: none;
}
.burger.burger-open i:nth-of-type(2) {
  display: block;
}
 .menu-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6);
            display: none; z-index: 9;
            flex-direction: row;
            overflow: hidden;
        }
        .menu-overlay.active {
            display: flex;
        }
        .left-panel, .right-panel {
            width: 50%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            font-size: 2rem;
            position: absolute;
        }
        .left-panel {
            background: #00284B;
            top: -100%;
            left: 0;
            transition: top 0.5s ease-in-out;
        }
        .right-panel {
            background: #0d4778;
            bottom: -100%;
            right: 0;
            transition: bottom 0.5s ease-in-out;
        }
.navbar .nav-links li:nth-of-type(7).nav-link-open,
.navbar .nav-links li:nth-of-type(6).nav-link-open, .navbar .nav-links li:nth-of-type(5).nav-link-open, .navbar .nav-links li:nth-of-type(4).nav-link-open, .navbar .nav-links li:nth-of-type(3).nav-link-open, .navbar .nav-links li:nth-of-type(2).nav-link-open, .navbar .nav-links li:nth-of-type(1).nav-link-open {
    opacity: 1;
    transform: translateY(10px);
}
.navbar .nav-links li:nth-of-type(7),
.navbar .nav-links li:nth-of-type(6), .navbar .nav-links li:nth-of-type(5), .navbar .nav-links li:nth-of-type(4), .navbar .nav-links li:nth-of-type(3), .navbar .nav-links li:nth-of-type(2), .navbar .nav-links li:nth-of-type(1) {
    opacity: 0;
    transition: 0.3s ease-in all;
}
.navbar .nav-links li:nth-of-type(1).nav-link-open {
  transition-delay: 0.25s;
}
.navbar .nav-links li:nth-of-type(2).nav-link-open {
  transition-delay: 0.35s;
}
.navbar .nav-links li:nth-of-type(3).nav-link-open {
  transition-delay: 0.45s;
}
.navbar .nav-links li:nth-of-type(4).nav-link-open {
  transition-delay: 0.55s;
}
.navbar .nav-links li:nth-of-type(5).nav-link-open {
  transition-delay: 0.65s;
}
.navbar .nav-links li:nth-of-type(6).nav-link-open {
  transition-delay: 0.75s;
}
.navbar .nav-links li:nth-of-type(7).nav-link-open {
  transition-delay: 0.85s;
} .menu-overlay.active .right-panel,
 .menu-overlay.active .left-panel { overflow-y:scroll;padding-top: 143px; } 
 .menu-overlay.active .left-panel::-webkit-scrollbar {
  width: 0px;
}
/* Track */
 .menu-overlay.active .left-panel::-webkit-scrollbar-track {
  background: #f1f1f1; 
} 
/* Handle */
 .menu-overlay.active .left-panel::-webkit-scrollbar-thumb {
  background: #888; 
}
/* Handle on hover */
 .menu-overlay.active .left-panel::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
        .menu-overlay.active .left-panel {
            top: 0;
        }
 .menu-overlay.active .right-panel {
            bottom: 0;
        }
.social-icon li  {display:block; padding: 0px 30px; text-align: right}
.social-icon li a i { margin-left:10px }
.social-icon li a {
    margin-left: 0;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 25px;
  margin-bottom: 10px;
    display: inline-block;
      font-size: 15px;
    color: #fff;
    margin-left: 0px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.social-icon li a:hover {color: #2da4d5; font-weight: bold;}
 .close-btn {
            position: absolute;
            top: 20px;
            right: 30px;
            font-size: 24px;
            color: white;
            cursor: pointer;
        }
.open-btn {
            font-size: 18px;
            cursor: pointer;
            color: #333;
            border: none;
            border-radius: 5px;
        }
          .left-panel .navbar .nav-link {
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}
.navbar .nav-link a { color:#fff;
    padding: 10px 0;
    font-size: 32px; line-height: 65px;
    font-weight: normal;
 
    position: relative;
}.navbar .nav-link {
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
}
.navbar .nav-link {
    list-style: none;
    position: relative;
    width: 100%;
    padding: 0;
}
.tpoffcanvas__right-info {
    text-align: right;width: 100%;
    transition-delay: 0.6s;
  } .tpoffcanvas__tel a, .tpoffcanvas__mail a, .tpoffcanvas__text p {
    padding: 8px 30px 8px;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.04em;
    color: #fff;
    display: inline-block;  
}
     @media (max-width: 768px) {
            .menu-overlay {
                flex-direction: column;
            }
            .left-panel {
                width: 100%;
                height: 100%;
                position: relative;
                transition: transform 0.5s ease-in-out;
                transform: translateY(-100%);
            }
            .right-panel {
                display: none;
            }
            .menu-overlay.active .left-panel {
                transform: translateY(0);
            }
        }
/* ============ Full Page Slider ================= */
.creative-fullpage--slider{
  background-color: #EBEBEB;
  z-index: 2;
  width: 100%;
  position: relative;
  flex-direction: column;
  height: 100vh;
  font-size: 16px;
  display: flex;
  clip-path: none !important;
}
.creative-fullpage--slider .slider-inner {
  background: #000;
  height: 100vh;
  position: relative;
}
.creative-fullpage--slider .swiper-slide {
  position: relative;
  display: flex;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  overflow: hidden;
}
.creative-fullpage--slider .swiper-slide .slider-inner img 
{
/*  object-fit: cover;*/
  width: 100%;
  height: 100vh;
}
.creative-fullpage--slider .swiper-slide .slider-inner video {
/*  object-fit: cover;*/
  width: 100%;
  height: 100%;
}
.creative-fullpage--slider .swiper-slide .slider-inner .swiper-content {
  position: absolute;
  top: 22%;
  left: 16%;
  z-index: 1;
}
.creative-fullpage--slider .swiper-slide .slider-inner::after {
  content: "";
  position: absolute;
  width: 101%;
  height: 100%;
  top: 0;
  left: -1px;
  background-color: transparent;
  background-image: radial-gradient(at center right, #EBEBEB00 50%, #00000096 100%);
}
.swiper-slide .slider-inner .swiper-content .title-area .tag {
  color: #fff;
  font-weight: 900;
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 0px;
}
.swiper-slide .slider-inner .swiper-content .title-area .title {
  margin-top: 50px;
  color: #fff;
  font-size: 5vw;  
     font-family: var(--main-font);
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 50px;
  margin-left: -12px;
  text-decoration: none;
}
.swiper-slide .slider-inner .swiper-content p.disc {
  font-size: 20px;
  width: 100%;
  margin: 15px 0px 40px 0px;
  font-weight: 400;
  line-height: 28px;
  color: #EBEBEBB0;
}
.creative-btn--wrap .creative-slide--btn {
  color: #fff;
  margin-left: 18px;
  font-size: 1.4em;
  transition: margin-left 300ms cubic-bezier(0.49, 0, 0.01, 1);
  font-weight: 400;
  display: inline-flex;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  user-select: none;
  outline: none;
  outline-color: transparent;
  box-shadow: none;
  will-change: transform;
  backface-visibility: hidden;
}
.creative-btn--circle .circle {
  position: absolute;
  right: calc(100% - 10px);
  top: 0;
  bottom: 0;
  margin: auto;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  clip-path: circle(25% at 50% 50%);
  transition: clip-path 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle .circle-fill {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 100%;
  background-color: #EBEBEB;
  will-change: transform;
  transform: scale(0);
  z-index: 1;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1), background-color 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon {
  transform: translate(-100%, 0%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: 2;
  transition: all 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--circle .circle-icon .icon-arrow{
  width: 20px;
  height: 20px;
  stroke: none;
  fill: #000;
}
.creative-btn--circle .circle-outline {
  fill: transparent;
  width: 10px;
  stroke: #EBEBEB;
}
.creative-btn--wrap .creative-slide--btn .creative-btn--label {
  margin-left: 4pt;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn .creative-btn__border {
  position: absolute;
  left: 4pt;
  right: 0;
  bottom: 0;
  height: 1px;
  background: currentColor;
  transform-origin: right;
  transition: transform 500ms cubic-bezier(0.49, 0, 0.01, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn--label {
  transform: translateX(18px);
}
.creative-btn--wrap .creative-slide--btn:hover .creative-btn__border {
  transform: scale(0, 1);
}
.creative-btn--wrap .creative-slide--btn:hover{
  margin-left: 38px !important;
}
.creative-btn--wrap .creative-slide--btn:hover .circle {
  clip-path: circle(50% at 50% 50%);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-fill {
  transform: scale(1, 1);
}
.creative-btn--wrap .creative-slide--btn:hover .circle-icon {
  transform: translate(0%, 0%);
  opacity: 1;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next, 
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  bottom: 5%;
  top: unset;
  transform: scale(1);
  transition: all 0.4s;
  background-color: #EBEBEB00;
  backdrop-filter: blur(20px);
  height: 85px;
  width: 85px;
  line-height: 85px;
  border-radius: 50%;
  transition: all 0.4s;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-next {
  right: 50px;
}
.creative-fullpage--slider .swiper-container-h .swiper-button-prev {
  left: 50px;
}
.swiper-container-h .slider-pagination-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: unset;
  right: unset;
  bottom: 80px;
  left: 50% !important;
  transform: translateX(-50%);
  width: 500px;
  z-index: 1;
}
.swiper-container-h .slider-pagination-area .slide-range {
  font-size: 16px;
  font-weight: 500;
  margin: 0 15px;
  color: #fff;
  line-height: 0;
  position: absolute;
  font-size: 20px;
}
.swiper-container-h .slider-pagination-area .slide-range.one {
  left: -50px;
}
.swiper-container-h .slider-pagination-area .slide-range.three {
  right: -50px;
}
.swiper-container-h .slider-pagination-area .swiper-pagination {
  bottom: 0 !important;
  width: 500px !important;
}
.swiper-container-h .slider-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
  background: #EBEBEB;
}
.swiper-container-h .swiper-button-next::after {
  content: "\f061";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  color: #fff;
  font-size: 50px;
}
.swiper-container-h .swiper-button-prev::after {
  content:"\f060";
  font-family: var(--fa-style-family, "Font Awesome 6 Free");
  font-weight: var(--fa-style, 900);
  background: none;
  color: #fff;
  font-size: 50px;
}
.swiper-container-h .swiper-button-next:hover, 
.swiper-container-h .swiper-button-prev:hover {
  background: #EBEBEB0D;
}
/* ====================== Responsive Ipad =============================== */
@media (max-width: 991px) {
  .creative-fullpage--slider .swiper-slide .slider-inner .swiper-content{
    width: 100%;
    text-align: center;
    left: 0;
  }
  .creative-fullpage--slider .swiper-container-h .swiper-button-next, 
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  .swiper-container-h .slider-pagination-area{
    width: 200px !important;
  }
  .swiper-container-h .swiper-button-next::after, 
  .swiper-container-h .swiper-button-prev::after {
    font-size: 30px;
  }
  .creative-fullpage--slider .swiper-container-h .swiper-button-next, 
  .creative-fullpage--slider .swiper-container-h .swiper-button-prev{
    background: #EBEBEB3b;
  }
  .swiper-container-h .slider-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 200px !important;
  }
}
/* ====================== Responsive Iphone =============================== */
@media screen and (max-width: 767px) {
      .creative-fullpage--slider .slider-inner, .creative-fullpage--slider .swiper-slide .slider-inner img, .creative-fullpage--slider,
       .creative-fullpage--slider .swiper-slide .slider-inner img {
        height: 320px !important;
    }
/*  .navbar .nav-links li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;}
  .navbar .nav-links li {    margin: 2rem 0;}*/
  .swiper-slide .slider-inner .swiper-content .title-area .title {
    font-size: 44px;
  }
  .swiper-slide .slider-inner .swiper-content .title-area .tag{
    text-align: center;
  }
  .swiper-slide .slider-inner .swiper-content p.disc{
        margin: 20px auto 20px auto;
    font-size: 16px;
    width:95%;
  }
  .swiper-container-h .slider-pagination-area{
    display: none;
  }
  .swiper-slide .slider-inner .swiper-content p.disc br{
    display: none;
  }
}
.creative-fullpage--slider {
  max-width: 100%
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.creative-fullpage--slider:before,
.creative-fullpage--slider:after {
  content: "";
  display: table;
}
.creative-fullpage--slider:after {
  clear: both;
}
/* ========= End of 1.6. Services section ========= */
/*---banner--sec--*/
.site-blocks-cover {}
.career-banner {    background: url(../images/carree-sec.jpg) no-repeat center center / cover;}
.about-banner {background: url(../images/about-banner.jpg) no-repeat center center / cover;}
.Group-banner {background: url(../images/group-banner.jpg) no-repeat center center / cover;}
.contact-banner {background: url(../images/contact-sec.jpg) no-repeat center center / cover;}
.contact-banner {background: url(../images/contact-sec.jpg) no-repeat center center / cover;}
.Portfolio-sec {background: url(../images/portfolio-sec.jpg) no-repeat center center / cover;}
.news-banner {background: url(../images/news-sec.jpg) no-repeat center center / cover;}
/* ========= 1.7. Promise section ========= */
.Promise {
    width: 100%;
/*    padding: 100px 0px;*/
    background-image: url("../images/promise-img.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.Promise h3 {
    font-size: 80px;
    font-weight: 400;
    line-height: 94px; color:#234763; margin-bottom: 0px;
}
.Promise::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 57%;
    background-color:rgba(255, 255, 255, 0.8);
    z-index: 0;
}
.Promise .p-0::before {
    content: "";
    position: absolute;
    top: -100%;
    right: 15%;
    width: 1px;
    height: 250%;
    background-color: #234763;
    z-index: 1;
}
.Promise .gap-2 {
    padding: 20px 0px 0px 0px;
}
.Promise h2 {
    color: #234763; margin: 0px;
    z-index: 1;
}
.Promise p {
    color: #808080;
    z-index: 1;    line-height: 34px;
    font-size: 18px;
}
.Promise .p-0 h2 {
    font-size: 60px;
    line-height: 100px;
    transform: translate(-50%, -50%);
    writing-mode: vertical-lr;
    text-orientation: mixed;
    white-space: nowrap;
    transform: rotateZ(180deg);
}
.Promise .pt-lg-5 p:nth-child(3) {
    width: 60%;
}
@media screen and (max-width: 767px) {
    .Promise h2 {
        text-align: center;
    }
  }@media screen and (max-width: 767px) {
  .Promise h3 {
              font-size: 30px !important;
        line-height: 35px !important;
    }}
        @media screen and (max-width: 991px) {
  .Promise h3 {
        font-size: 60px;
        font-weight: 400;
        line-height: 70px;
    }
}
@media screen and (max-width: 991px) {
  .swiper-slide .slider-inner .swiper-content p.disc,
  .swiper-slide .slider-inner .swiper-content .title-area .tag  { text-align:center }
    .Promise p {
     font-size: 16px;
        font-weight: 400;
        line-height: 26px;
    }
}
/* ========= End of 1.7. Promise section ========= */
/** mission-section **/
.mission-section{
  position: relative;
/*  padding: 0px 80px;*/
}
.mission-section:before{
  position: absolute;
  content: '';
  background: #f4f2f1;
  width: 100%;
  height: 50%;
  left: 0px;
  bottom: 0px;
}
.mission-section .single-item .inner-box{
  position: relative;
  width: 100%;
  padding: 136px 0px 140px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; overflow: hidden;
}
.mission-section .single-item .inner-box:before{
  position: absolute;
  content: '';
  background: #000;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.4;
}
.mission-section .single-item .inner-box .sec-title{
  margin-bottom: 0px;
}
.mission-section .single-item .inner-box .sec-title h2{
  margin-bottom: 28px;
  font-size: 36px;
  line-height: 46px;
  text-transform: uppercase;
  padding-top: 4px;
}
.mission-section .single-item .inner-box .theme-btn{
  padding: 16px 39px;
}
.mission-section .single-item .inner-box .shape-2 {  top: -30px !important;}
.mission-section .single-item .inner-box .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.mission-section .single-item .inner-box .shape-1,
.mission-section .single-item .inner-box .shape-2{
  background-position: right center;
}
.mission-section .single-item .inner-box .shape-3,
.mission-section .single-item .inner-box .shape-4{
  background-position: left bottom;
}
          /* ========= 1.13. Footer section ========= */
          footer {
    background-color: #00284B;
    padding-top: 80px;
}
footer ul { list-style: none;
    gap: 25px;
}
footer ul li {  display:inline-block !important; }
a { text-decoration:none; }
footer ul li a {
    color: #fff; list-style: none;
    text-decoration: none;
}
footer .px-0 {
    gap: 30px;
}
footer .gap-1 hr {
    width: 50%;
    margin: 0;
    opacity: 1;
/*    flex-grow: 1;*/
    color: #fff;
}
footer a img {
    width: 300px;
    padding: 0px 10px 0px 10px;
  }
footer .gap-lg-4 a {
  padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff; margin: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #EBEBEB;
    transition: all 0.3s ease-in;
    list-style: none;
}
footer ul li a:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #EBEBEB;
    transition: width .3s;
  }
footer ul li a:hover:after {
    width: 100%;
    transition: width .3s;
}
footer .gap-lg-4 a i {
    font-size: 18px;
    line-height: 24px;
}
footer .address-sec {
    padding: 0px 10px 42px;
    border-left: 1px solid #EBEBEB;
    border-right: 1px solid #EBEBEB;
}
footer .gap-lg-4 a:hover {
    background: #1398d0;
}
footer .mb-0 p ,
footer .text-center p i,
footer .text-center h5,
footer .text-center p {
    color: #fff;
   }
footer .text-center a {
    color: #fff; list-style: none;
 /*   font-size: 16px;
    line-height: 22px;*/
   }
footer .mb-0 {
    background: #051d32;
    padding: 20px 0px;
    text-align: center;
} 
.btn-white:hover, 
.btn-white { background:#fff; color:#3694cf } 
.form-control { border-radius:0px !important;  }  
.btn-theme-colored3:active,  
.btn-theme-colored3:focus,
.btn-theme-colored3:hover,
 .btn-theme-colored3 {
    color: #fff;
    background-color: #00284b;
    border-color: #fff;
    position: relative;
    z-index: 0;
} 
.btn-theme-colored2:active,  
.btn-theme-colored2:focus,
.btn-theme-colored2:hover,
 .btn-theme-colored2 {
    color: #0187e6;
    background-color: #fff;
    border-color: #fff;
    position: relative;
    z-index: 0;
}  
.btn-theme-colored1:active, 
.btn-theme-colored1:focus,
.btn-theme-colored1:hover,
 .btn-theme-colored1 {
    color: #fff !important;
    background-color: #0187e6;
    border-color: #0187e6;
    position: relative;
    z-index: 0;
}
.btn  {
        line-height: 1.4;
    padding: 10px 20px;
        font-weight: 600;
    letter-spacing: 0.05em;
    overflow: hidden;
    text-align: center;
    border-radius: 0;
    border-width: 0;
    overflow: hidden;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.2sease-in-out;
}
.feature-img2 {
    margin-right: -330px;
  }.img-div img.aos-animate {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 3s cubic-bezier(.215,.61,.355,1);
}
[data-aos^=fade][data-aos^=fade].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.img-div img {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    transition: all 3s cubic-bezier(.215,.61,.355,1);
}
[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 3s;
}
[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity, transform;
}
 .img-div img.fade-right.aos-animate {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: all 3s cubic-bezier(.215,.61,.355,1);
}
[data-aos^=fade-right][data-aos^=fade-right].aos-animate {
    opacity: 1;
    transform: translateZ(0);
}
.img-div img.fade-right {
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    transition: all 3s cubic-bezier(.215,.61,.355,1);
}
[data-aos][data-aos][data-aos-duration="1000"], 
body[data-aos-duration="1000"] [data-aos] {
    transition-duration: 1s;
}
[data-aos^=fade-right][data-aos^=fade-right] {
    opacity: 0;
    transition-property: opacity, transform;
}
.feature-img1 .img-1
{width: 948px;
    height: 600px;
    border-radius: 0px 300px 300px 0px;}
.feature-img2 .img-2
{width: 948px;
    height: 600px;
    border-radius: 300px 0px 0px 300px;}
.img, img {
    max-width: 100%;
    transition: all 0.3sease-out 0s;
}.feature-title h5 { font-size: 14px; margin:bottom;
    text-transform: capitalize;
    margin-bottom: 10px;
}.feature-title h2 {
    font-size: 70px;
}.s-about-content p {
    margin-bottom: 15px;
}.slider-btn {
    display: inline-block;
    position: relative;
}
/* CONTENT SECTION */
.content-section {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  position: relative;
}
.content-section.bottom-spacing {
  margin-bottom: 100px !important;
}
.content-section.top-spacing {
  margin-top: 100px !important;
}
#main {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.section-heading {
   color: #234763;
   font-size: 40px;
    line-height: 50px;
    font-weight: 800;    font-family: 'Manrope', sans-serif;
  padding-bottom: 15px;
  position: relative; margin-bottom: 30px;
}
.career-sec { overflow-x:hidden; }
.section-heading-centered { text-align:center; }
.section-heading.section-heading-centered:after,
.section-heading.section-heading-centered:before {display: none}
.section-heading:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #0187e6;
}
.section-heading:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 200px;
  background-color: #0187e6;
}
/* .dream-home-info-section {  height:100vh }*/
 .about-sec { 
/*  background:#fbfaf8;*/
  width:100% }
.dream-home-info-section .info-wrapper ul {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
    margin-bottom: 40px;
}.dream-home-info-section .info-wrapper ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
     font-size: 20px;
    line-height: 1.3;
    color: #3b2810;
}
.dream-home-info-section .img-wrapper-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-column-gap: 22px;
    -moz-column-gap: 22px;
    column-gap: 22px;
    position: relative;
}
.dream-home-info-section .img-wrapper-main::before {
    content: "";
    height: 400px;
    width: 100%;
    max-width: 340px;
    border: 1px solid rgb(0, 136, 199, 0.1);
    border-radius: 0px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;border-radius: 0px;
}
.dream-home-info-section .img-wrapper-main .img-wrapper.wrapper-1 {
    margin-top: 100px;
}
.dream-home-info-section .img-wrapper-main .img-wrapper  {
    border-radius: 0px; padding: 10px; border:1px dotted #333; z-index: 1 !important;  position: relative;
}
.dream-home-info-section .img-wrapper-main .img-wrapper img {
    border-radius: 0px;z-index: 1 !important;  position: relative;
}
.dream-home-info-section .img-wrapper-main .img-wrapper.wrapper-2 {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    position: relative;
}
.dream-home-info-section .img-wrapper-main .img-wrapper.wrapper-2 .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 22;
}
@media screen and (max-width: 767px) {
  .site-blocks-cover h2 { margin-top:60px; }
  .navbar-mainbg {
    padding: 20px;
}.navbar-mainbg.is-sticky .burger {
    top: 14px;
    right: 20px;
}
.burger {
    top: 24px;}
  .site-blocks-cover .banner-text {
    min-height: 40vh !important;
    height: calc(40vh) !important;
}footer ul { display: inline-block ;
    gap: 15px;text-align: center; margin-bottom: 0px;
}
.dream-home-info-section .img-wrapper-main::before {
    height: 209px;
    max-width: 223px;}
footer .address-sec { border:0px; }
footer ul li a { float:left; margin:0px 10px; text-align: center;
} }
@media screen and (max-width: 1023px) {
  section.timeline .active-year h1 { display:none !important;}
  section.timeline .events .event .text {
    width: 87vw !important}
    section.timeline .events .event .text {         top: 50px !important; }
   
 .feature-img1 .img-1,
  .feature-img2 .img-2 { border-radius:0px; width: 100%;
    height: auto;}
.feature-img1 {
    margin-left: 0px;
  }.feature-img2 {
    margin-right: 0px !important;
  }}
    .site-blocks-cover .banner-text{ 
  min-height: 50vh;
    height: calc(50vh)
  }
  .carousel-indicators {
    bottom: -49px;}

  @media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .feature-img1 {
    margin-left:-156px;
  } 
  .feature-img1 .img-1 {
    width: 948px;
    height: 538px;}}
    .carousel-control-next, .carousel-control-prev {width: 3% !important;}
@media only screen and (min-width: 1441px)  { .feature-img1 {
    margin-left: -310px;
  } }
    @media screen and (max-width: 1023px) {
  .section-heading{font-size: 30px;
    line-height: 35px;}
}
 .animations-02 {
    position: absolute;
    right: 0;
    bottom: 45%;
    animation: alltuchtopdown 5s infinite;
    -webkit-animation: alltuchtopdown 5s infinite;
    animation-delay: 0s;
    -webkit-animation-delay: 3s;
}
   .animations-02 img { opacity:0.1 }
.about-us-shape {
    position: absolute;
    top: 44%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right:1%;
}
.about-us-shape img{ width:90px }
   .img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}.feature-img {
    margin-left: -330px;
}.s-about-content p {
    margin-bottom: 15px;
}
@keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }
@-webkit-keyframes alltuchtopdown {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(-20px);
    -moz-transform: rotateX(0deg) translateY(-20px);
    -ms-transform: rotateX(0deg) translateY(-20px);
    -o-transform: rotateX(0deg) translateY(-20px);
    transform: rotateX(0deg) translateY(-20px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }
    @use "sass:math";:root {
    --title-color: #ccc;
    --main-container: 1230px;
    --container-gutters: 24px;
}
.slick-slide:focus,button:focus,a:focus,a:active,a.nice-select.open,input,input:hover,input:focus,input:active,input.nice-select.open,textarea,textarea:hover,textarea:focus,textarea:active,textarea.nice-select.open {
    outline: none
}
@media only screen and (min-width: 1400px) {
section.timeline .events .event.inactive .marker .line { margin-right:14.33333vw}
  section.timeline .active-year {
    position: absolute;
    left: 8.16667vw !important;
    bottom: 32px;
}
}
 
    .testimonial-area .swiper-button-prev:after,.testimonial-area .swiper-button-next:after,.testimonial-area .swiper-rtl .swiper-button-next:after {
    display: none
}
@media (max-width: 767px) {
    .testimonial-area .container {
        max-width:100%
    }
    footer {
    padding-top: 60px;
}
}
.testimonial-area .swiper-pagination-bullets {
    text-align: left;
    line-height: 10px;
    height: 10px;
    padding-bottom: 0
}
.testimonial-area .swiper-pagination-bullet {
    --swiper-pagination-bullet-horizontal-gap: 7px;
    --swiper-pagination-bullet-size: 10px;
    background-color: var(--gray-color);
    color: var(--gray-color);
    border-radius: 50%
}
.testimonial-area .swiper-pagination-bullet:before {
    display: none
}
.testi-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-left: 20px
}
.testi-grid_author {
    min-width: 400px;
    height: 500px
}
@media (max-width: 767px) {
    .testi-grid {
        margin:0;
        display: block
}
    .testi-grid_content { padding-right:18% !important }
    .about-us-shape img{ width:80px }
    .about-us-shape {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    right:1%;
}
    .testi-grid_author {
        min-width:100%;
        height: 100% !important;
        margin-bottom: 40px !important
    }
    .testi-quote2 {
    width: 100px;
    height: 100px;
    margin-left: -10px;
}
}
.testi-grid_title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px
}
.testi-grid_text {
    font-family: var(--title-font);
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: var(--title-color);
    margin-bottom: 42px
}
.testi-grid_name {
    margin-bottom: 0
}
.testi-grid_desig {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color:#3a96d0
}
.testi-grid_content { padding-right:10%; }
.testi-thumb2 {
    height: 340px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative
}.testi-thumb2 {
    margin-top: 40px
}
@media (max-width: 1199px) {
    .testi-thumb2 {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100px
    }
        .testi-thumb2 {
        margin-top:0
    }
}
.testi-thumb2 .tab-btn {
    font-family: var(--title-font);
    font-size: 16px;
    font-weight: 600;
    color: var(--title-color);
    position: relative;
    cursor: pointer;
    z-index: 3
}
.testi-thumb2 .tab-btn:after {
    content: '';
    width: 2px;
    height: 70px;
    background-color: var(--title-color);
    position: absolute;
    left: -9px;
    top: 8px;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}
.testi-thumb2 .tab-btn.active {
    color:#3a96d0
}
.testi-thumb2 .tab-btn.active:after {
    background-color:#3a96d0
}
.testi-thumb2 .indicator {
    position: absolute;
    height: 70px !important;
/*    width: 2px;*/
    background-color:#3a96d0;
    left: 22px;
    top: calc(var(--pos-y) + 8px);
    z-index: 2;
    -webkit-transition: 0.9s ease-in-out;
    transition: 0.9s ease-in-out
}
@media (max-width: 1299px) {
    .testi-thumb2 .indicator {
        left:18px
    }
.testi-grid_author {
    min-width: 280px;
    height: 380px;
}
    .testi-thumb2.style2 {
        left:20px
    }
}
@media (max-width: 1199px) {
    .testi-thumb2 .indicator {
        left:10px;
        display: none
    }
    .testi-thumb2 .tab-btn:after {
    content: '';
    width: 70px;
    height: 2px;top: 32px;
}
}
.testi-quote2 {
    width: 100px;
    height: 100px;
    margin-left: -10px
}
.testi-slider2 {
    height: 670px;
    overflow-x: visible; position: 0px 0px 30px;
}
@media (max-width: 1199px) {
    .testi-quote2 {
        display:none
    }
        .testi-slider2 {
        height:100%;
        overflow: hidden
    }
        .testi-slider2 .swiper-wrapper {
        padding-top:30px
    }
}
.testi-slider2 .swiper-slide {
    height: 100% !important
}
@media (max-width: 1199px) {
    .testimonial-area3 {
        padding-bottom:0 !important
    }
}
/*---career page---*/
.lift {
    transition-duration: 0.3s;
    transition-timing-function: ease;}
       .lift:hover {
            --tw-shadow: 0 0.25rem 1.25rem var(--tw-shadow-color, rgba(52, 63, 82, 0.1));
            box-shadow: 0px 0p 10px #999;
        }
.form-select {
    background-clip: padding-box;
}
.form-select {
    background-size: 20px 20px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-select {
    display: block;
    width: 100%;
    appearance: none;
    border-radius: 0.4rem;
    border:1px solid rgba(8, 60, 130, 0.07);
    background-color: #fefefe;
    background-image: var(--form-select-bg-img), var(--form-select-bg-icon, none);
    background-position: right 0.75rem center;
    background-repeat: no-repeat;
    padding-block: 0.6rem;
    padding-right: calc(var(--spacing)* 8);
    padding-left: calc(var(--spacing)* 4);
    font-size: .75rem; padding: 10px 20px;
    --tw-leading: 1.7;
    line-height: 1.7;
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: #959ca9;
  text-shadow: 0 0 1.25rem var(--tw-shadow-color, rgba(30, 34, 40, 0.04));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.position-sec span { line-height:60px }
.position-not-found  {   background:#edf2fc ; }
.position-not-found p {    font-size: 0.9rem;}
.position-not-found h3
                {     font-weight: bold;   font-size: 1.4rem !important;}
                .position-sec { background:#fdfdfd; }
                .career-sec h4 { font-weight:bold; }
                    .bg-sd {
    background-color: rgba(226, 98, 107);
}.leading-sec{ width: 60px; height:60px; float:left;  border-radius: 100%;
font-size: 1rem;    line-height: 60px !important;
}
.bg-ux {
    background-color: rgba(69, 196, 160);
}
   .career-ico { width:130px; }
 .solid-mono .fill-primary {
    fill: #3f78e0;}
    .bg-an {
    background-color: rgba(250, 183, 88);
}
.bg-fd {
    background-color: rgba(116, 126, 209);
}
.bg-md{
    background-color: rgba(247, 139, 119);
}
.bg-nd {
    background-color: rgba(209, 107, 134) !important;
}
.position-sec h4 {    color: #343f52;
    word-spacing: 0.1rem;     font-size: 0.95rem !important; font-weight: bold;}
.text-a07cc5 {
    color: #a07cc5 !important;
}
.solid-mono .fill-secondary {
    fill: #b2c9f3;
}
     .text-1rem {
    font-size: 1rem;
}
.bg-bluee {background-color: #051d32;}
.bg-blue-dark{background-color:#00284B;}
.bg-light_blue{background-color: #4ca0d5 !important;}
.position-not-found{     width: 100%;
    background-image: url(../images/career-bg.jpg);
    background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.position-not-found h3{color: #fff;
    font-size: 40px !important;
    line-height: 50px;
    font-weight: 800;
    font-family: 'Manrope', sans-serif;
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 30px;}
      .position-not-found p{    font-size: 1.25rem;color: #fff;
    font-weight: 300;}
    /**---end career--*/
      /*---------time-line----*/
    .mobile-view,
section.timeline .active-year h1,
  .events.js-events,
.timeline-header { position: relative; z-index: 2; }
.GBR_journey-row {
    display: inline-block;
    clear: both; position: relative;
    padding: 0px 0px 0px;
    width: 100%;
    overflow: hidden;
}.mobile-view {
    display: none !important;
}
section.timeline { 
    margin: 0px 0px 0;
    position: relative;
    width: 100vw;
    overflow: hidden;
    background-size: cover;
}
Section.timeline .timeline-header {
    padding-left: 8.16667vw;
}
div.timeline-header {
    display: -webkit- flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 100px;
}
section.timeline .events .event {
    height: 100%;
    position: relative;
}
section.timeline .events .event .marker {
    height: 100%;
    position: relative;
    overflow: visible;
}
section.timeline .events {
    display: -webkit- flex;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    height: 600px;
    cursor: -webkit-grab;
    cursor: grab;
    position: relative;
}
section.timeline .events .event .marker .dot {
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 50%;
    left: -10px;
    background-color: #2c4e6b;
    border: none;
    transition: background-color 550ms 0ms ease;
    transition: border 550ms 0ms ease;
}
section.timeline .events .event .marker .year {
    color: #48afda;
    position: absolute;
    left: 2vw;
    font-size: 21px;
    transition: color 550ms 0ms ease;
}
.number-text,
section.timeline .active-year h1 {
  font-size: 3.125em;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 2.42px;
    line-height: 0.92;
}
section.timeline .events .event .marker .line {
    height: 100%;
    bottom: 0px;
    width: 1px;
    margin-right: 14.33333vw;
    border-left: 2px solid #00284B;
    transition: border-left 550ms 0ms ease;
}
section.timeline .events .event .text {
    width: 66vw;
    position: absolute;
    left: 2vw;
    z-index: 2;
    top:60px;
    opacity: 1;
    transition: opacity 350ms 0ms ease;
}
section.timeline .events .event.inactive .marker .line {
    background: #f8f8f8 !important;
    border: 0;
    position: relative;
    top: 19px;
       margin-right: 14.33333vw;
    border-left: 2px solid #fff !important;
}
section.timeline .events .event .text h3 {
    line-height: 36px;
    color: #00284B; margin-bottom: 20px;
    font-size: 24px; font-weight: bold;
}
section.timeline .events .event.inactive .text {
    opacity: 0;
}
section.timeline .events .event.inactive .marker .dot {
    width: 20px;
    height: 20px;
    left: -10px;
    background-color: none;
    border: 1px solid #abd8ed;
    z-index: 2;
    background: none !important;
}
div.timeline-header .arrows .arrow.disabled {
    pointer-events: none !important;
    opacity: .2;
}
.our-journey .arrow::after {
    display: none;
}
div.timeline-header .arrows .previous {
    margin-right: 32px;
    cursor: pointer;
}
.js-next {
    cursor: pointer;
}
.our-journey .arrows img {
    width: 75px;
}
.our-journey .arrow:hover::after {
    display: none;
}
.h1-holder,
.number-holder,
.svg-holder {
    overflow: hidden;
}
section.timeline .active-year {
    position: absolute;
    left: 8.16667vw;
    bottom: 32px;
}
section.timeline .active-year h1 {
    display: inline-block;
    font-size: 8em;
    color: #239fd3;
    font-weight: 300;
    visibility: visible;
}
.text-small {
    font-size: 13px;
    color: #333;
    line-height: 1.5333;
    letter-spacing: 0.3px;
}
div.timeline-header .arrows {
    display: -webkit- flex;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
  }
    div.timeline-header .arrows p {
    margin: 0 32px 0;
}
section.timeline .events .event.inactive .marker .year {
    color: #012a4d;
}
.timeline-header .container {
    position: relative;
}
@media (min-width:1024px) and (max-width:1181px) {
 section.timeline .events .event .text {
        width: 60vw ;
    }
    section.timeline .active-year {    left: 1vw;}
      section.timeline {
        padding: 50px 0 0;
    }
    }
      div.timeline-header {
        margin-bottom: 50px;
    }
  }
    @media (max-width: 980px) {
.active-year.js-active-year { display: none;}
  .mobile-view {
    display: block !important;
}
div.timeline-header .arrows { justify-content: center; }
    section.timeline .events .event.inactive .marker .line,
    section.timeline .events .event .marker .line {
        opacity: 0;
    }section.timeline .active-year h1:nth-child(-n+4),
      section.timeline .active-year {
        display: none !important;
    }
      section.timeline .events .event .text {
        width: 85vw;
        left: 0px;
    }
      section.timeline {
        margin: 30px 0 0;
        padding: 100px 0 100px;
    }
    }
    @media (max-width: 767px) {
     section.timeline .events .event .text {
        width: 89vw;
        text-align: center;
        left: -26.4vw;
        top: 48px;
    }
      section.timeline .events .event .text h3 {
        line-height: 28px;
        color: #00284B;
        font-size: 21px;
        letter-spacing: 0px;
        font-weight: 100;
    }
      section.timeline {
        margin: 20px 0 0;
        padding: 30px 0 0px;
    }
      div.timeline-header {
        margin: 20px 0 50px 0;
    }
      .timeline .row-heading {
        text-align: center;
        width: 100%;
    }
      div.timeline-header .arrows p {
        display: none;
    }
      section.timeline .events .event .marker .year {
        font-size: 3.375em !important;
        left: 50%;
        color: #0088c7;
        margin-top: 10px;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0);
    }
      section.timeline .events .event .marker .dot {
        display: none;
    }
      section.timeline .events .event.inactive .marker .year {
        font-size: 1.25rem !important;
        color: #cbe4f0;
    }
      section.timeline .events .event.inactive .marker .line {
        margin-right: 16.4vw;
    }
      section.timeline .events .event.inactive .marker .line,
    section.timeline .events .event .marker .line {
        opacity: 0;
    }
      section.timeline .events .event .marker .line {
        margin-right: 35.8vw;
    }
  }
/*---news media---*/
.news-media p { padding:10px 15px 0px; }
.recentNews .news-title {
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
        font-size:55px;
    font-weight:bold;
    color: #fff;
}
.news-media .category {
    width: 63%; padding: 10px 0px 0px 15px;
}.news-media .category h5 {
    margin-bottom: 0;
    color: #707070;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1rem;
    font-family: "OpenSans-bold";
}
.news-media .category h5 span
{    display: block;
    width: 5rem;
    background-color: #35393b;
    height: 1px;
    margin-left: 1rem;}
.recentNews .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.recentNews .news-media {
    margin-bottom: 30px;
}
.news-media .inner {
    background-color: #FFF;
    padding: 10px;
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    height: 100%;
}
.news-media .inner:hover {
    background-color: #f4f2f1;
}
.news-media .fauxcrop {
/*    height: 180px;*/
    overflow: hidden;
}
.news-media .fauxcrop img {
    width: 100%;
}
.news-media-content {
    display: table;
    padding: 20px 0 28px;
}
.news-media-content .news-media-date {
    border-right: 1px solid #95A5A6;
    display: table-cell;
    font-family: "Lato", sans-serif;
    padding: 0px 15px 0px 15px;
    text-align: center;
}
.news-media-content .news-media-date span {
    font-size: 16px;
    color: rgb(20, 117, 175);  
    font-weight: 700;
    display: block;
    line-height: 1;
}
.news-media-content .news-media-date strong {
    font-size: 25px;    
    line-height: 43px;
    color: rgb(20, 117, 175);  
}
.news-media-content .news-media-header {
    color: #000;
    display: table-cell;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.2px;
    line-height: 1.4;
    padding: 0 15px;
    vertical-align: top;
}
.btn-news {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 30px;
    text-align: center;
}
.btn-news.btn-contests a {
    color: #fff;
        font-size: 24px;
    transition: all 0.2s ease-in-out 0s;
}
.btn-news.btn-contests a:hover {
    color: #000;
}
/*-----news media---*/
/*---contact us------*/
   .map-sec .map-div {
    position: absolute;
    right: 4rem;
    background-color: #fff;
    width: auto;
    bottom: 1.5rem;
    border-radius: .5rem;
    padding: 1.875rem;
    box-shadow: 1px 2px 8px 0 rgba(0, 0, 0, .06);
        max-width: 300px;
}
.contact-info .media-body h3 a {
       color: #1e1859 !important;
}
.map-sec .map-div h3 {
    font-size: 1.75rem;
    margin-bottom: .625rem;
}
.map-sec .map-div p {  
    font-size: 15px;
    color: #333;
}
.map-sec iframe {
    display: block;
    width: 100%;
    position: relative;
}.map-sec {
    border-radius: .75rem;
    overflow: hidden;
    position: relative;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
}
.contact-info {
    margin-bottom: 12px
}
.contact-info__icon {
    margin-right: 20px
}
.contact-info__icon i,.contact-info__icon span {
    color: #8f9195;
    font-size: 27px
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.contact-info .media-body p {
    color: #999999
}
.contact-title {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px
}
.form-contact label {
    color: #1e1859;
    font-size: 14px
}
.form-contact .form-group {
    margin-bottom: 15px
}
@media (min-width: 1000px) {
    .form-contact .form-group {
        margin-bottom:30px
    }
      section.timeline .active-year h1:nth-child(-n+4)   { display:inline-block !important; }
}
.form-contact .form-control {
    border: 1px solid #f0e9ff;
    border-radius: 5px;
    height: 48px;
    padding-left: 18px;
    font-size: 13px;
    background: transparent
}
.form-contact .form-control:focus {
    outline: 0;
    box-shadow: none
}.form-contact .form-control::placeholder {
    font-weight: 300;
    color: #999999
}.form-contact textarea {
    border-radius: 12px;
    height: 100% !important
}
/*--------contact us ---*/   
 .form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 42, 77, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #00284B;
    border-radius: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}
.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
  .world-class-organization .container {
    padding: 0 50px;
    max-width: -webkit-calc(1340px + 100px);
    max-width: calc(1340px + 100px);
    width: 100%;
    margin: 0 auto;
}
 .world-class-organization .section-heading-top {border-bottom:1px solid #fff;color:#fff;padding:0 0 30px 0;margin:0 0 100px 0;}
 .world-class-organization .section-in .parallax-circles .swiper-slide .parallax-circle {text-align:center;  color: #0a3153;   
    line-height: 43px;}
      .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide.active
    .parallax-circle {
    background-color: #0187e6;
    color: #fff;
  }
         .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide
    .parallax-circle:focus,
       .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide
    .parallax-circle:hover  {
    background-color: #0187e6;
    color: #fff;
  }
  .world-class-organization {
  position: relative;
  padding: 60px 0;
  background-color: #fff ;
    overflow: hidden;-webkit-transition: 0.2s all ease-out;
    transition: 0.2s all ease-out;
      transition: background-color 1s ease;
}
.world-class-organization:hover {
  -webkit-transition: 0.2s all ease-in;
  transition: 0.2s all ease-in;
}
.world-class-organization .section-in {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.world-class-organization .section-in .info {
  max-width: 450px;
  width: 100%;
  margin-top: 116px;
  position: relative;
}
.world-class-organization .section-in .info-item p {
  margin-bottom: 40px;
}
.world-class-organization .section-in .parallax-circles {
  max-width: 767px;
  display: -webkit-box;
  display: flex;
  padding-right: 138px;
}
.world-class-organization .section-in .parallax-circles .swiper-container {
  overflow: visible;
}
.world-class-organization .section-in .parallax-circles .swiper-slide {
  pointer-events: all !important;
  -webkit-transition: 350ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 350ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.world-class-organization
  .section-in
  .parallax-circles
  .swiper-slide
  .parallax-circle {
  width: 290px;
  height: 290px; background: url(../images/logo-ico.png) center no-repeat #fff;
  border-radius: 50%;
  border: 1px solid #0187e6;
  font-size: 32px;
  display: -webkit-box !important;
  display: flex !important;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-transition: 350ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
  transition: 350ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
}
.world-class-organization
  .section-in
  .parallax-circles
  .swiper-slide:first-child {
  margin-top: 89px !important;
}
.world-class-organization
  .section-in
  .parallax-circles
  .swiper-slide:last-child {
  margin: -100px -100px 0 auto;
  grid-column: 1/3;
}
 .world-class-organization .section-in .info .swiper-slide { background: #fff;}
@media (max-width: 1280px) {
     .Promise::before {
    width: 61%}
    .Promise h2 {
    margin: 30px 0px}
  .world-class-organization .section-in .info {
    max-width: 370px;}
/*      section.timeline .active-year h1 { font-size: 6em; }*/
  .world-class-organization .section-in .parallax-circles {
    padding-right: 0;
  }
    .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide:last-child {
    margin-right: 80px;
  }.creative-fullpage--slider .slider-inner,
.creative-fullpage--slider .swiper-slide .slider-inner img,
.creative-fullpage--slider,   
  .creative-fullpage--slider .swiper-slide .slider-inner img {height: 600px;}
}
@media (min-width: 1100px) {
  section.timeline .active-year {
    position: absolute;
    left: 3.16667vw;
    bottom: 32px;
}
  .world-class-organization .section-in .info .swiper-container {
    overflow: visible;
  }
    .world-class-organization .section-in .info .swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: 0;
    pointer-events: none;
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
    .world-class-organization .section-in .info .swiper-slide.active {
    position: static;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: 350ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
    transition: 350ms cubic-bezier(0.25, 0.74, 0.22, 0.99);
  }
    .world-class-organization .section-in .parallax-circles .swiper-wrapper {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(2, 290px);
    align-content: start;
  }
    .world-class-organization .section-in .parallax-circles .swiper-slide {
    width: 310px;
    height: 310px; 
  }
    .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide.active
    .parallax-circle {
    background-color: #0187e6;
    color: #fff !important;
    width: 260px;
    height: 260px;
  }
}
@media (min-width:900px) and (max-width:1100px) {
    .world-class-organization .section-in .parallax-circles .swiper-container {
        width: 33%;
    }    
  #scene-circle-about_blue_item-0,
#scene-circle-about_blue_item-1,
#scene-circle-about_blue_item-2 {   text-align: center;  width:320px !important; margin-right: 10px !important; }
.world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide.active
    .parallax-circle {
    background-color: #0187e6;
    color: #fff;
  }
     .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide
    .parallax-circle:focus,
       .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide
    .parallax-circle:hover  {
    background-color: #0187e6;
    color: #fff;
  }
  .world-class-organization .section-in .parallax-circles .swiper-slide .parallax-circle {   margin: auto;  width: 280px !important;
    height: 280px !important;
    padding: 20px;
}}
@media (min-width:768px) and (max-width:899px) {
    .world-class-organization .section-in .parallax-circles .swiper-container {
        width: 33%;
    }
  #scene-circle-about_blue_item-0,
#scene-circle-about_blue_item-1,
#scene-circle-about_blue_item-2 {text-align: center;     width:240px !important; margin-right: 10px !important; }
.world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide.active
    .parallax-circle {
    background-color: #0187e6;
    color: #fff;
  }

.world-class-organization .section-in .parallax-circles .swiper-slide .parallax-circle {    width: 240px !important;
    height: 240px !important;
    padding: 20px; margin: auto;
}}

@media (max-width: 1100px) {
  .world-class-organization .section-in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
    .world-class-organization .section-in .info {
    max-width: 100%;
    margin: 0;
  }
    .world-class-organization .section-in .info .swiper-slide {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    pointer-events: all;
  }
    .world-class-organization .section-in .parallax-circles {
    margin-bottom: 48px;
    -webkit-box-ordinal-group: 0;
    order: -1;
    width: 100%;
  }
      .world-class-organization .section-in .parallax-circles .swiper-slide,
  .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide:first-child,
  .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide:last-child {
    margin: 0;
  }
  .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide.active
    .parallax-circle {
    background-color: #0187e6;
    color: #fff;
  }
}
@media (max-width: 768px) {
   .world-class-organization .section-in .parallax-circles .swiper-container {
    width: 100%;
  }
  .world-class-organization {
    padding: 70px 0 80px;
  }
   .Promise::before {
    width: 100%;}
    .world-class-organization .section-in .info-item h3 {
    font-size: 31px;
    line-height: 1;
    margin-bottom: 20px;
  }
    .world-class-organization .section-in .info-item p {
    margin-bottom: 24px;
    font-size: 16px;
  }
    .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide
    .parallax-circle {
    width: 290px;
    height: 290px;
  }
}
@media (max-width: 767px) {
     .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide.active
    .parallax-circle {
    background-color: #0187e6;
    color: #fff;
  }
 .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide
    .parallax-circle:focus,
       .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide
    .parallax-circle:hover  {
    background-color: #0187e6;
    color: #fff;
  }
  .world-class-organization .section-in .parallax-circles .swiper-container {
    width: 100%;
  }
  .news-media-content .news-media-header {
    font-size: 16px; }
  .world-class-organization .container {
    padding: 0 15px;}
.world-class-organization .section-in .parallax-circles .swiper-slide:first-child { margin:0px 10px 0px 0px !important; }
    .world-class-organization .section-in .info .swiper-slide,
  .world-class-organization .section-in .info .swiper-wrapper {
    -webkit-transition-duration: 150ms !important;
    transition-duration: 150ms !important;
  }
    #scene-circle-about_blue_item-0,
#scene-circle-about_blue_item-1,
#scene-circle-about_blue_item-2 {    width:130px !important; margin-right: 10px !important; }
 .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide.active
    .parallax-circle,
    .world-class-organization .section-in .parallax-circles:hover .swiper-slide {
    width: 120px !important;
    height: 120px !important;
  }
      .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide
    .parallax-circle {
    width: 120px !important;
    height: 120px !important;
    font-size: 20px; line-height: 26px;
  }
}
    .world-class-organization .section-in .parallax-circles .swiper-wrapper {
    grid-template-columns: repeat(2, 320px);
  }
    .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide
    .parallax-circle {
    width: 320px;
    height: 320px;
    padding: 20px;
  }
    .world-class-organization
    .section-in
    .parallax-circles
    .swiper-slide.active
    .parallax-circle {
    width: 290px;
    height: 290px;
  }
html[lang='ja'] .world-class-organization .section-in .info-item h3 {
  font-size: 62px;
}
html[lang='ja'] .section_cta .section-in h2 {
  font-size: 52px;
  line-height: 1.2;
}
html[lang='de-DE'] .page-template-direction-page .direction_banner h1 {
  text-transform: inherit;
}
@media (max-width: 768px) {
  html[lang='ja'] .world-class-organization .section-in .info-item h3,
  html[lang='ja'] .section_cta .section-in h2 {
    font-size: 40px;
  }
}
.gallery-sec { position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}
.gallery__strip {
  min-height: 80vh;
}
.gallery__strip__wrapper {
/*  flex: 0 0 100%;*/
  justify-content: flex-end;
/*  background: #222;*/
  border-right: 2px solid #f8f8f8;
  position: relative; 
}

@media (min-width: 500px) {
  .gallery__strip__wrapper {
    flex: 0 0 50%;
  }

}
@media (min-width: 950px) {
  .gallery-sec {
    height: 80vh;
  }
  .gallery__strip.one {
    animation: 100s move-it ease alternate infinite 5s;
    transform: translateY(5%);
  }
  .gallery__strip.three {
    animation: 170s move-it ease alternate infinite 6s;
    transform: translateY(5%);
  }
  .gallery__strip.two {
    animation: 158s move-it-2 ease alternate infinite 5s;
    transform: translateY(-0%);
  }
  .gallery__strip.four {
    animation: 165s move-it-2 ease alternate infinite 5.5s;
    transform: translateY(-0%);
  }
  .gallery__strip:hover {
    animation-play-state: paused;
  }
  .gallery__strip__wrapper {
    flex: 0 0 25%;
  }
}
@media (max-width: 949px) {
.gallery-sec {
   height: 400px !important;
  }
  .gallery__strip.one {
    animation: 100s move-it ease alternate infinite 5s;
    transform: translateY(5%);
  }
  .gallery__strip.three {
    animation: 170s move-it ease alternate infinite 6s;
    transform: translateY(5%);
  }
  .gallery__strip.two {
    animation: 158s move-it-2 ease alternate infinite 5s;
    transform: translateY(-0%);
  }
  .gallery__strip.four {
    animation: 165s move-it-2 ease alternate infinite 5.5s;
    transform: translateY(-0%);
  }
.gallery__strip:hover {
  animation-play-state: paused;
}

 .gallery__strip__wrapper {
    flex: 0 0 25%;
  }
}
.photo {
  position: relative;
  text-align: right;
  padding-bottom: 2px;
}
.photo__image img {
  width: 100%;
/*  transform: translateX(30%);*/
  transition: 1s cubic-bezier(0.19, 1, 0.22, 1) 0.2s;
}
.photo__name {
  text-transform: uppercase;
  font-size: 40px;
  letter-spacing: 2px;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  margin-top: -25px;
  transition: 0.9s ease-in-out 0.9s;
  position: relative;
  width: 100%;
}
.photo:hover .photo__image img {
  transform: translateX(0%);
}
.photo:hover .photo__name {
  color: #333;
}
@keyframes move-it {
  0%, 90%, 100% {
    transform: translateY(5%);
  }
  45% {
    transform: translateY(-50%);
  }
}
@keyframes move-it-2 {
  0%, 90%, 100% {
    transform: translateY(-50%);
  }
  45% {
    transform: translateY(5%);
  }
}
.form-popup-bg {
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.form-popup-bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(1, 42, 77, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  overflow-y: auto;
  z-index: 10000;
}
.form-popup-bg.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}
.form-container {
    background-color: #00294c;
    border-radius: 0px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    display: flex;
    flex-direction: column;
    width: 90%;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position:relative;
  padding: 40px;
  color: #fff;
}
.close-button {
  background:none;
  color: #fff;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  right: 0;
  border: solid 1px #fff;
}
.form-popup-bg:before{
    content:'';
    background-color: #fff;
  opacity: .25;
  position:absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}


.bottom-popup {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgb(246, 246, 246, 0.8);
    color: #000;
    padding: 22px 40px 22px 25px;
    font-size: 15px;
    z-index: 99999;
    box-shadow: 0px 0px 3px #ccc;
    display: flex;
    justify-content: space-between;
    align-items: center;
    animation: slideUp 0.4s ease;
}.popup-close {
    background: transparent;
    border: none;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: -15px;
    background: #000;
    width: 30px;
    line-height: 30px;
    height: 30px;
    border-radius: 30px;
}