@import url('https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bebas+Neue&display=swap'); 
@font-face {
    font-family: Rithem Regular;
    src: url('../font/rithem-webfont.woff') format('woff');
	src: url('../font/rithem-webfont.woff2') format('woff2');
	 src: url('../font/Rithem.ttf')  format('truetype'); /* Safari, Android, iOS */
}
 
 
body{font-family: 'Archivo', sans-serif;  }
h1, h2, h3, h4, h5, h6{font-family: 'Bebas Neue', cursive;}
/* Header */
div#everlasting-slider {
    margin: 0;
    padding: 0 0 100px 0;
    overflow: hidden;
	min-height: 100vh;
	background: #041e39;
	border-top:5px solid #FCB900;
}
div#everlasting-slider{
	background: linear-gradient(-45deg, #041e39, #0a557f, #041e39, #02182e);
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
 
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
.everlasting{padding: 20vh 0;}
.color-white{color:#fff;}
.color-yellow{color:#fcb900;}
 
.everlasting img  {linear-gradient(233deg, #fcb900, #fcb900, #ffffff, #fcb900);
    width:100%;
     background-size:cover;
    background-blend-mode: hard-light;
    animation: hue-rotate 6s linear infinite;
}

@keyframes hue-rotate {
  from {
    -webkit-filter: hue-rotate(0);
    -moz-filter: hue-rotate(0);
    -ms-filter: hue-rotate(0);
    filter: hue-rotate(0);
  }
  to {
    -webkit-filter: hue-rotate(360deg);
    -moz-filter: hue-rotate(360deg);
    -ms-filter: hue-rotate(360deg); 
    filter: hue-rotate(360deg);
  }
}
.text-right{text-align: right; position: relative;}
.text-right .fa{font-size: 30px; color: #FCB900}
.text-right:before{content: '';
height: 2px; left: 0; width: 97%; top: 8px;  position: absolute;background: #FCB900; right: 30px;}
/* End Header */

/* connections*/ 
.connections{margin-top: 100px;}
.title-text{color:#FCB900; font-family: 'Bebas Neue', cursive; font-size: 100px; position: relative; margin-bottom: -50px;}
.line-text h2:before{content: '';
height: 10px; left: -198vh; width: 200vh; top: 20px;  position: absolute; background: #FCB900; right: 30px; }
.sub-tilte{ font-family: Rithem Regular; color: #041e39;     position: relative;   top: -66px;}
 .main-topics h3{color: #FCB900; font-size: 42px;  font-family: 'Bebas Neue', cursive; line-height: .9; }
.main-topics p{color:#041e39; font-family: 'Bebas Neue', cursive;  font-size: 28px; line-height: 1; position: relative;}
.connections ul{list-style: none; margin: 0; padding: 0; display: flex;   justify-content: space-between; margin-top: 40px;}
.main-topics li:before {content: '';
    position: absolute !important;
  	margin-left: -44px;
    height: 100px !important;
    width: 2px !important;
    z-index: 999;
    background: #e7e2e2;
}
.main-topics li:first-child:before{display: none}
.bottom-line{border-bottom: 1px solid #041e39}
 .main-topics .line-bottom-yellow:after{
    content: '';
    background-color: #fcb900;
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 10px;
    margin-right: 3px;
}
.main-topics .line-bottom-blue:after{
    content: '';
    background-color: #041e39;
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 10px;
    margin-right: 3px;
}
/* End connections */

/* learning */
.learning{position: relative;overflow: hidden; margin-bottom: 70px;}
.learning:after{content: '';   height: 29%; width: 100%; bottom: 0; position: absolute; z-index: -1;}
.learning  h3{font-size: 46px; color: #041e39; line-height: .8; margin-bottom: 40px; font-weight: bold;}
.one-points{margin-bottom: 35px;}
.points{height: 100%; width: 100%}
.text-p { float: left; color: #041e39; width:40%;}
.points .line-bottom-blue:after{
    content: '';
    background-color: #041e39;
    display: block;
    width: 30px;
    height: 5px;
    margin-top: 10px;
    margin-right: 3px;
}
.sub-img img{width: 100% !important; padding-bottom: 40px;}
.text-p h4{  font-size: 30px; color: #041e39; line-height: .8 }
.text-number { float: left; color: #fcb900; width: 48%;}
.text-number h3{color: #fcb900; font-size: 70px; margin: 0;line-height: 0.8; margin-left: 30px;}
.developing{position: relative; margin-top: 20px; }
.developing:before{content: ''; background: #fcb900;  height: 100%; width: 600vh; top: -30px; position: absolute; z-index: -1; left: -300vh}
.developing:after{content: ''; background: #fcb900;  height: 100%; width: 600vh; bottom: -70px; position: absolute; z-index: -1; left: -300vh}

.circle-point-inner{height: 180px; width: 180px;  background:#041e39; border-radius: 100%;margin-bottom: 20px; text-align: center; color:#fff; border: 0; }
.circle-point-inner span{line-height: 1.1; margin-top: auto;  font-family: 'Bebas Neue', cursive; padding: 18px; font-size: 22px;
margin-bottom: auto; letter-spacing: 1.1px;}
/* End learning */


/* experiences */
.l_hp__overview_btn {
    position: relative;
     box-shadow: none;
    color: #041e39;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    margin-left: -0.1em;
    margin-top: 5px;
    padding: 2px 20px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    border: 1px solid #FCB900;
    transition: .3s;
    border-radius: 0;
}
.l_hp__overview_btn:after {
    border: solid #1e3557;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    content: '';
    top: 5px;
    right: 5px;
    transform: rotate(270deg);
    position: absolute;
    -webkit-transform: rotate(270deg);
}
.real-word{position: relative; width: 100%; }
.real-world-text{padding: 20px;position: absolute;
    bottom: 0px;}
.real-world-text h3{line-height: 1; font-size: 25px; color: #fff}
.paddding-bottom{padding-bottom: 60px}
.experiences  .circle-point-inner img{border-radius: 100%} 
.real-world-text .l_hp__overview_btn{    color: #fcb900;}
/* End experiences */

/* impact */

.impact-banner{position: relative; overflow: hidden;}
.impact-banner img{width: 100%}
.impact-banner .impact-banner-text{position: absolute; width: 30%; left: 100px; bottom: 20%; color: #fff}
.impact-banner .impact-banner-text h3{color: #fcb900; font-size: 30px}
.impact-banner .l_hp__overview_btn{color:#fff}
.impact-banner .l_hp__overview_btn:after {
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    content: '';
    top: 5px;
    right: 5px;
    transform: rotate(270deg);
    position: absolute;
    -webkit-transform: rotate(270deg);
}
.impact-centre-1{background: #fcb900; padding: 0!important; margin: 0!important; position: relative;
    z-index: 1;}
.impact-centre-in{height: 100%; width: 100%;}
.impact-centre-img{padding: 0; margin: 0}
.impact-centre-in.centre-text {
    padding-left: 50px;  padding-right: 50px;
}
.impact-centre-1 .l_hp__overview_btn {
 
    border: 1px solid #1e3557;
     
}
/* End impact */


/* STORIES  */

.teams {
  margin-top: -400px;
	padding-top: 500px; background: #041e39; z-index: 0; position: relative;
}
.teams .shadow-effect {
  background: #fff;
  padding: 0px;
  border-radius: 0px;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
.teams
#customers-teams .item {
  height: 600px !important;
  text-align: center;
   margin-bottom: 40px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-teams .item p {
  font-size: 12px;
}
#customers-teams .item h2 {
  font-size: 28px !important;
  font-weight: 500 !important;
}
#customers-teams .item .title {
  font-size: 14px;
}
#pastexp {
  margin-top: 20px;
}
#customers-teams .item h5 {
  font-size: 15px !important;
  font-weight: 700 !important;
}
#customers-teams .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.teams .owl-carousel .owl-item .img-circle {
  transform-style: preserve-3d;
  
  margin: 0 auto 17px;
  transition: transform 0.5s;
}
.teams .owl-carousel .owl-item .img-circle:hover {
  transform: scale(0.9);
}
#customers-teams.owl-carousel .owl-dots .owl-dot.active span,
#customers-teams.owl-carousel .owl-dots .owl-dot:hover span {
  background: rgba(215, 67, 77, 0.8);
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-teams.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-teams.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-teams.owl-carousel .owl-dots .owl-dot span {
  background: rgba(215, 67, 77, 0.8);
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  margin-top: 50px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
  outline: none;
  border-radius: 50% !important;
}
.owl-dot,
.owl-dot:active,
.owl-dot:focus {
  outline: 0 !important;
}

@media only screen and (max-width: 1000px) {
  #customers-teams.owl-carousel .owl-dots .owl-dot span {
    height: 20px;
    width: 20px;
    margin-top: 30px;
  }
}

#teamsocial {
  align-items: center;
  justify-content: center;
  display: flex;
  margin: 10px auto;
  margin-top: 20px;
}
#teamsocial #socialicon {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease;
}
#teamsocial #socialicon:hover {
  font-size: 2rem;
  width: 50px;
  height: 50px;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  background-color: #000;
  color: #fff;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
 
.owl-nav button.owl-next {
  right: 0;
}



.owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
      color: #fff !important; font-size: 60px !important;
}
 
.owl-nav button:focus {
    outline: none;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: block !important;
}
/* End STORIES  */


/* Footer */
footer{   border-bottom: 25px solid #041e39; background: none; background-position: center; background-size: cover;    }
 .font-1{color:#041e39; font-size:8rem}
.font-2{color: #FCB900; font-family: Rithem Regular;}

 

@media (max-width: 1000.98px) {
	#everlasting-slider img{margin-bottom: 50px;}
	.everlasting {
    padding: 10vh 0;
}
	.connections ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
    justify-content: space-between;
    margin-top: 40px;
}
	.developing:before, .developing:after {
    height: 100%;
}
	.connections ul li{width: 50%; float: left; margin-bottom: 30px;}
	.main-topics li:before{display: none}
	.learning h3 { line-height: 1;}
	
	.circle-point-inner{width: 300px; height: 300px; margin:20px auto ;}
	.real-w-img {
    margin-bottom: 25px;
}
	.impact-banner .impact-banner-text {
    position: absolute;
    width: 90%;
    left: 30px;
    bottom: 2%;
    color: #fff;
}
	.developing {
    position: relative;
    margin-top: 80px;
    padding-top: 40px;
    background: #fcb900;
}
	.impact-centre-in img{width: 100%;}
	.impact-centre-in.centre-text{padding: 50px;}
	.owl-carousel .owl-stage-outer {
 
    padding-bottom: 50px;
}
	.title-text {
    color: #041e39;
    font-family: 'Bebas Neue', cursive;
    font-size: 70px;
    position: relative;
    margin-bottom: -50px;
}
	.sub-tilte {
    font-family: Rithem Regular;
    color: #FCB900;
    position: relative;
    top: -48px;
}
	.line-text h2:before {
    content: '';
    height: 7px;
    left: -198vh;
    width: 200vh;
    top: 14px;
    position: absolute;
    background: #041e39;
    right: 30px;
}
		.impact-banner{overflow: hidden}
	.impact-banner img{width: 100%;}
	/* Footer */
 .pand100 {
    padding: 100px 23px; text-align: center
}
	.container{overflow: hidden}
	.call-act h2, .big-texy{text-align: center !important; }
	
}



.call-act h2{font-size: 100px; text-align: left; line-height: 1; color: #FCB900; font-weight: 500 }
.big-texy{text-align: left; font-size: 30px; font-weight: 600; margin-top: 50px; color: #041e39}
.big-texy span{color: #FCB900; font-style: italic }
.same-height{height: 100%}
.pand100{padding: 100px 0}
.download-s, .download-s:hover, .download-s:active{
    background: #041e39;
    padding: 15px;
    font-size: 20px;
    color: #fff;  text-align: center;
    text-decoration: none;
}
@media (max-width: 700.98px) {
	.connections ul li {
    width: 100%;
    float: none;
    margin-bottom: 30px;
}
	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot{height: 100%; width: 100%}
	button.owl-next {
    left: 50%;
}
	button.owl-prev {
    right: 50%;
}
	.impact-banner{overflow: hidden}
	.impact-banner img{width: 250%;}
	.download-s{
   
    margin-top: 75px;
}
}


.custom-btn {
 
  color: #fff; text-align: center;
  border-radius: 0px;
  padding: 10px 25px;
   font-weight: 500;     font-size: 24px;
  background: #041e39;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
 
  outline: none; text-decoration: none;
} 


.btn-11 {
    border: none;
    background: #FF5722;
    background: linear-gradient(0deg, #041e39 0%, #041e39 100%);
    color: #fff;
      overflow: hidden;  
}
.custom-btn:hover {
    text-decoration: none;
    color: #FCB900;
}
.btn-11:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    animation: shiny-btn1 3s ease-in-out infinite;
}
.btn-11:hover{
  opacity: .7;
}
.btn-11:active{
  box-shadow:  4px 4px 6px 0 rgba(255,255,255,.3),
              -4px -4px 6px 0 rgba(116, 125, 136, .2), 
    inset -4px -4px 6px 0 rgba(255,255,255,.2),
    inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
}


@-webkit-keyframes shiny-btn1 {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.yellow-mark {
    background-color: #fbae17;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -7px;
}
.green-mark {
    background-color: #0fc400;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.light-blue-mark {
    background-color: #3e24fc;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    vertical-align: middle;
}
.sea-blue-mark {
    background-color: #00beff;
    display: inline-block;
    padding: 10px;
    margin-right: 10px;
    vertical-align: middle;
}