/* --------------------------------------------------------------
/* Reset
-------------------------------------------------------------- */
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body:not(.modal-open) {
  padding-right: 0px !important;
}
body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 28px;
  color: #777;
  overflow-x: hidden;
}

.page a {
    color: #A6CB39 ;
    text-decoration: none;
}

.page a:hover {
    color: #283302;
    text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Inter", sans-serif;
  font-weight: bold;
}

/*--------------------------------------------------------------
# TEXT
--------------------------------------------------------------*/
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}
.text-justify {
    text-align: justify !important;
}
@media screen and (max-width:767px){
	.text-left {
		text-align: left !important;
	}
	.text-right {
		text-align: right !important;
	}
}
.orange {
  color: #EA5E27;
}
.orange-light {
  color: #ED924F;  
}
.blue {
  color: #0074B2;  
}
.green {
  color: #18A99E;
}

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/
.p20 {
	padding: 20px 0;
}
.p40 {
	padding: 40px 0;
}
.p60 {
	padding: 60px 0;
}
.p70 {
	padding: 70px 0;
}
.p80 {
	padding: 80px 0;
}
.p100 {
	padding: 100px 0;
}

.pt20 {
	padding-top: 20px;
}
.pt40 {
	padding-top: 40px;
}
.pt60 {
	padding-top: 60px;
}
.pt80 {
	padding-top: 80px;
}
.pt100 {
	padding-top: 100px;
}

.pb20 {
	padding-bottom: 20px;
}
.pb40 {
	padding-bottom: 40px;
}
.pb60 {
	padding-bottom: 60px;
}
.pb80 {
	padding-bottom: 80px;
}
.pb100 {
	padding-bottom: 100px;
}
/*--------------------------------------------------------------
# Margin
--------------------------------------------------------------*/

.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 30px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb60 {
	margin-bottom: 60px;
}
.mb70 {
	margin-bottom: 70px;
}
.mb80 {
	margin-bottom: 80px;
}
.mb90 {
	margin-bottom: 90px;
}
.mb100 {
	margin-bottom: 100px;
}


.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}
/*--------------------------------------------------------------
# Line Height
--------------------------------------------------------------*/
.l20 {
	line-height: 20px !important;
}
.l30 {
	line-height: 30px !important;
}
.l40 {
	line-height: 40px !important;
}
.l50 {
	line-height: 50px !important;
}
/*--------------------------------------------------------------
# No Gutter
--------------------------------------------------------------*/
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col, .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}
/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/

img{
    border:0;
    max-width:100%;
    vertical-align:middle;
}
img.responsive,img.scale{
    max-width:100%;
    height:auto;
}
img[class*=align],img[class*=wp-image-]{
    height:auto;
}
img.size-full{
    max-width:100%;
    width:auto;
}

/*--------------------------------------------------------------
# NAV
--------------------------------------------------------------*/
.navbar-brand {
  padding: 0px;
}

.navbar-light{
  background: transparent;
  padding: 0px;
		-webkit-transition: all 0.4s ease;
 		transition: all 0.4s ease;
} 
/* header large */
.navbar-brand .large {
	height: 140px;
		-webkit-transition: all 0.4s ease;
 		transition: all 0.4s ease;
}
.navbar-brand .logo {
  height: 140px;
}
@media screen and (max-width:991px){
  .navbar-brand .logo {
    height: 90px;  
  }
}
.navbar-brand .small {
	height: 90px;
  padding-bottom: 10px;
		-webkit-transition: all 0.4s ease;
 		transition: all 0.4s ease;
}
.navbar-toggler {
    border: solid 2px #EA5E27;
    color: #EA5E27;
}
.navbar-toggler-icon {
  margin-right: 5px;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(234, 94, 39, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
        }
.custom-toggler.navbar-toggler {
    border-color: lightgreen;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #EA5E27;
}
.nav-link:focus, .nav-link:hover {
    color:  #EA5E27;
}

span.top-bar {
    width: 30px;
    height: 3px;
    background-color: #EA5E27;
    transition: all 0.2s;
  display: block;
  border-radius: 2px;
  margin-bottom:5px;
  margin-top: 5px;
  }
span.middle-bar {
    width: 15px;
    height: 3px;
    background-color: #EA5E27;
    transition: all 0.2s;
  display: block;
  border-radius: 2px;
  margin-bottom: 5px;
  }
span.bottom-bar {
    width: 25px;
    height: 3px;
    background-color: #EA5E27;
    transition: all 0.2s;
  display: block;
  border-radius: 2px;
  margin-bottom: 5px;
  }
/*--------------------------------------------------------------
# HEADER
--------------------------------------------------------------*/

.header {
	height: 100vh;
	background-image: url(1.jpg);
	background-size: cover;
	background-position: center;
}
.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
/*--------------------------------------------------------------
# BREADCRUMB
--------------------------------------------------------------*/
.breadcrumb-bg {
  width: 100%;
  height: 500px;
  background: url("../img/header-bg.webp") center center;
  background-size: cover;
}
.breadcrumb-inner {
  padding-top: 240px;
  background: rgb(2,0,36);
  background: linear-gradient(90deg, rgba(2,0,36,0.7) 41%, rgba(0,116,178,0.7) 100%);
  height: 100%;
} 
h1.orange {
  color:#EA5E27;
}
h4.white  {
  color: #FFFFFF;
}
h2.light-orange {
  color:#ED924F;
}
/*--------------------------------------------------------------
# PAGE BACKGROUND
--------------------------------------------------------------*/

.page-cont-white {
  background:#fff;
  text-align:justify
}
.page-cont-grey {
  background:#F7F7F7;
  text-align:justify
}
.page-cont-white h5,
.page-cont-grey h5 {
  text-align: left;
}
.page-cont-blue {
    background: #F0FCFB;
}
/*--------------------------------------------------------------
# CEO NOTE
--------------------------------------------------------------*/

.ceo-note {
  background: #f4f4f4;
  align-items: center;
  justify-content: center;
  display: flex;
  text-align: justify
}

.ceo-note img {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  img.ceo-note  {
    width: 100% !important;
    height: 100% !important;
  }
}

/*--------------------------------------------------------------
# STRATEGY
--------------------------------------------------------------*/
.mission img {
  display:inline;
  margin: 0px 10px 20px 0px;
}
.mission h5 {
  display:inline;  
}
.values {
  padding: 20px;
}
.values img {
  width: 60px;
  text-align: center;
}
.division {
  margin-bottom: 20px;
  text-align: center;
}
.division-icon {
  width: 100%;
  text-align: center;
  padding-right: 10px;
}
.division-icon img {
  width: 70px;
  padding-bottom: 10px;
}
.division-heading {
  display: inline-table;
}
.division h6 {
  min-height: 40px;
}
.bg-orange {
  background: #FDF4ED;
  border: solid thin #ED924F;
}
.bg-blue {
  background: #E5F1F7;
  border: solid thin #0074B2;
}
.bg-green {
  background: #F4FBFA;
  border: solid thin #18A99E;
}
.bg-grey {
  background: #F8F8F8;
}
.card-header {
  background: none !important;
  border-bottom: none !important;
  padding-bottom: 0px;  
}

.card-header svg {
  width: 70px;
  transform: translateZ(0);
  dislplay: inline
}
.st0 {
  fill: none;
}
.st-orange{
  fill: #ED924F;
}
.st-blue {
  fill: #0074B2;  
}
.st-green {
  fill: #18A99E;
}
.card-header h5{
  display: inline;
}
/*--------------------------------------------------------------
# CHAPTER
--------------------------------------------------------------*/

.chapter-title {
  color: #0074B2;
}

.table-content a {
  text-decoration: none;
  color: #0074B2;
}
.table-content a:focus,
.table-content a:hover {
  color: #18A99E;
}
.table {
  width: 80% !important;
}
/*--------------------------------------------------------------
# BUTTONS
--------------------------------------------------------------*/
.btn-bottom {
  background: #0074B2;
  padding: 20px;
  border-radius: 0px;
  color: #FFF;
}
.btn-bottom:focus,
.btn-bottom:hover {
  background: #18A99E;
  border-radius: 0px;
  color: #FFF;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-top {
   display: block;
   box-sizing: border-box;
   background-color: #F4F4F4;
   width: 100%;
   color: #fff;
   text-align: center;
 }
.footer-icon {
  background: #18A99E;
  width:40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
}
.footer-icon:hover {
  background: #0074B2;
}
.footer-top a {
 color: #FFFFFF;
 text-decoration: none;
}
.footer-top a:hover {
 color: #F4F4F4;
 text-decoration: none;
}
.footer-icon ul {
  padding-left: 0px;
}
li.footer-icon  {
  list-style-type: none;
  margin-right: 20px;
  display: inline-block
}

.footer-bottom {
  line-height: 50px;
  background: #0074B2;
  text-align: center;
  color: #fff;
}
.footer-bottom a {
 color: #ffffff;
 text-decoration: none;
}
.footer-bottom a:hover {
 color: #FFFFFF;
 text-decoration: none;
}