html {
    font-size: 16px;
    scroll-behavior: smooth;
}
body {   
    color: #707070;
    font-family: 'Libre Baskerville', serif;
    margin: 0;
    padding: 0;
}
wrapper {
    position: relative;
    min-height: 100vh;
    overflow: hidden; 
}
/*------------------------------
            Global        
------------------------------*/
a {
    color: #001638;
    text-decoration: none;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

a:hover {
    color: #C19A6B;
    text-decoration: none;
}
h5 {
    font-size: 1.375rem;
    font-weight: 400;
}
h6 {
    font-size: 1.375rem;
    font-weight: 400;
}
p {
    font-size: 1.375rem;
    margin-bottom: 1.75rem;
}
ul {
    font-size: 1.375rem;
}
.f60 {
    font-size: 3.75rem;
}
.f45 {
    font-size: 2.8125rem;
}
.f40 {
    font-size: 2.5rem;
}
.f36 {
    font-size: 2.25rem;
}
.f35 {
    font-size: 2.1875rem;
}
.f32 {
	font-size: 2rem!important;
}
.f30 {
    font-size: 1.875rem;
}
.f25 {
    font-size: 1.5625rem;
}
.f22 {
    font-size: 1.375rem;
}
.f21 {
    font-size: 1.3125rem;
}
.f20 {
    font-size: 1.25rem;
}
.f18 {
    font-size: 1.125rem;
}
.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.img-cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trans {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}
.anchor-div {
    position: relative;
    z-index: -9;
    margin-top: -6rem;
    padding-top: 6rem;
}
@media (min-width: 1300px) {
    .container {
        max-width: 1230px;
    }
}
@media (max-width: 1399px) {
    h3 {
        font-size: 2.25rem;
        margin-bottom: 1.5rem;
    }
    h5 {
        font-size: 1.125rem;
    }
    h6 {
        font-size: 1.125rem;
    }
    p {
        font-size: 1.125rem;
    }
    ul {
        font-size: 1.125rem;
    }
    .f60 {
        font-size: 2.5rem;
    }
    .f45 {
        font-size: 2.25rem;
    }
	.f36,
	.f35 {
		font-size: 1.75rem;
	}
	.f32,
    .f30 {
        font-size: 1.5rem!important;
    }
    .f25 {
        font-size: 1.375rem;
    }
    .f22 {
        font-size: 1.20rem;
    }
    .f20 {
        font-size: 1.125rem;
    }
    .f18 {
        font-size: 1rem;
    }
    .f16 {
        font-size: .875rem;
    }
    .p-mobile {
        padding: 3.5rem 0 !important;
    }
}
@media (max-width: 767px) {
    h3 {
        font-size: 1.75rem;
        margin-bottom: 1.25rem;
    }
    h5 {
        font-size: 1rem;
    }
    h6 {
        font-size: 1rem;
    }
    p {
        font-size: 1rem;
    }
    ul {
        font-size: 1rem;
    }
    .f60 {
        font-size: 2.25rem;
    }
    .f45 {
        font-size: 1.75rem;
    }
    .f40 {
        font-size: 1.5rem;
    }
	.f36,
    .f35 {
        font-size: 1.375rem;
    }
	.f32,
    .f30 {
        font-size: 1.25rem!important;
    }
    .f25 {
        font-size: 1.125rem;
    }
    .f22 {
        font-size: 1.125rem;
    }
    .f20 {
        font-size: 1rem;
    }
    .p-mobile {
        padding: 2.5rem 0 !important;
    }
}

.mt-33{
	margin-top:33px;
}
.dropdown-toggle::after {
    display:none;
}

/*------------------------------
            Navbar
------------------------------*/
.navbar {
    z-index: 999;
    background-color: transparent;
    padding: 2rem 0 1.5rem;
}
.navbar.inside-pages{
	background:#092327;
	padding: .5rem 0 .5rem;
}
.navbar .navbar-brand {
    padding: 0;
}
.navbar .navbar-toggler {
    z-index: 9;
    cursor: pointer;
    border: none;
    outline: none;
}
.navbar .navbar-toggler .fas {
    color: #fff;
    transform: scale(1.5, 1.5);
    padding: 0.5rem;
}
.navbar .nav-item.nav-link {
    position: relative;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    padding: .25rem;
    margin: .5rem 1rem;
}
.navbar .nav-item.nav-link:hover,
.navbar .nav-item.nav-link.active {
    color: #bd6122;
}
.navbar.navbar-min {
    background-color: #fff;
    padding: 1rem 0;
    box-shadow: 0px 2px 13px -5px rgba(0, 0, 0, .4);
}

.navbar.navbar-min .clock{
	display:none;
}
.navbar.navbar-min a.desk{
	display:none;
	transition: all 0.3s ease;
}
.navbar.navbar-min a.scll{
	display:block;
	transition: all 0.3s ease;;
}
.navbar.navbar-min li.nav-item .nav-link{
	color:#0f243e;
}
.navbar a.scll{
	display:none;
	transition: all 0.3s ease;
}
@media (min-width: 992px) {
    .navbar .navbar-nav {
		position: relative;
	}
	.navbar .nav-item .nav-link.nav-firm {
		position: absolute;
		top: -2.125rem;
		right: 0;
		padding: 0 .9375rem;
	}
}
@media (max-width: 1199px) {
    .navbar .navbar-brand {
        width: 12rem;
    }
    .navbar .nav-item.nav-link {
        font-size: 1rem;
        margin: .625rem;
    }
}

/* FadeIn */
.fadeIn {
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
  
}

.fadeIn.in-view {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 0.55s;
  -moz-animation-duration: 0.55s;
  -ms-animation-duration: 0.55s;
  -o-animation-duration: 0.55s;
  animation-duration: 0.55s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  
  -webkit-animation-name: fadeIn;
	-moz-animation-name: fadeIn;
	-o-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}	100% {
		opacity: 1;
	}
}

@-moz-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-o-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}


/* moveUp */
.moveUp {
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
  
}

.moveUp.in-view {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -ms-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  
  -webkit-animation-name: moveUp;
	-moz-animation-name: moveUp;
	-o-animation-name: moveUp;
	animation-name: moveUp;
}


@-webkit-keyframes moveUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(40px);
	}	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes moveUp {
	0% {
		opacity: 0;
		-moz-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes moveUp {
	0% {
		opacity: 0;
		-o-transform: translateY(40px);
	}

	100% {
		opacity: 1;
		-o-transform: translateY(0);
	}
}

@keyframes moveUp {
	0% {
		opacity: 0;
		transform: translateY(40px);
	}

	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


/* moveDown */
.moveDown {
  /* initially hide animatable objects */
  visibility: hidden;
  
  /* initially pause animatable objects their animations */
  -webkit-animation-play-state: paused;   
  -moz-animation-play-state: paused;     
  -ms-animation-play-state: paused;
  -o-animation-play-state: paused;   
  animation-play-state: paused; 
  
}

.moveDown.in-view {
  visibility: visible;
  
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -ms-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;

  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -ms-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
  
  -webkit-animation-name: moveDown;
	-moz-animation-name: moveDown;
	-o-animation-name: moveDown;
	animation-name: moveDown;
}


@-webkit-keyframes moveDown {
	100% {
		opacity: 1;
		transform: translateY(0px);
	}

	0% {
		opacity: 0;
		transform: translateY(40);
	}
}

@-moz-keyframes moveDown {
	100% {
		opacity: 1;
		transform: translateY(0px);
	}

	0% {
		opacity: 0;
		transform: translateY(40);
	}
}

@-o-keyframes moveDown {
	100% {
		opacity: 1;
		transform: translateY(0px);
	}

	0% {
		opacity: 0;
		transform: translateY(40);
	}
}

@keyframes moveDown {
	100% {
		opacity: 1;
		transform: translateY(0px);
	}

	0% {
		opacity: 0;
		transform: translateY(40);
	}
}


/* Delay */
.animationDelay{
	-webkit-animation-delay:0.1s;
	-moz-animation-delay:0.1s;
	-o-animation-delay:0.1s;
	-ms-animation-delay:0.1s;
	animation-delay:0.1s;
}
.animationDelay1{
	-webkit-animation-delay:0.3s;
	-moz-animation-delay:0.3s;
	-o-animation-delay:0.3s;
	-ms-animation-delay:0.3s;
	animation-delay:0.3s;
}
.animationDelay2{
	-webkit-animation-delay:0.5s;
	-moz-animation-delay:0.5s;
	-o-animation-delay:0.5s;
	-ms-animation-delay:0.5s;
	animation-delay:0.5s;
}
.animationDelay3{
	-webkit-animation-delay:0.7s;
	-moz-animation-delay:0.7s;
	-o-animation-delay:0.7s;
	-ms-animation-delay:0.7s;
	animation-delay:0.7s;
}

/*------------------------------
             Home      
------------------------------*/
.home {
    position: relative;
    overflow: hidden;
}

.home:after{
	position:absolute;
	content:'';
	background:rgba(15,36,62,0.5);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: 1;
}

.home .main {
    min-height: 100vh;
    padding: 10rem 4rem 4rem;
	position: relative;
    z-index: 2;
}

.home h1 {
	position: relative;
    color: #fff;
	font-family: 'Libre Baskerville', serif;
    font-weight: 400;
	text-align: center;
	line-height: 1.5;
    margin-bottom: 3rem;
}

.home h1 span{
	display:block;
	line-height:75px;
}

.home h1:after{
	position:absolute;
	content:'';
	background:#fff;
	width:100px;
	height:4px;
	bottom:-50px;
	left:50%;
	transform:translateX(-50%);
}


.home h6 {
    color: #fff;
	font-family: 'Libre Baskerville', serif;
    font-weight: 400;
	text-align:center;
	font-size:36px;
	margin-top: 3rem;
    margin-bottom: 3rem;
	line-height:60px;
	padding: 0 100px;
	position:relative;
}

.home h2 {
    color: #fff;
    font-weight: 400;
    line-height: 1.45;
    max-width: 45rem;
    margin-bottom: 3rem;
}

.home .owl-carousel {
    position: relative;
    background: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
}

.home .owl-carousel video  {
    position: relative;
    left: 20%;
    display: block;
    transform: translateX(-20%);
}

.home a {
    position: relative;
    display: block;
    width: 2.8125rem;
    height: 2.8125rem;
    color: #fff;
    background-color: #38B249;
    border-radius: 100%;
}

.home .container{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}

.home a:hover {
    opacity: .9;
    box-shadow: 6px 6px 12px rgba(0, 0, 0, .3);
}

.home a i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.5rem;
    transform: translate(-50%, -50%);
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown-item:hover {
    background:#bd6122;
	color:#fff;
}

.dropdown-item:active {
    background:#bd6122;
	color:#fff;
}

.explore h1{
	font-size:42px;
	font-weight:700;
	margin:60px 0;
	color:#0F243E;
	font-family: 'Oxygen', sans-serif;
}

.explore .explore-part{
	display:flex;
	align-items:center;
	justify-content:space-between;
	max-width:1460px;
	padding-bottom: 8rem;
	margin:0 auto;
}

.explore .img-rotate{
	position:relative;
	width:25%;
	cursor:pointer;
}

.explore .img-rotate ul{
	display:none;
	padding-left:0;
	transition: all .5s ease-in-out;
}

.explore .img-rotate ul li{
	font-size:14px;
	list-style:none;
	font-weight:400;
	margin-bottom:5px;
	color:#fff;
	font-family: 'Oxygen', sans-serif;
}

.explore .img-rotate h6, .explore .img-rotate h6 a{
	font-size:14px;
	font-weight:700;
	margin-bottom:8px;
	text-transform:uppercase;
	color:#C19A6B;
	font-family: 'Oxygen', sans-serif;
	margin-top:10px;
	display:none;
	transition: all .5s ease-in-out;
}

.explore .img-rotate:hover ul, .explore .img-rotate:hover h6, .explore .img-rotate:hover h6 a{
	display:block;
	transition: all .5s ease-in-out;
}

.explore .img-rotate img{
	width:100%;
}

.explore .img-rotate:before{
	background:rgba(0,0,0,0.5);
	width:100%;
	height:100%;
	left:0;
	top:0;
	content:'';
	position:absolute;
}

.explore .img-rotate:hover .text h3 {
    font-size: 22px;
    text-align: left;
}

.explore .img-rotate:hover .text{
	transition: all .5s ease-in-out;
	transform:translate(-45%,-45%);
    -webkit-transform: translate(-45%,-45%);
}

.explore .img-rotate .text{
	position:absolute;
	left:40%;
	top:40%;
	transform:translate(-40%,-40%);
	transition: all .5s ease-in-out;
}

.explore .img-rotate .text h3{
	color:#fff;
	font-size:24px;
	font-weight:700;
	text-align:center;
	line-height:28px;
	text-transform:uppercase;
	font-family: 'Oxygen', sans-serif;
}

.gauge{
	padding:4rem 0;
}
#home .gauge .col-md-4:nth-child(7) {
	display: none;
}

.gauge h2{
	font-size:42px;
	font-weight:700;
	margin:0px 0 60px;
	color:#0F243E;
	font-family: 'Oxygen', sans-serif;
}

.gauge .cnt{
	padding:10px 50px;
	text-align:center;
}

.gauge .cnt h5{
	font-size:42px;
	font-weight:700;
	margin-bottom:10px;
	color:#0F243E;
}

.gauge .cnt p{
	font-size:20px;
	line-height:28px;
	font-weight:700;
	color:#6B7177;
	margin-bottom:0;
}

.gauge .p-t{
	display:flex;
	align-items:center;
}

.gauge .p-t .cnt{
	padding: 10px 40px;
}

.gauge h4.in{
	display:block;
	font-size:20px;
	line-height:28px;
	text-align:center;
	font-weight:700;
	color:#6B7177;
}

.gauge .p-t .cnt{
	width:50%;
}

.border-r{
	border-right:1px solid #DEE1E5;
}

.gauge hr{
	margin:40px 0;
	color:#6B7177;
}

.gauge img.g-img{
	margin-top:80px;
}

.invest{
	padding:6rem 0;
	background:url(../images/invest-bg.jpg) no-repeat center;
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
}

.invest:before{
	background:rgba(2,18,36,0.6);
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	content:'';
}

.invest h1{
	color:#fff;
	font-size:60px;
	font-weight:700;
	margin-bottom:40px;
	position:relative;
	letter-spacing:3px;
}

.invest .invest-logo{
	display:flex;
	align-items:center;
	justify-content:space-between;
	z-index:1;
	position:relative;
}
.invest .owl-carousel .item a {
	height: 14rem;
    padding: 2rem;
    display: flex;
    flex-direction: column;
}
.invest .owl-carousel .owl-item img {
    Width: 100%;
	height: 100%;
    object-fit: contain;
}

footer{
	padding:3rem 0 0;
	background:#0F243E;
}

footer a.logo img{
	margin-bottom:40px;
}

footer h4{
	font-size:18px;
	font-weight:700;
	color:#fff;
	margin-bottom:40px;
	font-family: 'Oxygen', sans-serif;
}

footer p{
	font-size:18px;
	font-weight:400;
	color:#fff;
	margin-bottom:20px;
	font-family: 'Oxygen', sans-serif;
}

footer p a{
	font-size:18px;
	font-weight:400;
	color:#fff;
	margin-bottom:20px;
}

footer .footer-btm{
	margin:25px 0 0px;
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.image-wrap {
  width: 100%;
  height: 50vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.image-wrap img {
  width: 100%;
  animation: move 40s ease;
  /* Add infinite to loop. */
  
  -ms-animation: move 40s ease;
  -webkit-animation: move 40s ease;
  -o-animation: move 40s ease;
  -moz-animation: move 40s ease;
  position: absolute;
}

@-webkit-keyframes move {
  0% {
    -webkit-transform-origin: bottom left;
    -moz-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    -o-transform-origin: bottom left;
    transform-origin: bottom left;
    transform: scale(1.0);
    -ms-transform: scale(1.0);
    /* IE 9 */
    
    -webkit-transform: scale(1.0);
    /* Safari and Chrome */
    
    -o-transform: scale(1.0);
    /* Opera */
    
    -moz-transform: scale(1.0);
    /* Firefox */
  }
  100% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    
    -o-transform: scale(1.2);
    /* Opera */
    
    -moz-transform: scale(1.2);
    /* Firefox */
  }
}


.home .home-image {
    z-index: -3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.home .home-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home .home-image::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .3);
}

.navbar li.nav-item:nth-child(6) .nav-link {
	padding: .5rem 1rem;
	background:#0F243E;
}

.navbar.navbar-min li.nav-item:nth-child(6) .nav-link {
	color:#fff;
}

.navbar li.nav-item:nth-child(6) .nav-link:hover {
        color: #fff;
        background-color: #bd6122;
    }
	
.navbar li.nav-item .nav-link {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    padding: .25rem;
    margin: .5rem 1rem;
}

.navbar-expand-lg .navbar-nav{
	justify-content:right;
}

.navbar li.nav-item .nav-link:hover,
.navbar li.nav-item .nav-link.active, .inner-page.navbar li.nav-item:nth-child(6) .nav-link:hover {
    color: #bd6122;
}

/* About Page */

.inner-page.navbar li.nav-item:nth-child(6) .nav-link {
    border: 1px solid #C19A6B;
    background: transparent !important;
}

.inner-page.navbar.navbar-min li.nav-item:nth-child(6) .nav-link {
    color:#0F243E;
}

.inner-ban {
    position: relative;
    overflow: hidden;
}

.inner-ban:after{
	position:absolute;
	content:'';
	background:rgba(0,0,0,0.2);
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index: -3;
}

.inner-ban .main {
    padding: 14rem 4rem;
}
#intranet .inner-ban .main {
    padding:3rem 0;
}
#intranet .inner-ban .main h1 {
    text-align: left;
    padding-left: 14rem;
    margin-top: -1rem;
}

.inner-ban .main.abtt {
    padding: 12rem 4rem 6rem;
}
.intranet .content ul li.sub-category {
    padding-left: 1rem;
    font-size: 14px;
    list-style: inside;
	line-height:28px;
}
.intranet .content ul li.sub-category.circle {
	list-style: circle;
	list-style-position: inside;
	padding-left: 2.25rem;
}

.intranet .content ul li.sub-category.tm{
	margin-top:0.5rem;
}

.intranet .content ul li.sub-category::before {
 display:none;
}

.inner-ban h1 {
    color: #fff;
	font-family: 'Oxygen', sans-serif;
    font-weight: 700;
	text-align:center;
	font-size:60px;
    margin-bottom: 1rem;
	line-height:85px;
	position:relative;
}

.inner-ban p {
    color: #fff;
	font-family: 'Oxygen', sans-serif;
    font-weight: 400;
	text-align:center;
	font-size:24px;
	margin-top: 1rem;
    margin-bottom: 3rem;
	line-height:32px;
}
.inner-ban h1 span {
    color: #38B249;
}

.inner-ban .in-img {
    z-index: -3;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.inner-ban .in-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .inner-ban .in-img::after {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(0, 0, 0, .1);
} */

.large-inves h1{
	font-size:42px;
	font-weight:700;
	margin:60px 0;
	color:#0F243E;
	font-family: 'Oxygen', sans-serif;
}

.large-inves .large-about{
	background:#0f243e;
	background-position:center;
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
	padding:6rem 0;
}

.large-inves .large-about:after{
	background:url(../images/white-t.png) no-repeat;
	width:45px;
	height:22px;
	top:0;
	left:50%;
	transform:translateX(-50%);
	position:absolute;
	content:'';
}

.large-inves .large-about p{
	color:#fff;
	font-size:20px;
	line-height:40px;
	text-align:center;
	padding:0 15%;
	position:relative;
}

.large-inves .large-about p span{
	color:#EAD1B2;
	font-weight:500;
}

.large-inves .bx {
    text-align: center;
    padding: 40px 10px 20px;
}

.large-inves .bx img {
    margin-bottom: 30px;
}

.large-inves .bx h6 {
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #ead1b2;
    font-family: 'Oxygen', sans-serif;
    padding: 0;
	margin-bottom:15px;
}

.large-inves .bx h5 {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    color: #ead1b2;
    font-family: 'Oxygen', sans-serif;
    padding: 0;
}

.large-inves .mx-width{
	width:100%;
	margin:0 auto;
}

.four-box{
	padding:4rem 0;
}

.four-box h1{
	font-size:40px;
	font-weight:700;
	line-height:66px;
	color:#0F243E;
	margin-bottom:40px;
	font-family: 'Oxygen', sans-serif;
}

.four-box .bx{
	text-align:center;
	padding:40px 50px 20px;
}

.four-box .bx img{
	margin-bottom:20px;
}

.four-box .bx p{
	font-size:22px;
	font-weight:700;
	line-height:28px;
	color:#0F243E;
	font-family: 'Oxygen', sans-serif;
	padding:0 95px;
}

.four-box .border-b{
	border-bottom:1px solid #DEE1E5;
}

.phil{
	padding:4rem 0;
	background:url(../images/phil-bg.jpg) no-repeat;
	background-size:cover;
	width:100%;
	height:100%;
	position:relative;
}

.phil:before{
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
	content:'';
}

.phil h2{
	font-size:42px;
	font-weight:700;
	line-height:56px;
	color:#fff;	
	margin-top:60px;
	margin-bottom:30px;
	font-family: 'Oxygen', sans-serif;
	position:relative;
}

.phil p{
	font-size:20px;
	font-weight:500;
	line-height:40px;
	color:#fff;
	font-family: 'Oxygen', sans-serif;
	position:relative;
}

.phil p span{
	color:#C19A6B;
}

.phil .box{
	background:#C19A6B;
	padding:100px 40px;
	position:relative;
}

.phil .box h5{
	font-size:20px;
	font-weight:700;
	margin-bottom:40px;
	color:#fff;
	font-family: 'Oxygen', sans-serif;
	position:relative;
	padding:0 30px 0 60px;
	line-height:30px;
}

.phil .box h5:before{
	background:url(../images/g.png) no-repeat;
	position:absolute;
	content:'';
	left:0;
	top:5px;
	width:27px;
	height:27px;
}

.phil .box h5:after{
	background:#fff;
	position:absolute;
	content:'';
	right:20px;
	bottom:-20px;
	width:80%;
	height:1px;
	
}

.phil .pdf-btn{
	padding:20px;
	text-align:center;
	border:1px solid #fff;
	background: transparent;
	width:40%;
	margin-top:40px;
	transition:0.5s;
}

.phil .pdf-btn a{
	font-size:18px;
	color:#fff;
	font-weight:600;
	font-family: 'Oxygen', sans-serif;
}

.phil .pdf-btn:hover{
	background:#b78a54;
	transition:0.5s;
}


/* Contact Page */

.get-in-touch{
	padding:4rem 0 2rem;
}

.get-in-touch p{
	font-size:20px;
	line-height:32px;
	font-weight:400;
	color:#6B7177;
	padding-right:70px;
	font-family: 'Oxygen', sans-serif;
}

.get-in-touch h1{
	font-size:42px;
	font-weight:700;
	color:#0F243E;
	padding-left:20px;
	font-family: 'Oxygen', sans-serif;
}

.join{
	padding:0rem 0 2rem;
}

.join h1{
	font-size:42px;
	font-weight:700;
	color:#0F243E;
	padding-left:20px;
	font-family: 'Oxygen', sans-serif;
}

.join p{
	font-size:20px;
	font-weight:500;
	color:#0F243E;
	padding-left:20px;
	font-family: 'Oxygen', sans-serif;
}

.join ul li{
	font-size:20px;
	line-height:32px;
	font-weight:400;
	color:#6B7177;
	padding-right:70px;
	font-family: 'Oxygen', sans-serif;
}

.join .prt-card {
    margin-bottom: 30px;
    background: #ECEDEF;
    padding: 30px;
    height: 10rem;
}

.join .prt-card img {
    object-fit: scale-down;
}

.form-area{
	padding:3rem 0;
}

.form-area .form-group{
	margin-bottom:30px;
}

.form-area .form-group input, .form-area .form-group textarea{
	border:none;
	outline:none;
	background:#efefef;
	padding:15px;
}

.form-area .form-group input::placeholder, .form-area .form-group textarea::placeholder{
	font-size:18px;
	color:#6B7177;
	font-family: 'Oxygen', sans-serif;
}

.form-area button.frm-btm{
	padding:12px;
	width:250px;
	text-align:center;
	text-transform:uppercase;
	color:#fff;
	font-size:20px;
	font-weight:700;
	font-family: 'Oxygen', sans-serif;
	background:#C19A6B;
	border:none;
	margin-top:30px;
	box-shadow:0px 2px 8px #aaa;
}

.form-area .call-us{
	margin-bottom:50px;
}

.form-area .call-us h4{
	color:#0F243E;
	font-size:24px;
	font-weight:700;
	margin-bottom:15px;
	font-family: 'Oxygen', sans-serif;
}

.form-area .call-us p{
	color:#173A68;
	font-size:22px;
	line-height:40px;
	font-weight:400;
	font-family: 'Oxygen', sans-serif;
	margin-bottom:0;
}

.form-area .addr{
	padding:0 60px;
}

.form-area .addr .mt-30{
	margin-top:40px;
}

.map-part{
	margin-top:40px;
}


/* News Page */

.news{
	padding:6rem 0 10rem;
}

.news .port-content{
	margin:40px 0;
}
.news .port-content:not(:last-child){
	border-bottom:1px solid #ccc;
}

.news .port-content h5 a{
    font-size: 24px;
	line-height:32px;
    color: #173A68;
    font-weight: 700;
    margin-bottom: 20px;
	font-family: 'Oxygen', sans-serif;
}

.news .port-content h6.news-date {
    font-size: 16px;
    color: #6B7177;
    font-weight: 700;
    margin-bottom: 20px;
	font-family: 'Oxygen', sans-serif;
}

.news .port-content p a {
    font-size: 16px;
    color: #C19A6B;
    font-weight: 700;
    margin-bottom: 20px;
	font-family: 'Oxygen', sans-serif;
}

.news .categ {
    margin-top: 20px;
    padding-left: 35px;
	margin-bottom: 40px;
}

.news .categ h1 {
    font-size: 24px;
    line-height: 32px;
    color: #173A68;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Oxygen', sans-serif;
}

.news .categ ul {
    list-style: none;
    padding-left: 0;
}

.news .categ ul li {
    margin-bottom: 15px;
}

.news .categ .subMenuBx ul li{
	display:flex;
	align-items:center;
}

.news .categ .subMenuBx ul li label{
    font-size: 18px;
    line-height: 24px;
    color: #173A68;
    font-weight: 500;
    font-family: 'Oxygen', sans-serif;
	width:100%;
	display:block;
	margin-left:10px;
}

.hovSubMn-Mob:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #173A68;
    right: 15px;
    top: 17px;
}

.hovSubMn-Mob:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #173A68;
    right: 15px;
    top: 17px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

li.hovSubMn-Mob.showSubNav:after { display:none;}

li.hovSubMn-Mob {
    position: relative;
}

li.hovSubMn-Mob a{
    position: relative;
	font-size: 24px;
    line-height: 32px;
    color: #173A68;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Oxygen', sans-serif !important;
	width:100%;
	display:block;
}

.hovSubMn-Mob .subMenuBx {
    display: none;
}

.news .archive{
	margin-top:20px;
	padding-left:35px;
}


.news .archive h1{
	font-size: 24px;
    line-height: 32px;
    color: #173A68;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Oxygen', sans-serif;
}

.news .archive ul{
	list-style:none;
	padding-left:0;
}

.news .archive ul li{
	margin-bottom:15px;
}

li.hovSubMn-Mob-2 a{
    position: relative;
	font-size: 24px;
    line-height: 32px;
    color: #173A68;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Oxygen', sans-serif !important;
	width:100%;
	display:block;
}

.hovSubMn-Mob-2 .subMenuBx {
    display: none;
}

.news .archive .subMenuBx ul li a {
    font-size: 18px;
    line-height: 24px;
    color: #173A68;
    font-weight: 500;
    font-family: 'Oxygen', sans-serif;
	width:100%;
	display:block;
}

.hovSubMn-Mob-2:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #173A68;
    right: 15px;
    top: 17px;
}

.hovSubMn-Mob-2:after {
    content: '';
    position: absolute;
    width: 15px;
    height: 2px;
    background: #173A68;
    right: 15px;
    top: 17px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

li.hovSubMn-Mob-2.showSubNav:after { display:none;}

li.hovSubMn-Mob-2 {
    position: relative;
}

li.hovSubMn-Mob-2 a{
    position: relative;
	font-size: 24px;
    line-height: 32px;
    color: #173A68;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Oxygen', sans-serif !important;
	width:100%;
	display:block;
}




/*  scroll widget  */
.stock {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #0F243E;
	padding: 1.25rem 0 0;
}
.stock .container {
	overflow: hidden;
}
.panTable {
	/* position: absolute;
	bottom: 0;
	left: 0; */
	/* padding: 3rem 0; */
}
.panTable .scrollableArea {
    /* width: 100% !important; */
}
.panTable #scrollingText {
    /* margin-top: -2rem; */
}
.panTable .tile {
    /* width: 20%; */
}
.panTable .quotes {
	display: flex;
	flex-direction: column;
    font-family: 'Oxygen', sans-serif !important;
    width: 135% !important;
	background-color: #0F243E !important;
    padding: 0 5rem !important;          
	border: none !important;      
}
.panTable .quotes div {
    display: inline;
}
.panTable .quotes .symbolName {
	display: block;
	color: #C19A6B;
	font-size: 1.375rem !important;
	min-width: 8rem;
}
.panTable .quotes .symbolValue {
    font-family: 'Oxygen', sans-serif !important;
    font-size: 1rem !important;
}



/* Intranet Page */

/*------------------------------
        Clock Plugin      
------------------------------*/
.clock {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  color: #fff;
  font-family: 'Oxygen', sans-serif !important;
  padding-top: 2.5rem;
}
.clockbox, #clock {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
}
/* Clock styles */
.clock h5 {
  color: #fff;
  text-align: center;
}
.circle {
    fill: none;
    stroke: #fff;
    stroke-width: 9;
    stroke-miterlimit: 10;
}
.mid-circle {
    fill: #fff;
}
.hour-marks {
    fill: none;
    stroke: #fff;
    stroke-width: 9;
    stroke-miterlimit: 10;
}
.hour-hand {
    fill: none;
    stroke: #fff;
    stroke-width: 17;
    stroke-miterlimit: 10;
}
.minute-hand {
    fill: none;
    stroke: #fff;
    stroke-width: 11;
    stroke-miterlimit: 10;
}
.second-hand {
    fill: none;
    stroke: #fff;
    stroke-width: 4;
    stroke-miterlimit: 10;
}
/* Transparent box ensuring arms center properly. */
.sizing-box {
    fill: none;
}
/* Make all arms rotate around the same center point. */
.hour, .minute {
    transform-origin: 300px 300px;
    transition: transform .5s ease-in-out;
}

.navbar.navbar-min .clock {
    position: sticky;
	padding: 0;
}
.navbar.navbar-min .clock h5 {
    color: #000;
    text-align: center;
	font-size: 1.1rem;
}



.navbar.navbar-min .circle {
    
    stroke: #000;
    stroke-width: 9; 
}
.navbar.navbar-min .mid-circle {
    fill: #000;
}
.navbar.navbar-min  .hour-marks {
     
    stroke: #000;
     
}
.navbar.navbar-min  .hour-hand {
     
    stroke: #000;
    
}
.navbar.navbar-min  .minute-hand {
     
    stroke: #000;
     
}
.navbar.navbar-min .second-hand {
     
    stroke: #000;
     
}

 

.clock {
	color: #fff;
    font-family: 'Oxygen', sans-serif !important;
	font-size: 1.5rem;
	text-align: left;
	width: calc(100% - 26rem);
}
.intranet {
	padding: 2rem 0 5rem;
}
.intranet h4 {
	color: #0F243E;
	background-color: #EFEFEF;
	font-weight: 700;
	padding: 1.375rem 1.125rem;
	margin: 0;
}
.intranet .content {
	height: calc(100% - 1.875rem);
	min-height: 15rem;
	color: #fff;
	background-color: #6B7177;
	margin-top: 1.875rem;
}
.intranet .col-md-6:nth-child(4n - 3) .content {
	background-color: #6998D0;
}
.intranet .col-md-6:nth-child(4n - 2) .content {
	background-color: #0F243E;
}
.intranet .col-md-6:nth-child(4n - 1) .content {
	background-color: #0F243E;
}
.intranet .content h5 {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: rgba(255,255,255,.18);
	padding: 1.375rem 1.125rem;
	margin: 0;
}
.intranet .content h5 img {
	width: 2.5rem;
	height: 2rem;
	margin-right: 1rem;
}
.intranet .content ul {
	padding: 1.375rem 1.125rem 1.375rem 3rem;
	margin: 0;
}
.intranet .content ul li {
	list-style: none;
	line-height: 1.6;
}
.intranet .content ul li::before {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	content: '';
	background: url(../images/icons/icon-chevron-right.svg) center no-repeat;
	background-size: contain;
	filter: invert(1);
	margin-right: .25rem;
}
.intranet .content ul li a {
	color: #fff;
}
.intranet .content ul li a:hover {
	opacity: .75;
}
.intranet .btn {
	display: flex;
	flex-direction: row;
	color: #0F243E;
	background-color: #EFEFEF;
	font-weight: 700;
	text-align: left;
	width: 100%;
	padding: 1.375rem 1.125rem;
	border-radius: 0;
	margin-top: 1.875rem;
}
.intranet .btn:focus {
	box-shadow: none;
	outline: none;
}
.intranet .btn img {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: auto 0 auto auto;
}
.intranet .dropdown-menu {
	width: 100%;
    border: none;
}
.intranet .dropdown-item:hover {
    background: #C19A6B;
    color: #fff;
}
.intranet .content ul li a.large {
	font-size: 23px;
}


@media (max-width: 991px) {
.clock {
    position: absolute;
    top: 130px;
    left: 0px;
    width: 100%;
    color: #fff;
    font-family: 'Oxygen', sans-serif !important;
    padding-top: 2.5rem;
}
.clock .col-2 {
    flex: 0 0 auto;
    width: 25%;
}
.clock h5 {
    color: #fff;
	font-size: 14px;
}
.clock .offset-4 {
    margin-left: 0;
}

.navbar.navbar-min .clock h5 {
    color: #fff;
	font-size:13px;
}
.navbar.navbar-min .circle {
    
    stroke: #fff;
    stroke-width: 9; 
}
.navbar.navbar-min .mid-circle {
    fill: #fff;
}
.navbar.navbar-min  .hour-marks {
     
    stroke: #fff;
     
}
.navbar.navbar-min  .hour-hand {
     
    stroke: #fff;
    
}
.navbar.navbar-min  .minute-hand {
     
    stroke: #fff;
     
}
.navbar.navbar-min .second-hand {
     
    stroke: #fff;
     
}
.navbar.navbar-min .clock {
   
    padding-top: 1rem;
	display:none;
}

}


@media (max-width: 767px) {
	
 #intranet .inner-ban .main h1 { 
    padding-top: 8rem;
}
#intranet .inner-ban .main {
    padding:6rem 0;
}

.clockbox, #clock {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0 auto;
}
.clock h5 {
    color: #fff;
    font-size: 14px;
}
.clock .col-2 {
    flex: 0 0 auto;
    width: 25%;
    margin: 0;
    padding: 0;
}
.clock h5 {
    color: #fff;
    font-size: 12px;
    padding-bottom: 0.1rem;
}

#intranet .inner-ban .main h1 {
    padding-left: 0rem;
}

}


/* Criteria Page */

.transact{
	padding:6rem 12rem;
	background:#C19A6B;
}

.transact h2{
	font-size:42px;
	font-weight:700;
	color:#fff;
	margin-bottom:30px;
	font-family: 'Oxygen', sans-serif;
}

.transact p{
	font-size:24px;
	line-height:32px;
	font-weight:400;
	color:#fff;
	font-family: 'Oxygen', sans-serif;
	padding:0 60px;
	margin-bottom:60px;
}

.transact .white-box{
	background:#fff;
	padding:20px;
	margin-bottom:30px;
}

.transact .white-box img{
	margin-bottom:20px;
	height:60px;
}

.transact .white-box h6{
	font-size:24px;
	line-height:32px;
	font-weight:700;
	color:#0F243E;
	font-family: 'Oxygen', sans-serif;
	height:70px;
	padding-right:55px;
}

.criteria-port{
	background:#0f243e;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    padding: 6rem 0;
}

.criteria-port:before {
    background: rgba(15,36,62,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    content: '';
}

.criteria-port p {
    color: #fff;
    font-size: 26px;
    line-height: 40px;
    text-align: center;
    padding: 0 5%;
    position: relative;
}

.criteria-port p span {
    color: #EAD1B2;
    font-weight: 500;
}

.indust{
	padding:4rem 0;
}

.indust h1{
	font-size:42px;
	font-weight:700;
	color:#0F243E;
	margin-bottom:80px;
	font-family: 'Oxygen', sans-serif;
}

.indust img{
	margin-bottom:30px;
	width:100%;
}

.indust .acord{
	padding-left:40px;
}

.indust .accordion-item{
	border:none;
}

.indust .accordion-button:not(.collapsed) {
    color: #0F243E;
    background-color: transparent;
    box-shadow: none;
	font-size:20px;
	font-weight:700;
	font-family: 'Oxygen', sans-serif;
}

.indust .accordion-body{
	color: #0F243E;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	font-family: 'Oxygen', sans-serif;
	padding:1rem 2rem;
}

.indust .accordion-button{
	color: #0F243E;
	font-size:20px;
	font-weight:700;
	font-family: 'Oxygen', sans-serif;
	padding:10px 0;
}

.indust .accordion-button::after{
	display:none;
}

.indust .accordion-button::before {
    flex-shrink: 0;
    width: 14px;
    height: 8px;
    left: 0;
    content: "";
    background-image:url(../images/arw.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: transform 0.2s ease-in-out;
	margin-right: 20px;
	transform: rotate(-90deg);
}

.indust .accordion-button:not(.collapsed)::before {
    transform: rotate(0deg);
	
}

/* Team Page */


.team-section{
	padding:4rem 0;
}

.team-section .lft-ara{
	margin-bottom:50px;
}

.team-section .lft-ara h4{
	color:#0F243E;
	font-size:28px;
	font-weight:700;
	margin-bottom:30px;
	font-family: 'Oxygen', sans-serif;
}

.team-section .lft-ara ul{
	padding-left:0;
}

.team-section .lft-ara ul li{
	list-style:none;
	margin-bottom:20px;
}

.team-section .lft-ara ul li{
	color:#0F243E;
	font-size:20px;
	font-weight:400;
	font-style:italic;	
	font-family: 'Libre Baskerville', serif;
	cursor:pointer;
}

.team-section h1{
	color:#0F243E;
	font-size:32px;
	font-weight:700;
	margin-bottom:30px;
	font-family: 'Oxygen', sans-serif;
}

.team-section h1.toop{
	margin-top:0px;
}

.team-section p{
	color:#0F243E;
	font-size:16px;
	font-weight:400;
	margin-bottom:40px;
	font-family: 'Oxygen', sans-serif;
}

.team-section .teams-card{
	margin-bottom:30px;
}

.team-section .teams-card:hover img{
	box-shadow:0px 0px 8px #aaa;
	transition:0.5s;
}

.team-section .teams-card:hover h5{
	color:#C19A6B;
	transition:0.5s;
}

.team-section .teams-card img {
    width: 100%;
}

.team-section .teams-card .member-image{
	position:relative;
	overflow:hidden;
}

.team-section .teams-card .member-image .content-overlay {
	background:rgba(15,36,62,0.6);
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	z-index:1;
	bottom: 0;
	right: 0;
	transform:scale(0);
	-webkit-transition: all 0.4s ease-in-out 0s;
	-moz-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s;
}

.team-section .teams-card .member-image:hover .content-overlay{
	transform:scale(1);
}

.team-section .teams-card .member-image img{
	transform: scale(1);
	transition:0.4s ease;
}

.team-section .teams-card .member-image:hover img{
	transform: scale(1.1);
	transition:0.4s ease;
}

.team-section .teams-card .member-image .sctr{
	position: absolute;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	z-index:2;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.team-section .teams-card .member-image:hover .sctr{
  top: 50%;
  left: 50%;
  opacity: 1;
}

.team-section .teams-card .member-image .fadeIn-bottom{
  top: 80%;
}

.team-section .teams-card .member-image .fadeIn-left{
  left: 20%;
}

.team-section .teams-card .member-image .sctr h1 strong{
	margin-bottom:5px;
}

.team-section .teams-card .member-image .sctr h1{
	font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
	font-style:italic;
	margin-top:85%;
	margin-bottom:20px;
	margin-bottom:0;
	text-align:center;
	overflow: hidden;
}

.team-section .teams-card .member-image .sctr h2{
	font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
	font-style:italic;
	margin-top:5%;
	text-align:left;
	margin-bottom:20px;	
	overflow: hidden;
	white-space: nowrap;
}

.team-section .teams-card .member-image .sctr h1 span{
	font-size: 13px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-family: 'Libre Baskerville', serif;
	font-style:italic;
	text-align:center;
	display:block;
	margin-top:5px;
	overflow: hidden;
	white-space: nowrap;
	animation: 
    typing 5s steps(40, end),
    blink-caret .75s step-end infinite;
}

.team-section .teams-card .member-image:hover .sctr{
	display:block;
	height:100%;
	transition:0.5s ease;
}

.team-section .teams-content {
    padding: 1rem 0;
}

.team-section .teams-content h5 {
    color: #173A68;
    font-weight: 700;
    font-size: 18px;
	font-family: 'Oxygen', sans-serif;
}

.teams-content span.degin {
    font-size: 14px;
    color: #595F67;
    text-transform: capitalize;
    font-weight: 400;
	font-family: 'Oxygen', sans-serif;
}

.team-section .op{
	border:1px solid #C0C6CE;
	padding:50px 20px;
	cursor:pointer;
	margin-bottom:30px;
}

.team-section .op:hover{
	background:#0F243E;
	transition:0.5s;
}

.team-section .op:hover h4, .team-section .op:hover p{
	color:#fff;
}

.team-section .op h4{
	color:#0F243E;
	font-size:18px;
	font-weight:700;
	margin-bottom:10px;
	font-family: 'Oxygen', sans-serif;
}

.team-section .op p{
	color:#595F67;
	font-size:14px;
	font-weight:400;
	margin-bottom:0px;
	font-family: 'Oxygen', sans-serif;
}

.team-section .author-row.left p {
    margin: 20px 0 5px;
    font-size: 28px;
	font-weight:700;
    font-family: 'Oxygen', sans-serif;
}

.team-section .author-row.left h4 {
    font-size: 16px;
	font-weight:400;
    font-family: 'Oxygen', sans-serif;
}

.team-section .team-area {
    background: #efefef;
    padding-left: 0px;
    height: 100%;
    width: 91%;
}

.team-section .team-area img{
	width:100%;
}

.team-inner-part {
    padding-left: 0px;
}

.team-section .modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 2rem 1rem 2rem 1rem;
}

.team-section .modal-content{
	border-radius:0;
}

.team-section .about-author p {
    margin: 0 0 20px 0;
    font-size: 18px;
    font-family: 'Oxygen', sans-serif;
    color: #6B7177;
    padding: 0;
    line-height: 30px;
    font-weight: 400;
}

.team-section .about-author h5 {
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
    color: #6B7177;
    line-height: 30px;
    font-weight: 400;
	margin-bottom:20px;
}

.team-section .author-row.left .pop-up-text{
	margin-bottom:50px;
	margin-top:40px;
}

.team-section .modal-lg, .modal-xl {
    max-width: 1000px;
}

.team-section .modal-header.top-right .left-arw {
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(-50%, -50%);font-size: 60px;
}

.team-section .modal-header.top-right .left-arw a {
    position: static;
}

.team-section .carousel-control-next, .carousel-control-prev {
    opacity: 1;
    width: 2.25rem;
}

.team-section .close-btn {
    padding: 0 6px;	
    position: absolute;
    top: 25px;
    right: 2px;
}

.team-section .close-btn button.close {
    margin: 0;
    padding: 0 0px;
    font-size: 46px;
    opacity: inherit;
	background: none;
    border: none;
	color: #22686C;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 38px;
}

.carsoul-arrows i{color: #22686C;}

.team-section .close {
    float: right;
    font-weight: 100;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}

.team-section .modal-header.top-right .right-arw {
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translate(-50%, -50%);font-size: 60px;
}

.team-section .modal-header.top-right .right-arw a {
    position: static;
}

.team-section .modal{
	background:rgba(15,36,62,0.6);
}


/* News Details */

.news .new-top-nav{
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.back-to-news {
    display: inline-block;
}

.previous-nxt-news li {
    display: inline-block;
    padding-left: 65px;
}

.new-top-nav a {
    font-size: 16px;
    color: #173A68;
    font-weight: 600;
}

.news .news-detl {
    margin: 40px 0;
}

.news .news-detl h6.news-date {
    font-size: 16px;
    color: #6B7177;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Oxygen', sans-serif;
}

.news .news-detl h5 {
    font-size: 32px;
    line-height: 44px;
    color: #173A68;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: 'Oxygen', sans-serif;
}

.news .news-detl p {
    font-size: 20px;
    line-height: 32px;
    color: #585858;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Oxygen', sans-serif;
}


/* Portfolio Page */

.portfo{
	padding:4rem 0;
}

.portfo h1{
	font-size: 42px;
    color: #0F243E;
    font-weight: 700;
	line-height:56px;
    font-family: 'Oxygen', sans-serif;
}

.portfo h1 span{
	display:block;
}

.portfo p{
	font-size: 20px;
    color: #6B7177;
    font-weight: 400;
	line-height:36px;
    font-family: 'Libre Baskerville', serif;
	font-style:italic;
	position:relative;
	padding-left:30px;
	margin-bottom:10px;
}

.portfo p:before{
	position:absolute;
	left:0;
	top:0;
	content:'';
	background:url(../images/coma.png) no-repeat;
	width:13px;
	height:11px;
}

.portfo p span{
	display:block;
}

.portfo h2{
	font-size: 18px;
    color: #0F243E;
    font-weight: 700;
	line-height:24px;
    font-family: 'Oxygen', sans-serif;
	padding-left:30px;
}

.portfo h2 span{
	display:block;
	font-size:14px;
	font-weight:400;
}

.portfolio-section{
	padding:4rem 0;
}

.portfolio-section .left-side-br{
	margin-bottom:50px;
}

.portfolio-section .lft-ara ul{
	padding-left:0;
}

.portfolio-section .lft-ara ul li{
	list-style:none;
	margin-bottom:24px;
}

.portfolio-section .lft-ara ul li a{
	color:#0F243E;
	font-size:20px;
	font-weight:700;
	font-family: 'Oxygen', sans-serif;
}

.portfolio-section .lft-ara ul li.drp ul.drp-cnt{
	display:none;
	transition:0.5s;
}

.portfolio-section .lft-ara ul li.drp i{
	padding-left:40px;
}

.portfolio-section .lft-ara ul li.drp:hover i{
	transform:rotate(180deg);
	padding-right:40px;
}

.portfolio-section .lft-ara ul li.drp:hover ul.drp-cnt{
	display:block;
	transition:0.5s;
	margin-top:20px;
	padding-right:50px;
}

.portfolio-section .lft-ara ul li.drp:hover ul.drp-cnt li{
	margin-bottom:15px;
}

.portfolio-section .lft-ara ul li.drp:hover ul.drp-cnt li a{
	font-family: 'Libre Baskerville', serif;
	color:#0F243E;
	font-size:16px;
	line-height:28px;
	font-weight:400;
	font-style:italic;
}

.portfolio-section .prt-card{
	margin-bottom:40px;
	background:#ECEDEF;
	padding:30px;
	height:12rem;
}

.portfolio-section .prt-card:hover h5{
	color:#C19A6B;
	transition:0.5s;
}

.portfolio-section .prt-card img{
	object-fit:scale-down;
}

.carousel.slide.portfolio .carousel-inner {
    overflow: hidden;
}

.carousel.slide.portfolio .full-container {
    max-width: 100%;
    padding: 0;
    background: #F1F3F6;
    display: flex;
    flex: 1;
    margin: 10px 0 10px 0;
}

.portfolio-section .modal-lg, .portfolio-section .modal-xl {
    max-width: 1000px;
}

.carousel.slide.portfolio .full-container .about-author {
    margin: -10px 0 -10px 0;
    width: calc(100% - 400px);
    background: #fff;
    padding: 70px 60px 70px 60px;
    position: relative;
    box-shadow: 6px 0 5px -2px #c1c1c1ee;
}

.full-container .about-author .span-logo {
    display: block;
    margin-bottom: 35px;
}

.full-container .about-author .span-logo img {
    max-width: 100%;
}

.portfolio .about-author h4 {
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 600;
    color: #092327;
}

.portfolio .about-author p {
    font-size: 18px;
    line-height: 32px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #595F67;
}

.carousel.slide.portfolio .full-container .author-row {
    width: 400px;
    padding: 70px 80px 70px 60px;
}

.portfolio .author-row h4 {
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 700;
    color: #173A68;
    margin-bottom: 5px;
}

.portfolio .author-row p {
    font-size: 20px;
    font-family: 'Oxygen', sans-serif;
    font-weight: 400;
    color: #173A68;
    margin-bottom: 5px;
}

.carousel.slide.portfolio .full-container .author-row hr{
	background:#fff;
	height:2px;
}

.portfolio .author-row p a {
    color: #173A68;
}


.portfolio-section .modal-header.top-right {
    position: absolute;
    padding: 6px 10px;
    right: -59px;
    top: 10px;
    background: #C19A6B;
    border: 0;
    height: 165px;
    border-top-left-radius: calc(0rem - 0px);
    border-top-right-radius: calc(0rem - 0px);
}

.portfolio-section .modal-header.top-right .left-arw {
    position: absolute;
    top: 120px;
}

.portfolio-section .modal-header.top-right .left-arw a {
    position: static;
}
.portfolio-section .carousel-control-next, .portfolio-section .carousel-control-prev {
    opacity: 1;
    width: 2.25rem;
}
.portfolio-section .close-btn {
    padding: 0 6px;
    position: relative;
    top: -63px;
}
.portfolio-section .close-btn button.close {
    margin: 0;
    padding: 0 0px;
    color: #ffffff;
    font-size: 46px;
    opacity: inherit;
    background: none;
    border: none;
}
.portfolio-section .close {
    float: right;
    font-weight: 100;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
}
.portfolio-section .modal-header.top-right .right-arw {
    position: absolute;
    top: 80px;
    right: 10px;
}

.portfolio-section .modal-content{
	background:transparent;
}

.team-section .modal {
    background: rgba(15,36,62,.9);
}

.intranet .content ul li.sb-tp {
    margin-top: 1rem;
}

/* Privacy Page */

.privacy{
	padding:6rem 0;
}

.privacy h5{
    font-size: 32px;
	line-height:44px;
    color: #173A68;
    font-weight: 700;
    margin-bottom: 20px;
	font-family: 'Oxygen', sans-serif;
}

.privacy p{
    font-size: 20px;
    line-height: 32px;
    color: #585858;
    font-weight: 400;
    margin-bottom: 20px;
    font-family: 'Oxygen', sans-serif;
}


/* ESG Page */

.esg {
    padding: 4rem 0;
}

.esg h3 {
    text-align: center;
    margin-bottom: 2rem;
	font-size: 42px;
    font-weight: 700;
    color: #0F243E;
    font-family: 'Oxygen', sans-serif;
}

.esg .content {
    text-align: center;
}

.esg h4 {
    color: #fff;
    background-color: #0F243E;
    font-weight: 500;
    padding: 0.5rem 1rem;
    margin: 1rem 0 0;
	font-family: 'Oxygen', sans-serif;
}

.esg p {
    text-align: center;
    background-color: #F2F2F2;
    padding: 1rem;
	font-family: 'Oxygen', sans-serif;
	color:#000;
}

.esg p span {
    color: #22686C;
    font-weight: 600;
}

@media(max-width: 1024px) {
	.navbar li.nav-item .nav-link {
    font-size: 13px;
	}
	.navbar li.nav-item:nth-child(7) .nav-link {
    padding: .5rem 2rem;
	}
}

@media (max-width: 991px) {
    .navbar {
	background-color: #092327;
	padding: 1rem 0;
	box-shadow: 0px 2px 13px -5px rgba(0, 0, 0, .4);
    }	
	.navbar.fixed-top{
	position:relative !important;
	background:#0F243E;
	}
	.navbar.navbar-min{
	position:fixed !important;
	}
    .navbar .navbar-brand {
    width: 11rem;
    }
    .navbar .navbar-nav {
	text-align: center;
	padding: 1.5rem 0 0;
	margin: 0;
    }
    .navbar .nav-item.nav-link {
	font-size: 1.0625rem;
	padding: .125rem 0;
	margin: .125rem 0;
    }	
	
}


/*=====responsive code here=====*/
@media (min-width:1300px){
	
}

@media (min-width:1025px) and (max-width:1299px){
    .navbar li.nav-item .nav-link{font-size:14px;padding:.5rem 0;}
    .home h1{font-size:50px;}
    .home h6{font-size:36px;}
    .gauge .cnt h5{font-size:40px;}
    .gauge .cnt p{font-size:18px;}
    .gauge .cnt {width: auto;padding: 10px;}
    .invest .invest-logo{flex-wrap: wrap;justify-content: center;}
    .invest .invest-logo > a > img{width:175px;}
	.form-area .call-us h4 {
    font-size: 19px;
	}
	.clock h5 {
    font-size: 15px;
	}
}

@media (min-width:992px) and (max-width:1024px){
    .home .main{padding:12rem 0rem 5rem;}
	.home .main {
    min-height: auto;
	}
    .home h1{font-size:50px;}
    .home h6{font-size:36px;}
    .gauge .cnt h5{font-size:36px;}
    .gauge .cnt p{font-size:18px;}
    .gauge .cnt {width: auto;padding:10px 10px;}
    .invest .invest-logo{flex-wrap: wrap;justify-content: center;}
    .invest .invest-logo > a > img{width:175px;}	
	.four-box .bx p {
    padding: 0 30px;
	}	
	.four-box .bx img{
	height:75px;
	}	
	.form-area .addr {
    padding: 0 10px;
	}	
	.form-area .call-us h4 {
    font-size: 20px;
	}	
	.form-area .call-us {
    margin-bottom: 20px;
	}
	.transact {
    padding: 6rem 6rem;
	}	
	.transact .white-box h6 {
    font-size: 20px;
    padding-right: 0px;
	}
	.teams-content span.degin {
    font-size: 12px;
	line-height:16px;
	}
	.team-section .op {
    padding: 25px 10px;
	}
	.team-section .op h4 {
    font-size: 15px;
	}
	.team-section .modal-dialog{
	width:80%;
	}
	.explore .img-rotate:hover .text h3 {
	font-size:16px;
	line-height:26px;
	margin-bottom:10px;
	}
	.explore .img-rotate ul li {
    font-size: 12px;
    margin-bottom: 1px;
	}
	.portfolio-section .modal-lg, .portfolio-section .modal-xl {
    max-width: 80%;
	}
	.explore .img-rotate:hover .text {
    transform: translate(-5%,-45%);
    -webkit-transform: translate(-5%,-45%);
	}
	.form-area .call-us h4 {
    font-size: 19px;
	}
	.clock h5 {
    font-size: 12px;
	}	
}

@media (min-width:768px) and (max-width:991px){
    .home .main{padding:4rem 0rem 0rem;}
    .home h1{font-size:40px;line-height: 1.5;}
    .home h6{font-size:34px;line-height: 1.5;}
    .gauge .cnt h5{font-size:24px;}
    .gauge .cnt p{font-size:14px;line-height: 20px;}
    .gauge .cnt {width: auto;padding:10px 10px;}
    .invest h1{font-size:50px;}
    .invest .invest-logo{flex-wrap: wrap;justify-content: center;}
    .invest .invest-logo > a > img{width:175px;}	
	.four-box .bx p {
    padding: 0 20px;
	font-size: 18px;
	}
	.four-box .bx {
    padding: 40px 20px 20px;
	}
	.four-box .bx img{
	height:75px;
	}
	.explore .img-rotate .text h3 {
    font-size: 16px;
    line-height: 22px;
	}	
	.form-area .addr {
    padding: 0 10px;
	}	
	.form-area .call-us h4 {
    font-size: 20px;
	}	
	.form-area .call-us {
    margin-bottom: 20px;
	}	
	.get-in-touch h1 {
    font-size: 36px;
    padding-left: 0px;
	}	
	.get-in-touch p {
    padding-right: 0px;
	}	
	.transact {
    padding: 6rem 0rem;
	}	
	.transact .white-box h6 {
    font-size: 20px;
    padding-right: 0px;
	}
	.team-section .lft-ara ul li a {
    font-size: 16px;
	}
	.team-section .teams-content h5 {
    font-size: 13px;
	height:25px;
	}
	.teams-content span.degin {
    font-size: 12px;
	line-height:16px;
	}
	.team-section .op {
    padding: 25px 10px;
	height:130px;
	}
	.team-section .op h4 {
    font-size: 13px;
	}
	.team-section .modal-dialog{
	top:50%;
	transform:translateY(-50%) !important;
	width:80%;
	}
	.team-section .author-row.left p {
    margin: 20px 0 10px;
    font-size: 22px;
	line-height:24px;
	}
	.team-section .author-row.left h4 {
    font-size: 12px;
	}
	.team-section .about-author p {
    font-size: 16px;
    line-height: 26px;
	}
	.explore .img-rotate .text {
    left: 15%;
    transform: translate(-15%,-40%);
	}
	.explore .img-rotate:hover .text {
    transform: translate(-5%,-45%);
    -webkit-transform: translate(-5%,-45%);
	}
	.explore .img-rotate:hover .text h3 {
    font-size: 13px;
	margin-bottom:10px;
	line-height: 18px;
	}
	.explore .img-rotate ul li {
    font-size: 11px;
    margin-bottom: 1px;
	}
	.portfo h1 {
    font-size: 28px;
    line-height: 44px;
	}
	.portfo p {
    line-height: 30px;
	}
	.gauge h4.in {
    font-size: 10px;
	}
	.portfolio-section .modal-lg, .portfolio-section .modal-xl {
    max-width: 80%;
	}
	.carousel.slide.portfolio .full-container .author-row {
    width: 40%;
	padding: 40px 40px 40px 40px
	}
	.carousel.slide.portfolio .full-container .about-author {
    width: calc(100% - 40%);
	padding: 40px 40px 40px 40px
	}
	.join p {
    font-size: 17px;
	}
	.form-area .call-us h4 {
    font-size: 19px;
	}
	.inner-ban .main.abtt {
    padding: 12rem 4rem 6rem !important;
	}
	#intranet .inner-ban .main h1 {
    padding-left: 0rem;
	}

}

@media (max-width:767px){    
    .explore h1{margin:30px 0 30px;}
    .border-r{border-right: none;;}
	.get-in-touch h1 {
    padding-left: 0px;
	margin-bottom:20px;
	}
	
	.get-in-touch p {
    padding-right: 0px;
	}
	
	.form-area {
    padding: 1rem 0 2rem;
	}
	
	.form-area button.frm-btm {
    width: 100%;
	}
	
	.form-area .addr {
    padding: 60px 0px 0;
	}
	.transact {
    padding: 4rem 0rem;
	}
	.transact h2 {
    font-size: 30px;
	}
	.transact p {
    font-size: 22px;
    line-height: 32px;
    padding: 0 10px;
	}
	.transact .white-box h6 {
    font-size: 22px;
    height: 70px;
    padding-right: 10px;
	}
	.indust h1 {
    font-size: 30px;
	}
	.indust .acord {
    padding-left: 0px;
	}
	.team-section .team-area {
    width: 100%;
	}
	.portfo h1{
	margin-bottom:30px;
	}
	
}

@media (min-width:812px) and (max-width:812px) and (max-height:375px){
	.home video{
	width:100% !important;
	height:auto !important;
	}
}

@media (min-width:576px) and (max-width:767px){
	.home .main{padding:3rem 0 2rem;}
    .home h1{font-size:30px;line-height: 1.5;}
    .home h6{line-height: 1.5;font-size:24px;margin-bottom: 2rem;}
    .explore h1, .gauge h2{font-size:38px;}
    .invest h1{font-size:45px;}
    .invest .invest-logo{flex-wrap: wrap;justify-content: center;}
    .invest .invest-logo > a > img{width:150px;}
	.home video{
	width:100% !important;
	}
	.inner-ban h1, .large-inves h1 {
    font-size: 28px;
	}
	.inner-ban .main {
    padding: 6rem 1rem 4rem;
	}
	.inner-ban .main.abtt {
    padding: 4rem 1rem;
	}
	.large-inves .large-about{
	padding:3rem 0;
	}
	.large-inves .large-about p {
    font-size: 17px;
    line-height: 26px;
    padding: 0 8%;
	}
	.four-box h1 {
    font-size: 30px;
    line-height: 45px;
	}
	.four-box .bx {
    padding: 40px 10px 20px;
	}
	.four-box .bx img{
	height:75px;
	}
	.four-box .bx p {
    font-size: 18px;
    padding: 0 10px;
	}
	.four-box .border-r{
	border-right:1px solid #DEE1E5;
	}
	.phil h2 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 10px;
	}
	.phil p {
    font-size: 18px;
    line-height: 28px;
	}
	.phil .box {
    padding: 40px 20px;
	}
	.phil .box h5 {
    font-size: 14px;
	line-height: 22px;
	}
	footer .footer-btm img{
	margin:20px 0;
	width: 100px;
	}
	footer p, footer p a {
    font-size: 12px;
	}
	.explore .img-rotate .text h3 {
    font-size: 15px;
    line-height: 20px;
	}
	.team-section .modal-dialog{
	margin:0 auto;
	width:80%;
	}
	.team-section .author-row.left p {
    margin: 20px 0 10px;
    font-size: 22px;
	line-height:24px;
	}
	.team-section .author-row.left h4 {
    font-size: 12px;
	}
	.team-section .about-author p {
    font-size: 16px;
    line-height: 26px;
	}
	.gauge .cnt {
    padding: 20px 70px;
	}
	.gauge h4.in{
	margin-top:20px;
	}
	.explore .explore-part {
    display: block;
	}
	.explore .img-rotate {
    width:50%;
	float:left;
    margin-bottom: 10px;
	}
	.portfolio-section .prt-card {
    padding: 20px;
    height: 8rem;
	margin-bottom:15px;
	}
	.portfolio-section .lft-ara ul li.drp i {
    padding-left: 15px;
	}
	.portfolio-section .lft-ara ul li.drp:hover i {
    padding-right: 15px;
	}
	.portfolio-section .lft-ara ul li.drp:hover ul.drp-cnt {
    padding-right: 10px;
	}
	.portfolio-section .lft-ara ul li.drp:hover ul.drp-cnt li a {
    font-size: 13px;
    line-height: 20px;
	}
	.portfolio-section .modal-lg, .portfolio-section .modal-xl {
    max-width: 80%;
	}
	.carousel.slide.portfolio .full-container .author-row {
    width: 40%;
	padding: 30px 20px 30px 20px
	}
	.carousel.slide.portfolio .full-container .about-author {
    width: calc(100% - 40%);
	padding: 20px 20px 20px 20px
	}
	.home h1 span {
    line-height: 55px;
	}
}

@media (max-width:575px){
	.home .main{padding:8rem 0 2rem;}
    .home h1{font-size:25px;line-height: 50px;}
	.home h1 span {line-height: 50px;}
    .home h6{line-height: 1.5;font-size:20px;}
    .explore h1, .gauge h2{font-size:30px;padding:0 15px;}
    .invest h1{font-size:45px;}
    .invest .invest-logo{flex-wrap: wrap;justify-content: center;}
    .invest .invest-logo > a > img{width:150px;}
	.home .owl-carousel video  {
	 height:100vh;	
	 left:0;
	 transform:translate(-0%);
	}
    .gauge .cnt h5{font-size:24px;}
    .gauge .cnt p{font-size:14px;}
    .gauge .cnt {width: auto;padding: 10px;}
    .gauge img.g-img{margin-top: 30px;}

    .invest{padding:4rem 0;}
    .invest h1{font-size:30px;margin-bottom: 30px;}
    .invest .invest-logo{flex-wrap: wrap;justify-content: center;}
    .invest .invest-logo > a > img{width:95px;}

    .owl-carousel .owl-nav{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0 !important;width:100%;}
    .owl-carousel .owl-nav > button{color:#fff !important;font-size:125px !important;position:absolute;margin:-20px 0 0 !important;line-height: 1 !important;transform:translateY(-50%);}
    .owl-carousel .owl-nav > button.owl-prev{left:15px;}
    .owl-carousel .owl-nav > button.owl-next{right:15px;}

    .owl-carousel .owl-dots{margin-top:20px;}
	
	footer .footer-btm {
    display: block;
	}
	
	.inner-ban h1, .large-inves h1 {
    font-size: 30px;
	line-height: 42px;
	}
	.inner-ban .main {
    padding: 6rem 1rem;
	}
	.inner-ban .main.abtt {
    padding: 4rem 1rem;
	}
	.large-inves .large-about{
	padding:3rem 0;
	}
	.large-inves .large-about p {
    font-size: 17px;
    line-height: 26px;
    padding: 0 8%;
	}
	.four-box h1 {
    font-size: 30px;
    line-height: 45px;
	}
	.four-box .bx {
    padding: 40px 10px 20px;
	}
	.four-box .bx p {
    font-size: 18px;
    padding: 0 10px;
	}
	.four-box .border-b, .four-box .border-r{
	border:none;
	}
	.phil h2 {
    font-size: 30px;
    line-height: 45px;
    margin-top: 10px;
	}
	.phil p {
    font-size: 18px;
    line-height: 28px;
	}
	.phil .box {
    padding: 40px 20px;
	}
	.phil .box h5 {
    font-size: 14px;
	line-height: 22px;
	}
	footer .footer-btm img{
	margin:20px 0;
	}
	.explore .explore-part{
	display:block;
	}
	.explore .img-rotate{
	width:100%;
	margin-bottom:10px;
	}
	.transact .white-box h6 {
    height:auto;
	}	
	.get-in-touch h1 {
    font-size: 28px;
	}
	.team-section .modal-dialog{
	margin:0 auto;
	width:98%;
	}
	.team-inner-part {
    padding-left: 15px;
	}
	.team-section .modal-header.top-right {
    right: 0px;
	}
	.gauge h4.in {
    margin-top: 15px;
	}
	.new-top-nav a {
    font-size: 12px;
	}
	.news .new-top-nav {
    align-items: start;
	}
	.previous-nxt-news li {
    padding-left: 20px;
	}
	.portfolio-section .col-lg-3{
	width:50%;
	float:left;
	}
	.carousel.slide.portfolio .full-container {
	display: block;
	}
	.carousel.slide.portfolio .full-container .about-author {
    width: calc(100% - 0%);
	padding: 43px 44px 40px 33px;
	}
	.carousel.slide.portfolio .full-container .author-row {
    width:100%;
	padding: 43px 44px 40px 33px;
	}
	.portfolio-section .modal-dialog{
	margin:10px auto;
	width:98%;
	}
	.portfolio-section .modal-header.top-right {
    right: 0;
    top: 0;
	}
	.gauge h4.in {
    font-size: 14px;
    line-height: 22px;
	}
	.explore{
	padding:0 15px;
	}
	.news .archive{
	padding-left:0px;
	}
	.news {
    padding: 2rem 0 3rem;
	}
	.news .archive h1 {
    font-size: 20px;
	}
	.news .archive ul li a {
    font-size: 16px;
	}
	.team-section h1 {
    margin-top: 60px;
	}
	.team-section h1 {
    font-size: 24px;
	}
	.team-section {
    padding: 2rem 0;
	}
}


@media (min-aspect-ratio:16/9) {
	.home video{ 
	width:100%;
	height:auto;
	}
}

@media (max-aspect-ratio:16/9) {
	.home video{ 
	width:100%;
	height:100vh;
	object-fit:cover !important;
	}
}
/*=====responsive code here=====*/


/* abhishek css */
.poptxt-left h5{
	line-height: 1;
    letter-spacing: 0.1px;
    text-transform: uppercase;
	font-size: 16px;
}

.poptxt-left .name {
	color: #22686C;
	font-weight: 600;
	letter-spacing: .17px;
	margin-bottom: 1rem;
	font-size: 26px;
}

.locsec strong{
	color: #22686C;
    font-weight: 600;
}

.locsec p{    
	color: #7c8591;
}

.poptxt-left{
	font-family: 'Oxygen', sans-serif;
}

#teamCarousel {
    padding:30px 40px;
}

.divider {
    border-bottom: 1px solid #000;
    margin: 48px 0;
}

.locsec p{
	margin-bottom: 0;
}

.popdetl h4{        
	color: #22686C;
    font-weight: 600;
    text-transform: uppercase;
	font-size: 16px;
}

.popdetl ul {
	margin-bottom: 1.875rem;
}

.popdetl ul li {
	color: #7c8591;font-size: 16px;
}

@media(max-width:767px){
	#teamCarousel {
		padding: 20px;
	}
	.team-section .modal-header.top-right .right-arw{right: -25px;}
	
	.team-section .modal-header.top-right .left-arw{left: 10px;}
}