body{
	background: #0C153C !important;
	color: #fff !important;
}
/*site-header*/
.site-header{
  position: relative;
  width: 100%;
  height: auto;
  min-height: 100vh;
  top: 0;
  left: 0;
  background:#0D0D0D;
  color: #fff !important;
}

.slider-banner{
  position: relative;
  z-index: 2;
}
.slider-banner:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(12, 21, 60, 0.4);
}
.slider-banner img{
  position: relative;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center top;
  z-index: -2;
}


.slider-intro{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
}

.slider-intro-txt{
  position: relative;
  max-width: 700px;
  height: 100%;
  padding-top: 150px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 100px;
}

@media screen and (max-width:800px){
	.slider-intro-txt{
		max-width: 100% !important;
	}
	.slider-intro-txt h1{
		font-size: 40px !important;
	}
}

@media screen and (max-width:500px){
	.slider-intro-txt h1{
		font-size: 30px !important;
	}
}


.slider-intro-txt h1{
     font-size: 50px;
     font-weight: 700;
  transition: all 0.5s ease-in-out;
  transform: translateY(200px);
  opacity: 0;
text-transform: uppercase;
}
.owl-item.active .slider-intro-txt p,
.owl-item.active .slider-intro-txt h1 {
  transform: translateY(0px);
  opacity: 1;
}
.slider-intro-txt p{
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;
    transition: all 0.5s 0.3s ease-in-out;
  transform: translateY(200px);
  opacity: 0;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.slider-intro-txt p i{
  position: relative;
  display: inline-flex;
  width: 50px;
  height: 3px;
}
.slider-intro-txt p i.l{
    margin-right: 10px;
   background: linear-gradient(-90deg, #ffffff 0%, rgba(255,255,255,0.1) 100%);
}
.slider-intro-txt p i.r{
    margin-left: 10px;
    background: linear-gradient(90deg, #ffffff 0%, rgba(255,255,255,0.1) 100%);
}
.slider-intro-txt a{
  position: relative;
  margin-top: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 200px;
  height: 50px;
  background: #144A9D;
  color: #fff !important;
  border-radius: 4px;
  font-size: 17px;
  font-weight: 500;
    transition: all 0.5s ease-in-out;

}
.slider-intro-txt a:hover{
  background:#0C153C;
}

.site-header .owl-dots {
  text-align: left;
  bottom: 50px;
  position: absolute;
  width: 80%;
  margin-left: 10%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.site-header .owl-dots button.owl-dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 6px;
  position: relative;
  border:1px solid #ffffff;
  transition: all 0.5s ease-in-out;
}
.site-header .owl-dots button.owl-dot:before{
  content: '';
  position: absolute;
  width: 25%;
  height: 25%;
  border-radius: inherit;
  background: #ffffff;
  opacity: 0;
  transition: all 0.5s ease-in-out;
}
.site-header .owl-dots button.owl-dot.active{
  width: 25px;
  height: 25px;
  background: rgba(12, 21, 60, 0.8);
  border-color: transparent;
}
.site-header .owl-dots button.owl-dot.active:before{
  opacity: 1;
}
.site-header .owl-dots button.owl-dot:focus {
  outline: none;
}
/*
.site-header .owl-nav{
  position: absolute !important;
  top: 0;
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  margin-left: 10% !important;
  top: 83% !important;
  grid-gap: 20px !important;
  gap: 20px !important;
}*/
.site-header .owl-nav .owl-next, 
.site-header .owl-nav .owl-prev {
    position: absolute !important;
        background: transparent !important;
    color:  #ffffff !important;
    width: 100px !important;
    height: 100px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 200;
    border-radius: 50% !important;
    font-size: 20px !important;
    transform: translateY(-50%, -50%) !important;
    top: 50% !important;
}

.site-header .owl-nav .owl-prev{
  left: 30px !important;
}
.site-header .owl-nav .owl-next{
  right: 30px !important;
}


/*port-sec*/
.port-sec{
  position: relative;
  width: 100%;
  height: auto;
  padding-bottom: 60px;
}
.port-header{
  position: relative;
  width: 100%;
  height: auto;
  padding: 40px 0px;
}
@media screen and (max-width:1000px){
	.port-sec{
		padding-bottom: 30px !important;
	}
	.port-header{
		padding-bottom: 95px !important;
	}
}
.port-header h2{
  font-size:50px;
  font-weight: 700;
}
@media screen and (max-width:800px){
	.port-header h2{
		font-size: 40px !important;
	}
}
@media screen and (max-width:500px){
	.port-header h2{
		font-size: 30px !important;
	}
}
.port-item{
  position: relative;
  width: 100%;
  height: auto;
}
.port-banner{
  position: relative;
  width: 100%;
  height: auto;
}

.port-banner img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  object-position: center;
  border:1px solid rgba(255, 255, 255, 0.2);
}
@media screen and (max-width:1000px){
	.port-owl .item{
		width: 100% !important;
	}
	.port-item{
		display: block !important;
		width: 100% !important;
	}
	.port-banner img{
		height: 300px !important;
	}
}

.port-text{
  position: relative;
  width: 100%;
  height: auto;
  padding: 20px 0px;
}
.port-text h3{
  font-weight: 600;
  font-size: 25px;
}
.port-text a.btnA{
	position: relative;
	display: inline-flex;
	align-items: center;
	margin-top: 20px;
	padding: 10px 20px;
	background: #fff;
	color: #0C153C;
	border-radius: 5px;
	font-weight: 500;
	font-size: 18px;
}


.port-slider .owl-nav{
  position: absolute !important;
  top: -110px;
  display: flex !important;
  align-items: center !important;
  width: auto !important;
  margin-left: 40% !important;
  grid-gap: 20px !important;
  gap: 20px !important;
  right: 10%;
}
@media screen and (max-width:1000px){
	.port-slider .owl-nav{
		top: -80px !important;
	}
}
.port-slider .owl-nav .owl-next, 
.port-slider .owl-nav .owl-prev {
    position: relative !important;
        background: #144A9D !important;
    color:  #fff !important;
    width: 60px !important;
    height: 60px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 200;
    border-radius: 50% !important;
    font-size: 20px !important;
    border:1px solid #144A9D !important;
}

/*ogabs-sec*/
.ogabs-sec{
	position: relative;
	width: 100%;
	height: auto;
}

.ogabs-grid{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px;
	padding: 40px;
	border-radius: 10px;
	background: #1B3884;
}
@media screen and (max-width:1000px){
	.ogabs-grid{
		display: block !important;
		padding: 20px !important;
	}
	.ogabs-card{
		margin-top: 20px !important;
	}
	.ogabs-card:first-child{
		margin-top: 0px !important;
	}
}
.ogabs-card{
	position: relative;
	width: 100%;
	height: auto;
}
.ogabs-card img{
	width: 70px;
	height: 70px;
	object-fit: contain;
	margin-bottom: 30px;
}
@media screen and (max-width:500px){
	.ogabs-card img{
	width: 50px !important;
	height: 50px !important;
}
}
.ogabs-card h3{
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
}

/*team-sec*/
.abtoo-sec,
.team-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 80px;
}

.top-team-grid{
	position: relative;
	width: 100%;
	height: auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 40px;
}

@media screen and (max-width:1000px){
	.top-team-grid{
		display: block !important;
	}
	.abt-team-banner{
		margin-bottom: 30px !important;
	}
}

.abt-team-banner{
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}
.abt-team-banner img{
	max-width: 100%;
	border-radius: 10px;
}

.abt-team-txt{
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
}
.abtoo-sec .abt-team-banner,
.abtoo-sec .abt-team-txt{
	display: block !important;
}
@media screen and (max-width:1000px){
	.abtoo-sec .top-team-grid{
		display: flex !important;
		flex-direction: column-reverse !important;
	}
	.abtoo-sec .abt-team-banner{
		margin-bottom: 0px !important;
		margin-top: 30px !important;
	}
}
.abt-team-txt h3{
	font-size: 40px;
	margin-bottom: 30px;
}
.abt-team-txt p{
    font-size: 16px;
	margin-top: 20px;
	display: block;
}
.abt-team-txt p span{
	font-weight: 700;
}

.hGGA-sec{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.hGGA-head{
	position: relative;
	width: 100%;
	text-align: center;
}
.hGGA-head h3{
	font-size: 30px;
	font-weight: 700;
}

.hGGA-grid{
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 40px;
	display: grid;
	grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 15px;
	grid-template-rows:auto;
}

@media screen and (max-width:800px){
	.hGGA-grid{
		grid-template-columns:repeat(auto-fit, minmax(200px, 1fr)) !important;
	}
	.hGGA-banner img{
		height: 300px !important;
	}
}
@media screen and (max-width:500px){
	.hGGA-grid{
		display: block !important;
	}
	.hGGA-banner img{
		height: auto !important;
	}
	.hGGA-card{
		margin-top: 20px !important;
	}
	.hGGA-card:first-child{
		margin-top: 0px !important;
	}
}
.hGGA-card{
	position: relative;
	width: 100%;
	height: auto;
}
.hGGA-banner{
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index: 1;
}
.hGGA-banner:before{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	content: '';
	background: #1B3884;
	opacity: 0.4;
	transition: all 0.3s ease-in-out;
}
.hGGA-banner:hover::before{
	opacity: 0;
}
.hGGA-banner span{
	position: absolute;
	z-index: 10;
	bottom: 20px;
	font-size: 25px;
	font-weight: 700;
}
.hGGA-banner img{
	position: relative;
	width: 100%;
	height: 400px;
	object-fit: cover;
	object-position: center;
}