#innerPage .breadcrumbs{
	
}
#innerPage .header {
    background-color: #007D56;
    position: relative;
    padding-bottom: 20px;
}
.header .header-top{
	padding: 10px 0px;
    border-bottom: 1px solid rgb(255 255 255 / 25%);
}
.header .header-top ul{
	padding: 0;
    margin: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
    .header .header-top{
        padding:13px 0px;
        margin:0 20px
    }
}
@media (min-width: 1401px) and (max-width: 1600px){
    .header .header-top{
        padding:13px 0px;
        margin:0 30px
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px){
    .header .header-top{
        padding:13px 0px;
        margin:0 20px
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .header .header-top{
        padding:13px 0px;
        margin:0 20px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .header .header-top{
        padding:13px 0px;
        margin:0 20px
    }
}
.header .header-top .header-info-left ul li{
    color:#fff;
    display:inline-block;
}
.header .header-top .header-info-left ul li a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 800;
    letter-spacing: 1px;
}


.header .header-top .header-info-right .header-social li{
    display:inline-block
}
.header .header-top .header-info-right .header-social li a{
    color:#fff;
    font-size:16px;
    padding-left:19px
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .header .header-top .header-info-right .header-social li a{
        padding-left:8px
    }
}
.header .header-top .header-info-right .header-social li a i{
    -webkit-transition:all .3s ease-out 0s;
    -moz-transition:all .3s ease-out 0s;
    -ms-transition:all .3s ease-out 0s;
    -o-transition:all .3s ease-out 0s;
    transition:all .3s ease-out 0s;
    transform:rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    -moz-transform:rotateY(0deg);
    -ms-transform:rotateY(0deg);
    -o-transform:rotateY(0deg)
}
.header .header-top .header-info-right .header-social li a:hover i{
    color:#fff;
    transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -ms-transform:rotateY(180deg);
    -o-transform:rotateY(180deg)
}


/**********************/

.cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.owl-carousel .owl-slide {
  position: relative;
  height: 700px;
  background-color: lightgray;
}
.owl-carousel .owl-slide-text {

}

.owl-carousel h2 {
    font-size: 70px;
    color: #fff;
    font-weight: 800;
}
.owl-carousel .owl-slide-animated {
	transform: translateX(20px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.05s;
}

.owl-carousel .owl-slide-animated.is-transitioned {
  transform: none;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

.owl-carousel .owl-slide-title.is-transitioned {
  transition-delay: 0.2s;
}

.owl-carousel .owl-slide-subtitle.is-transitioned {
  transition-delay: 0.35s;
}

.owl-carousel .owl-slide-cta.is-transitioned {
  transition-delay: 0.5s;
}

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
  position: absolute;
}


.owl-carousel .owl-nav {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
	width: 100%;
	margin-top: -25px;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
    position: absolute;
	margin:0
}
.owl-carousel .owl-nav .owl-prev{
    left: 20px;
}
.owl-carousel .owl-nav .owl-next{
    right: 20px;
}
.owl-carousel .owl-nav svg {
	color: #fff;
  opacity: 0.3;
  transition: opacity 0.3s;
}

.owl-carousel .owl-nav button:hover svg {
  opacity: 1;
}

.owl-carousel .owl-nav [class*="owl-"]:hover {
  background: transparent;
}

.owl-slide{
  position: relative;
}
.owl-carousel .owl-dots {
	position: relative;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.owl-theme .owl-dots .owl-dot span {
	background: rgb(172 173 172 / 50%);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #007d56;
}
/*.carousel__overlay{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	background: linear-gradient(309.62deg, #007D56 10.45%, #002A56 100.78%);
	opacity: .8;
}*/

.carousel__overlay {
	position: relative;
    height: 100%;
    width: 100%;
}
  .carousel__overlay:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    right: 0;
    bottom: 0;
    opacity:.6;
	background: linear-gradient(309.62deg, #007D56 10.45%, #002A56 100.78%);
}
.hero-area .owl-carousel .owl-dots {
	position: relative;
    bottom: 50px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.hero-area .owl-theme .owl-dots .owl-dot span {
	background: #fff;
}
.hero-area .owl-theme .owl-dots .owl-dot.active span,
.hero-area .owl-theme .owl-dots .owl-dot:hover span {
    background: #007d56;
}



/************************************************************

				bootstrap Set

************************************************************/
.btn-group-lg>.btn, .btn-lg {
    padding: 18px 50px;
    border-radius: 0.3rem;
    font-size: 16px;
    font-weight: 800;
    border-width: 3px;
}

/************************************************************

				Custom Control Owl Carusel

************************************************************/


.owl-custom-control {
    display: inline-block;
}
.owl-custom-control .owl-theme .owl-nav [class*=owl-] {
    margin: 0 0 0 10px;
    padding: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid #9d9d9d;
    background-color: #fff;
    color: #9d9d9d;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-custom-control .custom-nav.owl-nav {
    margin: 0;
    direction: ltr;
}

.owl-custom-control .owl-theme .owl-nav [class*=owl-] i {
    font-size: 18px;
    vertical-align: middle;
    color: inherit;
}

.owl-custom-control .owl-theme .owl-nav [class*=owl-]:hover {
    background-color: #9d9d9d;
    border-color: #9d9d9d;
    color: #fff;
}

.owl-custom-control .owl-theme .owl-controls {
    background: transparent;
    position: static;
    margin: 0;
}


/************************************************************

					Dividers For Home

************************************************************/


.dividers-header {
	position: relative;
    margin: 20px 0;
}

h2.section-title {
    display: block;
    padding-bottom: 0;
    font-size: 40px;
    font-weight: 800;
    height: 55px;
    margin: 0;
	text-align: inherit;
}
h2.section-title span {
    position: relative;
    z-index: 10;
    color: #002a56;
}
/*h2.section-title:after {
    content: " ";
    display: block;
    width: 100%;
    background-color: #f1f1f1;
    height: 3px;
    top: -15px;
    position: relative;
}*/

.listAll-wrapper {
    text-align: right;
}
.listAll-wrapper .btn {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #212529;
    border-radius: 0;
    margin: 0 10px;
    font-weight: 800;
}
.listAll-wrapper .btn:hover {
    border-bottom: 1px solid #007d56;
	color:#007d56
}


/************************************************************

				investment opportunities

************************************************************/


.oppor-work.card {
    border-radius: 15px!important;
    cursor: pointer;
    height: 450px;
}
.oppor-work-content{
	direction:ltr
}
.oppor-work.card .card-title {
	color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 19px;
}
.oppor-work.card .card-text {
    font-size: 12px;
    margin-bottom: 5px;
}
.oppor-work.card .card-img {
    display: inline-block;
    height: 100%;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    object-fit: cover;
    object-position: center;
}
.oppor-work.card p.card-cat
{
    margin-bottom: 5px;
}

.oppor-work.card p.card-cat i,
.oppor-work.card p.card-date i
{
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
}

.oppor-work .oppor-work-vertical {
	background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
	background-size: 300% 300%;
	background-position: 0% 100%;
	transition: .5s;
}
.oppor-work .oppor-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.oppor-work .oppor-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: .5s;
}

/**** Oppor_2 Categories ****/

.single-cat {
    background: linear-gradient(309.62deg, #007D56 10.45%, #002A56 100.78%);
    padding: 45px;
    border-radius: 15px;
	position:relative;
	top:0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.single-cat:hover{
	position:relative;
	top:-2px;
    -webkit-box-shadow: 0 20px 30px rgb(35 47 85 / 10%);
}
.single-cat img {
    height: 85px;
}

.single-cat h5 {
    margin-bottom: 25px;
    font-weight: 800;
    color: #fff;
    font-size: 25px;
}

.single-cat .cat-cap {
    margin-top: 25px;
}

/**** Oppor_3 Categories ****/

.single-cat2 {
    position: relative;
    padding: 120px 50px;
    border-radius: 15px;
    overflow: hidden;
}

.single-cat2:before {
    content: "";
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(309.62deg, #007D56 10.45%, #002A56 100.78%);
    opacity:.7
}
.single-cat2 h2 {
    margin-bottom: 0;
    font-size: 50px;
}
.single-cat2 a.btn {
    padding: 15px 45px;
    font-weight: 800;
    font-size: 15px;
}
.single-cat2-inner {
    position: relative;
    z-index: 100;
}

#oppor_3 {
    background-size: cover;
}



/************************************************************

				promising Sectors

************************************************************/


/*
.sectors-cat{
    -webkit-transition:all .4s ease-out 0s;
    -moz-transition:all .4s ease-out 0s;
    -ms-transition:all .4s ease-out 0s;
    -o-transition:all .4s ease-out 0s;
    transition:all .4s ease-out 0s;
    background:#F3F8FF;
    padding:50px 25px 33px 25px;
    position:relative;
    z-index:1;
    border-radius:0px
}
.sectors-cat::before{
    position:absolute;
    content:"";
    width:100%;
    height:0;
    background:#fdfdfd;
    transition:.6s;
    bottom:0;
    left:0;
    z-index:-1;
    border-radius:5px
}
.sectors-cat .cat-icon{
    margin-bottom:25px
}
.sectors-cat .cat-cap h5{
    color:#003072;
    -webkit-transition:all .2s ease-out 0s;
    -moz-transition:all .2s ease-out 0s;
    -ms-transition:all .2s ease-out 0s;
    -o-transition:all .2s ease-out 0s;
    transition:all .2s ease-out 0s;
    font-size:20px;
    font-weight:500;
    margin-bottom:13px;
    display:block;
    line-height:1.5;
    text-decoration:underline transparent
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .sectors-cat .cat-cap h5{
        font-size:21px
    }
}
@media (max-width: 575px){
    .sectors-cat .cat-cap h5{
        font-size:21px
    }
}
.sectors-cat .cat-cap p{
    margin-bottom:36px;
    color:#66816A;
    font-size:16px;
    -webkit-transition:all .2s ease-out 0s;
    -moz-transition:all .2s ease-out 0s;
    -ms-transition:all .2s ease-out 0s;
    -o-transition:all .2s ease-out 0s;
    transition:all .2s ease-out 0s;
    margin:0
}
@media only screen and (min-width: 576px) and (max-width: 767px){
    .sectors-cat .cat-cap p{
        font-size:15px
    }
}
.sectors-cat .cat-cap .browse-btn2{
    opacity:0;
    visibility:hidden
}
.sectors-cat:hover{
    -webkit-box-shadow:0 20px 30px rgba(35,47,85,0.1)
}
.sectors-cat:hover::before{
    height:100%
}
.sectors-cat:hover .cat-cap h5 a{
    color:#316EC2
}
.sectors-cat:hover .cat-cap .browse-btn2{
    visibility:visible;
    opacity:1
}

*/
/*--------------------------------------------------------------
# promising Sectors
--------------------------------------------------------------*/

.sectors .icon-box {
	margin: 20px 0;
	text-align: center;
	padding: 50px 20px;
	border-radius: 15px;
	transition: all ease-in-out 0.3s;
	box-shadow: 0px 2px 35px rgb(0 0 0 / 7%);
}
.sectors .icon-box .icon {
  margin: 0 auto 30px;
  width: 110px;
  height: 110px;
  background: #007D56;
  background: linear-gradient(309.62deg, rgb(0 125 86 / 50%) 10.45%, #002A56 100.78%);
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform-style: preserve-3d;
}
.sectors .icon-box .icon i {
  color: #fff;
  font-size: 40px;
}

.sectors .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px!important;
  font-size: 22px;
}
.sectors .icon-box h4 a {
  color: #191919;
}
.sectors .icon-box p {
	min-height: 75px;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 0;
}
.sectors .icon-box:hover {
	/*background: #007D56;
	border-color: #007D56;*/
	background: linear-gradient(309.62deg, #007d5680 10.45%, #002A56 100.78%);
}
.sectors .icon-box:hover .icon {
  background: #fff;
}
.sectors .icon-box:hover .icon i {
  color: #007d56;
}
.sectors .icon-box:hover .icon::before {
  background: #0f976c;
}
.sectors .icon-box:hover h4,
.sectors .icon-box:hover h4 a,
.sectors .icon-box:hover p {
  color: #fff;
}


/*--------------------------------------------------------------
# Home Cities
--------------------------------------------------------------*/

.card-city {
	display: flex;
    align-content: flex-start;
    align-items: flex-start;
    padding: 10px 25px;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
    direction: ltr;
}
.card-city.card-img-overlay {
	background: rgb(0,0,0);
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgb(0 0 0 / 40%) 35%, rgba(0,0,0,0) 100%);
	background-size: 150%;
	background-position: 0%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.card-city.card-img-overlay:hover {
    background-size: 280%;
}

.list-city .card {
    border: 0;
    border-radius: 20px;
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 13px 28px -12px rgb(0 0 0 / 80%);
}
.list-city .card:hover {
    box-shadow: 0px 13px 28px -12px rgb(0 0 0 / 40%);
}
.list-city .card-title {
    color: #fff;
}

.list-city .card-img {
    display: inline-block;
    height: 100%;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    object-fit: cover;
    object-position: center;
}

.home_cities .list-city{
	padding: 30px 0;
}
.home_cities .list-city .card{
    height: 180px;
}


/*--------------------------------------------------------------
# Home Partners
--------------------------------------------------------------*/
.list-partner {
	padding: 30px 0;
}

/*.card-partner.card-img-overlay {
	background: #000;
    background: linear-gradient(131deg, #0000 0%, rgb(0 0 0 / 31%) 33.33%, #000 66.66%, rgb(255 255 255 / 0%) 20%);
    background-size: 240%;
    background-position: 0% 100%;
    transition: .5s;
}
.card-city.card-img-overlay:hover {
    background: linear-gradient(131deg, #0000 0%, #0000004f 33.33%, #000 66.66%, #000000f0 50%);
    background-size: 140%;
}*/
.list-partner a.card {
    padding: 20px;
    border-radius: 20px;
    border: 0;
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 15px 40px -18px rgb(0 0 0 / 20%);
}
.list-partner a.card:hover {
    box-shadow: 0px 13px 28px -12px rgb(0 0 0 / 40%);
}
.list-partner .card-title {
    color: #fff;
}

.list-partner img.card.card-img {
    display: inline-block;
    height: 100%;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    object-fit: cover;
    object-position: center;
}


/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/

.myCard {
    background-color: #fff;
    box-shadow: 0px 15px 30px 4px rgb(0 0 0 / 8%);
    border: 1px solid #f5f5f5;
    border-radius: 20px;
    padding: 15px 10px;
    margin-bottom: 35px;
}
.myCard img{
    /*border: 2px solid #f5f5f5;
    padding: 5px;*/
}
.myCard ul,
.myCard ol{
	color: #081828;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}

.myCard ul{
    list-style: outside;
}
.myCard ul,
.myCard ol{
    list-style: auto;
}
.myCard p{
	color: #081828;
    font-size: 15px;
    font-weight: 700;
}
.about_us h1 {
    font-size: 52px;
    max-width: 450px;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 15px;
}
.about_us  h1:before{
    content:"";
    display: block;
    position: absolute;
    height: 5px;
    background-color: #007d56;
    width: 50%;
    bottom: 0;
}
.about_us .single-inner p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.7;
}
.about_us .single_img {

}
/***/
.ul_targets.ul_special {
    margin: 30px 0;
    padding: 0;
}

.ul_targets.ul_special li {
    border: 4px solid #002a56;
    margin-bottom: 10px;
    border-radius: 10px;
    display: flex;
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}

.ul_targets.ul_special li i {
    background-color: #002a56;
    padding: 15px;
    color: #fff;
    font-size: 30px;
}

.ul_targets.ul_special li span {
    padding: 0 10px;
    font-weight: 700;
    color: #002a56;
    font-size: 17px;
    align-self: center;
}

/*--------------------------------------------------------------
# Provinces
--------------------------------------------------------------*/


.Provinces .list-city{
    margin-bottom:35px
}
.Provinces .list-city .card {
    height: 350px;
    cursor: pointer;
}

.Provinces .card-city {
    padding: 30px;
}

.Provinces .list-city .card-title {
    color: #fff;
    font-size: 35px;
    margin-bottom: 15px;
}
.Provinces .list-city .form-group .btn{
    padding: 10px 30px;
}


/*--------------------------------------------------------------
# Economic
--------------------------------------------------------------*/


.economic-work.card {
    border-radius: 15px!important;
    cursor: pointer;
    height: 450px;
}
.economic-work.card .card-title {
	color: #fff;
    margin: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
}
.economic-work.card .card-text {
    font-size: 13px;
    margin-bottom: 5px;
    height: 0;
    overflow: hidden;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.economic-work .economic-work-vertical:hover .card-text {
    font-size: 13px;
    margin-bottom: 5px;
    height: 120px;
}
.economic-work.card .card-img {
    display: inline-block;
    height: 100%;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    object-fit: cover;
    object-position: center;
}
.economic-work.card p.card-cat
{
    margin-bottom: 5px;
}

.economic-work.card p.card-cat i,
.economic-work.card p.card-date i
{
    margin-right: 8px;
    font-size: 20px;
    vertical-align: middle;
}

.economic-work .economic-work-vertical {
    padding: 20px;
	background: rgb(0,0,0);
	background: linear-gradient(0deg, #000 0%, #0000 33.33%, #000 66.66%, #fff0 99.99%);
	background-size: 300% 300%;
	background-position: 0% 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.economic-work .economic-work-vertical:hover {
  background-size: 500% 500%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.economic-work .economic-work-vertical:hover * {
}

.economic-work .btn-iconS {
    display: flex;
    flex-direction: row;
    align-content: stretch;
    align-items: baseline;
    justify-content: space-between;
    padding: 10px 25px;
}


/*--------------------------------------------------------------
# Investment Details
--------------------------------------------------------------*/


.invest_intro_wrapper{
	background-color:#fff;
	box-shadow: 0px 0px 30px 4px #00000012;
	border: 1px solid #f5f5f5;
	border-radius: 20px;
	padding: 15px 10px;
}
.invest_intro_wrapper .single-inner .single_img img {
    border-radius: 15px;
}

.invest-opp-details {
    color: #002a56;
}

.invest-opp-details p {
    font-size: 18px;
    font-weight: 800;
    margin-bottom: 12px;
}
.invest-opp-details .invest-opp-supTitle {
    margin: 0;
}
.invest-opp-title {
    margin-bottom: 35px;
    font-size: 26px;
}

.invest-opp-details .invest-opp-desc {
    font-weight: 600;
    font-size: 16px;
}

.invest-opp-details p i {
    margin-right: 8px;
    font-size: 21px;
    color: #007d56;
}
.card.Iopp-card {
	width:100%;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}

.card.Iopp-card .card-title {
    margin-bottom: 20px;
    color: #002a56;
    font-size: 23px;
}

.card.Iopp-card .card-title i {
    margin-right: 15px;
    font-size: 28px;
    color: #007d56;
}

.card.Iopp-card .card-text li {
    margin-bottom: 10px;
    color: #000;
    direction: inherit!important;
    text-align: inherit!important;
}

.card.Iopp-card .card-text li .icon i {
    margin-right: 6px;
    font-size: 18px;
	color: #007d56;
}

.card.Iopp-card .card-text li .icon {
    color: #007d56;
    margin-left: 5px;
}
.card.Iopp-card .card-Iopp-content *{
	font-family:cairo!important;
	font-size:14px!important
}
.card.Iopp-card .card-Iopp-content ul,
.card.Iopp-card .card-Iopp-content ol {
    margin: 0;
    list-style: auto;
}

.invest_applyNow .apply_inner{
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}
.card.Iopp-card.Iopp-main-card ul{
	list-style:none
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.form-group {
    margin-bottom: 15px;
}
.form-control{
    border:none;
    background:#f9f9f9;
    font-size:14px;
    color:#081828;
    padding:0 25px;
    font-weight:500;
    height:50px;
    border:2px solid #eee;
    font-size:14px;
    font-weight:400;
    border-radius:5px
}
textarea.form-control{
    height:120px;
    padding:25px
}
.form-control::-webkit-input-placeholder{
    font-size:14px;
    color:#888;
    font-weight:400
}
.form-control:-ms-input-placeholder{
    font-size:14px;
    color:#888;
    font-weight:400
}
.form-control::-ms-input-placeholder{
    font-size:14px;
    color:#888;
    font-weight:400
}
.form-control::placeholder{
    font-size:14px;
    color:#888;
    font-weight:400
}
.form-control:focus {
    border-color: #002a56;
}
form label {
    margin-bottom: 8px;
    font-weight: 600;
    color: #012b58;
}
.field-validation-error {
    font-size: 12px;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/

.iconBox_wrapper .icon-box + .icon-box {
    margin-top: 25px;
}
.iconBox_wrapper .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f3f8fa;
    border-radius: 6px;
    transition: 0.5s;
}

.iconBox_wrapper .icon-box .icon i {
	color: #007c56;
	font-size: 32px;
}

.iconBox_wrapper .icon-box:hover .icon {
    background: #007c56;
}

.iconBox_wrapper .icon-box:hover .icon i {
	color: #fff;
}

.iconBox_wrapper .icon-box .title {
	margin-left: 95px;
    font-weight: 700;
    margin-bottom: 7px!important;
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
}

.iconBox_wrapper .icon-box .title a {
	color: #343a40;
	transition: 0.3s;
}

.iconBox_wrapper .icon-box .title a:hover {
	color: #007c56;
}

.iconBox_wrapper .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 14px;
}
/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services {
    padding-bottom: 20px;
}
.services .icon-box {
	padding: 30px;
	position: relative;
	overflow: hidden;
	margin: 0 0 40px 0;
    border-radius: 20px;
	background: #fff;
	box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
	transition: all 0.3s ease-in-out;
	text-align: center;
	border: 1px solid #fff;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.services .icon {
	margin: 0 auto 20px auto;
	padding-top: 17px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
}
.services .icon i {
	font-size: 36px;
	line-height: 1;
}
.services .title {
	font-weight: 700;
    margin-bottom: 15px!important;
    font-size: 18px;
    margin-top: 0;
}
.services .title a {
	color: #111;
}
.services .description {
	font-size: 15px;
	line-height: 28px;
	margin-bottom: 0;
	color: #444546;
}
.services .icon-box {
    text-align:center
}
.services .icon-box img {
    width: 100px;
}

.services .icon-box-pink .icon {
	background: #fceef3;
}
.services .icon-box-pink .icon i {
	color: #ff689b;
}
.services .icon-box-pink:hover {
	border-color: #ff689b;
}


.services .icon-box-cyan .icon {
	background: #007d56;
}

.services .icon-box-cyan .icon i {
	color: #fff;
}
.services .icon-box-cyan:hover {
	border-color: #007d56;
}


.services .icon-box-green .icon {
	background: #80c3b0;
}
.services .icon-box-green .icon i {
	color: #fff;
}
.services .icon-box-green:hover {
    border-color: #007d56;
}


.services .icon-box-blue .icon {
	background: #002a56;
}
.services .icon-box-blue .icon i {
	color: #fff;
}
.services .icon-box-blue:hover {
	border-color: #002a56;
}
/*--------------------------------------------------------------
# Minor
--------------------------------------------------------------*/

#main{
    padding: 0 0 50px 0;
	/*background-color: #f7fbfa;*/
}
#main section {
    padding: 50px 0;
}
#main section img {
    /*border: 2px solid #f5f5f5;
    padding: 5px;*/
    margin:auto;
    display:block;
    height:auto;
}
#main h4 {
	margin-bottom:30px
}
	
.text-primary {
    color: #007d56!important;
}
.list-group-item.active {
    background-color: #007d56;
    border-color: #007d56;
}
.list-group-item {
    padding: 15px 1rem;
    font-weight: 700;
}
.mt-5 {
    margin-top: 5rem!important;
}
.mt-4 {
    margin-top: 4rem!important;
}
.mt-3 {
    margin-top: 3rem!important;
}
.mt-2 {
    margin-top: 2rem!important;
}
.mt-1 {
    margin-top: 1rem!important;
}

.rounded {
    border-radius: 1.5rem!important;
}
/* table */
table {
    width: 750px;
    border-collapse: collapse;
    margin: 50px auto;
}

th {
    background: #007c56;
    color: white;
    font-weight: bold;
}

td, th {
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 18px;
}

.labels tr td {
    background-color: #0e7478;
    font-weight: bold;
    color: #fff;
}

.label tr td label {
    display: block;
}

ul,ol{
    padding: 0 20px;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/*section {
    padding: 60px 0;
}*/
.section-bg {
    background-color: #f3f8fa;
}

.main-title {
	font-size: 43px;
    margin-bottom: 30px;
    margin-top: 25px;
}

.section-title {
    padding-bottom: 20px;
    color: #686868;
}
.section-title h2{
    font-size: 28px;
}
.section-title :is(h1, h2, h3, h4, h5, h6){
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
    color: #007d56;
    text-align: initial;

}

.section-title :is(h1, h2, h3, h4, h5, h6):before {
	content: '';
	position: absolute;
	display: block;
	width: 120px;
	height: 1px;
	background: #ddd;
	bottom: 2.5px;
}

.section-title :is(h1, h2, h3, h4, h5, h6):after {
	content: '';
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	background: #007d56;
	bottom: -5px;
	border-radius: 50%;
}
.section-title.text-center :is(h1, h2, h3, h4, h5, h6) {
    text-align: center;
}
.section-title.text-center :is(h1, h2, h3, h4, h5, h6):before {
    transform: translate(-50%);
    left: 50%;
}
.section-title.text-center :is(h1, h2, h3, h4, h5, h6):after {
    transform: translate(-50%);
    left: 50%;
}
.section-title p {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# View City
--------------------------------------------------------------*/

.box_style1 .single-list{
    position:relative;
    padding:25px 10px;
    /*background-color:#f9f9f9;
    border:1px solid #eee;*/
    text-align:center;
	width:100%;
    border-radius:6px
}
.box_style1 .single-list .single-img{
    color:#5830e0;
    font-size:25px;
    display:inline-block;
    margin-bottom:30px;
    height: 100px;
    width: 100px;
    line-height:100px;
    text-align:center;
    padding: 20px;
    border-radius:50%;
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    background-color: #ffffff;
    color:#fff;
    border: 6px solid #007d56;
	box-sizing: content-box;
}
.box_style1 .single-list:hover .single-img{
    color:#fff;
    background-color:#007d56;
    border-color:#007d56
}
.box_style1 .single-list .single-img img{
	height:70px
}
.box_style1 .single-list:hover .single-img img{
	filter: brightness(0) invert(1);
}

.box_style1 .single-list i{
    color:#007d56;
    font-size:25px;
    display:inline-block;
    margin-bottom:30px;
    height:70px;
    width:70px;
    line-height:62px;
    text-align:center;
    border-radius:50%;
    -webkit-transition:all .4s ease;
    transition:all .4s ease;
    background-color:#007d56;
    color:#fff;
    border:4px solid transparent
}
.box_style1 .single-list:hover i{
    color:#007d56;
    background-color:transparent;
    border-color:#007d56
}
.box_style1 .single-list h4 {
    font-size: 20px;
    font-weight: 800;
    display: block;
    margin-bottom: 5px!important;
	color: #002a56;
}
.box_style1 .single-list p,
.box_style1 .single-list ul
{
    font-size:14px;
    margin: 5px 0 0 0;
}
.box_style1 .col-lg-4:nth-child(1n + 1):not(:nth-child(4)):not(:nth-child(8)) {
    border-left: 1px solid #ececec;
}
.box_style1 .col-lg-4:nth-child(1n + 1):not(:nth-child(5)):not(:nth-child(6)):not(:nth-child(7)):not(:nth-child(8)) {
    border-bottom: 1px solid #ececec;
}


	
/*--------------------------------------------------------------
# RTl
--------------------------------------------------------------*/


html[dir="rtl"] .header .header-top ul.header-social {
	direction: ltr;
}
html[dir="rtl"] .header .header-top .header-info-right .header-social li a {
    padding-right: 19px;
    padding-left: 0;
}
/*html[dir="rtl"] .navbar-nav .nav-item a.dd-menu::after {
    margin-right: 5px;
    margin-left: 0;
}*/
html[dir="rtl"] .navbar-nav .nav-item{
    margin-right: 0;
    margin-left: 25px;
}
html[dir="rtl"] .navbar-brand {
  /*  padding-left: 1rem;*/
    margin-right: 0;
}
html[dir="rtl"] .listAll-wrapper {
    text-align: left;
}
html[dir="rtl"] .listAll-wrapper {
    direction: rtl;
}
html[dir="rtl"] .footer .single-footer.f-link li a {
    direction: ltr;
}
html[dir="rtl"] .footer .single-footer.f-link li a:before {
    content: "\ea5a";
}
html[dir="rtl"] .footer ul.contactul li i {
    margin-left: 5px;
    margin-right: 0;
}
html[dir="rtl"] .footer .footer-bottom .social {
    text-align: left;
    direction: ltr;
}
html[dir="rtl"] .navbar-nav .nav-item .sub-menu {
    right: 0;
    left: auto;
}
@media (max-width: 767px){
	html[dir="rtl"] .footer .footer-bottom .social {
		text-align: center;
	}
}
html[dir="rtl"] .navbar-nav .nav-item a {
    font-size: 16px;
}
html[dir="rtl"] .owl-custom-control .owl-theme .owl-nav [class*=owl-] {
    margin: 0 10px 0 0;
}


html[dir="rtl"] .oppor-work-content{
	direction:rtl;
	text-align:right
}
html[dir="rtl"] .oppor-work.card p.card-cat i,
html[dir="rtl"] .oppor-work.card p.card-date i
{
    margin-left: 8px;
    margin-right: 0;
}

html[dir="rtl"] .invest-opp-details p i {
    margin-left: 8px;
    margin-right: 0;
}
html[dir="rtl"] .card.Iopp-card .card-title i {
    margin-left: 15px;
    margin-right: 0;
}
html[dir="rtl"] .card.Iopp-card .card-text li .icon i{
    margin-left: 6px;
    margin-right: 0;
}
html[dir="rtl"] .card.Iopp-card .card-Iopp-content ul,
html[dir="rtl"] .card.Iopp-card .card-Iopp-content ol {
}
html[dir="rtl"] .economic-work.card p.card-cat i,
html[dir="rtl"] .economic-work.card p.card-date i
{
    margin-left: 8px;
    margin-right: 0;
}


html[dir="rtl"] .card-city.card-img-overlay {
	background: rgb(0,0,0);
	background: linear-gradient(135deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 62%, rgba(0,0,0,0.5970763305322129) 82%, rgba(0,0,0,0) 100%);
    background-size: 280%;
    background-position: 0%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
html[dir="rtl"] .card-city.card-img-overlay:hover {
    background-size: 140%;
}


html[dir="rtl"] .iconBox_wrapper .icon-box .icon {
    float: right;
}
html[dir="rtl"] .iconBox_wrapper .icon-box .title {
    margin-right: 95px;
    margin-left: 0;
}
html[dir="rtl"] .iconBox_wrapper .icon-box .description {
    margin-right: 95px;
    margin-left: 0;
}

html[dir="rtl"] .card-city {
	direction:rtl
}
.navbar .dropdown ul {
	display: block;
	position: absolute;
	top: calc(100% + 30px);
	left: 0;
	right: auto;
	margin: 0;
	z-index: 99;
	background: #fff;
	padding: 30px;
	min-width: 240px;
	-webkit-box-shadow: 0 5px 20px #0000001a;
	box-shadow: 0 5px 20px #0000001a;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease-out 0s;
	transition: all .3s ease-out 0s;
	border-radius: 0 0 4px 4px;
	border-radius: 5px;
}

html[dir="rtl"] .navbar .dropdown ul {
	right: 0;
	left: auto;
}

html[dir="rtl"] .breadcrumbs .breadcrumb-nav li{
    padding-left: 15px;
    margin-left: 0;
    padding-right: 0;
    margin-right: 15px;
}
html[dir="rtl"] .breadcrumbs .breadcrumb-nav li:after{
    content: "\ea5a";
    left: -7px;
	right:auto
}

html[dir="rtl"] .accordion-item .accordion-button .title {
    float: right;
    direction: ltr;
}
html[dir="rtl"] .accordion-item .accordion-button i.iToogle {
    right: auto;
    left: 25px;
}
.navbar .dropdown ul li {
	min-width: 200px;
}
.navbar .dropdown ul a {
    padding: 10px;
    font-size: 14px!important;
    text-transform: none;
    color: #1c3745!important;
    font-weight: 600!important;
    display: block;
}
.navbar .dropdown ul a:hover {
	color: #007c56!important;
	background-color: #f7f7f7!important;
}
.navbar .dropdown ul a i {
	font-size: 9px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
	color: #007c56;
}

.navbar .dropdown:hover > ul {
	opacity: 1;
	top: 100%;
	visibility: visible;
}
/******/


.navbar .dropdown .dropdown ul {
	top: 0;
	left: calc(100% - 30px);
	right: auto;
	visibility: hidden;
}
html[dir="rtl"] .navbar .dropdown .dropdown ul {
	right: calc(100% - 30px);
	left: auto;
}

.navbar .dropdown .dropdown:hover > ul {
	opacity: 1;
    top:calc(100% - 35px);
	left: 100%;
	right: auto;
	visibility: visible;
}
html[dir="rtl"] .navbar .dropdown .dropdown:hover > ul {
	right: calc(100% - 30px);
	left: auto;
}
@media (max-width: 1366px) {
.navbar .dropdown .dropdown ul {
	left: -90%;
}
html[dir="rtl"] .navbar .dropdown .dropdown ul {
	right: calc(100% - 30px);
	left: auto;
}
.navbar .dropdown .dropdown:hover > ul {
	left: -100%;
}
html[dir="rtl"] .navbar .dropdown .dropdown:hover > ul {
	right: calc(100% - 30px);
	left: auto;
}


}

@media (min-width: 992px){
	html[dir="rtl"] .nav-pills .nav-link.active::before {
		border-top: 8px solid #0000;
		border-left: 0;
		border-right: 10px solid #002f56;
		border-bottom: 8px solid #0000;
		top: 50%;
		right: auto;
		left: -10px;
	}
}

/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (min-width: 1400px){
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1440px;
	}
}

@media(max-width:767px){
	.hero-area .owl-carousel h2 {
		font-size: 45px;
		text-align: center;
	}
	.owl-carousel .owl-dots {
		margin-top: 35px!important;
	}
	.hero-area .owl-carousel .owl-slide-title {
		margin-bottom: 35px;
	}
	.hero-area .owl-carousel .owl-dots {
		margin-top: 0;
	}
	.owl-carousel .owl-slide-cta.is-transitioned {
		text-align: center;
	}
    .header .navbar-nav .nav-item,
	html[dir="rtl"] .navbar-nav .nav-item
	{
        margin:0
    }

	h2.section-title {
		font-size: 35px;
	}
	.single-cat {
		margin-bottom: 15px;
	}
	.footer {
		padding: 0 10px;
	}
	.footer .footer-top .container {
		padding: 50px 20px;
	}
	.footer .single-footer {
		margin: 20px 0 0;
	}
	.footer .single-footer h3 {
		margin-bottom: 15px;
	}
	.footer ul.contactul {
		padding: 0;
		margin: 0;
	}
	.footer .footer-bottom {
		text-align: center;
	}
	.footer .footer-bottom .social {
		text-align: center;
		margin-top: 15px;
	}
	#main {
		padding: 0 0 30px 0
	}
	h3 {
		font-size: 20px;
	}
	.about_us .single-inner {
		margin-bottom: 25px;
	}
	.listAll-wrapper {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		direction: rtl;
	}
	.btn-group-lg>.btn, .btn-lg {
		padding: 18px 40px;
		font-size: 15px;
	}
	.section-title h3 {
		margin-top: 25px;
	}
	.about_us h1 {
		font-size: 30px;
	}
	.single-cat2 {
		padding: 80px 25px;
	}
	.single-cat2 h2 {
		font-size: 40px;
	}
	.invest_intro_wrapper .single-inner .single_img img {
		width:100%
	}
	.invest_applyNow {
		padding: 25px 15px;
	}
	.list-coProject {
		margin-bottom: 20px;
	}
}

/********************************************
				About City
********************************************/

#view_city{
	padding-bottom:50px
}
.about_city ul.list {
    color: #7bebc8;
    padding: 0;
    font-size: 14px;
}
.about_city ul.list li {
    margin-bottom: 10px;
}
.about_city ul.list i {
    color: #ece34d;
}
.about_city h6 {
    font-size: 17px;
    font-weight: 700;
}
/* General Set */

.parallax {
  position: relative;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.bg-opacity{
	background-color: rgb(0 0 0 / 70%);
}

.section-title-3 {
    text-align: center;
    margin: 0 0 50px 0;
}
.section-title-3 h2 {
    color: #007d56;
    font-size: 30px;
    margin-bottom: 15px;
}

.section-title-3 i {
    font-size: 30px;
    background-color: #fff;
    width: 70px;
    height: 70px;
    line-height: 63px;
    border: 5px solid #0000000d;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.section-title-3 span:before {
    content: "";
    width: 300px;
    height: 2px;
    background-color: rgb(0 0 0 / 5%);
    display: block;
    position: absolute;
    left: calc(50% - 150px);
    top: 34px;
}
.section-title-3.dark-section i {
    border: 5px solid rgb(0 0 0 / 10%);
}
.section-title-3.dark-section span:before {
    background-color: rgb(255 255 255 / 10%);
}

.section-title-3 span {
    position: relative;
    width: 70px;
    height: 70px;
    display: inline-block;
}

/**
	Table 1
**/

.edu_sector {
	position:relative;
	background: rgb(25,72,103);
	background: -moz-linear-gradient(230deg, rgba(25,72,103,1) 0%, rgba(24,102,77,1) 42%, rgba(24,102,77,1) 100%);
	background: -webkit-linear-gradient(230deg, rgba(25,72,103,1) 0%, rgba(24,102,77,1) 42%, rgba(24,102,77,1) 100%);
	background: linear-gradient(230deg, rgba(25,72,103,1) 0%, rgba(24,102,77,1) 42%, rgba(24,102,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#194867",endColorstr="#18664d",GradientType=1);
}

.edu_sector:before {
    position: absolute;
    left: -120px;
    bottom: -250px;
    font-size: 600px;
    content: "\eb09";
    font-family: 'lineicons';
    color: #000;
    display: table;
    opacity: .06;
}

.edu_sector  .table-responsive {
    position: relative;
	border: 2px solid rgb(0 0 0 / 21%);
    border-radius: 20px;
    background-color: rgb(255 255 255 / 10%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 9%);
    z-index: 2;
}

table.style1{
    width: 100%;
	margin: 0;
}

table.style1 tbody:before {
  content: "";
  height: 20px;
  display: block;
}
table.style1 tbody::after {
  content: "";
  height: 10px;
  display: block;
}
table.style1 .tr-head {
    background-color: rgb(0 0 0 / 15%);
}

table.style1 .tr-head td {
    padding: 5px 3px;
}

table.style1 thead th{
    text-align: center;
    padding: 18px 10px;
	background: rgb(25,72,103);
	background: -moz-linear-gradient(230deg, rgba(25,72,103,1) 0%, rgba(24,102,77,1) 100%);
	background: -webkit-linear-gradient(230deg, rgba(25,72,103,1) 0%, rgba(24,102,77,1) 100%);
	background: linear-gradient(230deg, rgba(25,72,103,1) 0%, rgba(24,102,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#194867",endColorstr="#18664d",GradientType=1);
}

table.style1 th,
table.style1 td{
	padding: 10px;
    border: 0;
    font-size: 18px;
    color: #c9f0f2;
}
table.style1 .tr-numbers td {
    font-size: 21px;
    font-weight: 700;
}

/**
	Table 2
**/

.health_sector {
	position:relative;
	background: rgb(20,63,92);
	background: -moz-linear-gradient(230deg, rgba(20,63,92,1) 0%, rgba(51,96,125,1) 100%);
	background: -webkit-linear-gradient(230deg, rgba(20,63,92,1) 0%, rgba(51,96,125,1) 100%);
	background: linear-gradient(230deg, rgba(20,63,92,1) 0%, rgba(51,96,125,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#143f5c",endColorstr="#33607d",GradientType=1);
}

.health_sector:before {
    position: absolute;
    left: -120px;
    bottom: -150px;
    font-size: 600px;
    content: "\ebad";
    font-family: 'lineicons';
    color: #000;
    display: table;
    opacity: .06;
}

.health_sector  .table-responsive {
    position: relative;
    border: 2px solid #0000001a;
    border-radius: 20px;
    background-color: #0000001a;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    z-index: 2;
}

table.style2{
    width: 100%;
	margin: 0;
}

table.style2 tbody:before {
  content: "";
  height: 20px;
  display: block;
}
table.style2 tbody::after {
  content: "";
  height: 10px;
  display: block;
}
table.style2 .tr-head {
    background-color: rgb(0 0 0 / 15%);
}

table.style2 .tr-head td {
    padding: 5px 3px;
}

table.style2 thead th{
    text-align: center;
    padding: 18px 10px;
	background: rgb(25,72,103);
	background: -moz-linear-gradient(230deg, rgba(25,72,103,1) 0%, rgba(24,102,77,1) 100%);
	background: -webkit-linear-gradient(230deg, rgba(25,72,103,1) 0%, rgba(24,102,77,1) 100%);
	background: linear-gradient(230deg, rgba(25,72,103,1) 0%, rgba(24,102,77,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#194867",endColorstr="#18664d",GradientType=1);
}

table.style2 th,
table.style2 td{
	padding: 10px;
    border: 0;
    font-size: 18px;
    color: #c9f0f2;
}
table.style2 .tr-numbers td {
    font-size: 21px;
    font-weight: 700;
}

/**
	Economic
**/

.economic {
    background-image: url(../images/view-provinces/economic-bg.jpg);
    background-position: bottom;
    background-size: cover;
}
.economic p {
    color: #003156;
    font-size: 16px;
    font-weight: 700;
    text-align: justify;
}

/**
	Company Projects
**/

.list-coProject {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    padding: 0;
    justify-content: flex-end;
    flex-direction: column;
    flex-wrap: wrap;
	position:relative;
	top:0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.list-coProject:hover{
	top:-5px
}
.list-coProject .card-img-overlay {
	background: #002a56 ;
	background: -moz-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,22,45,0.76234243697479) 50%, rgba(0,42,86,1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,22,45,0.76234243697479) 50%, rgba(0,42,86,1) 100%);
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,22,45,0.76234243697479) 50%, rgba(0,42,86,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#002a56",GradientType=1);
    background-size: 280%;
	background-position: 0%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.list-coProject .card {
    height: 300px;
    width: 100%;
    border-radius: 20px;
    transition: all ease-in-out 0.5s;
    box-shadow: 0px 13px 28px -12px rgb(0 0 0 / 80%);
}
.list-coProject .card:hover {
    box-shadow: 0px 13px 28px -12px rgb(0 0 0 / 40%);
}
.list-coProject .card-title {
    color: #fff;
    margin-bottom: 40px;
	position:relative;
	top:0;
    transition: all .3s ease-out 0s;
}
.list-coProject .card-title:before {
    content: "";
    background-color: #007d56;
    width: 80px;
    height: 6px;
    display: block;
    margin: 8px auto 0  auto;
    position: relative;
    top: -10px;
    transition: all .3s ease-out 0s;
}
.list-coProject .card:hover .card-title {
    top: -10px;
}
.list-coProject .card:hover .card-title:before  {
    top: -20px;
    width: 120px;
}
.list-coProject .card-img {
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    object-fit: cover;
    object-position: center;
}

/**
	Photo Album
**/

.photo-album{
	background-color:#002a56
}
.photo-album .list-images {
    height: 500px;
}
.photo-album .list-images img {
    display: inline-block;
    height: 100%;
    width: 100%;
    border-radius: 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    object-fit: cover;
    object-position: center center;
    opacity: .6;
}
.photo-album .list-images:hover img {
    opacity: 1;
}
.photo-album.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 30px;
}
/* Album carousel */

.album-carousel.owl-carousel .owl-nav {
    margin-top: -40px;
}
.album-carousel.owl-carousel .owl-nav [class*=owl-] {
    background: #002a56;
    color: #000;
    border-radius: 0;
    padding: 0;
    width: 60px;
    height: 80px;
    line-height: 80px;
    font-size: 26px;
    transition: opacity 0.5s;
    top: 50%;
    margin: 0;
    direction: ltr;
    position: absolute!important;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.album-carousel.owl-theme .owl-nav [class*=owl-] i {
    font-size:25px;
    color:#799cc1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}

.album-carousel.owl-theme .owl-nav [class*=owl-]:hover {
    background: #002a56;
    text-decoration: none;
	opacity:.95
}
.album-carousel.owl-theme .owl-nav [class*=owl-]:hover i {
    color: #fff;
}
.album-carousel.owl-carousel .owl-nav .owl-prev{
    left: 0;
}
.album-carousel.owl-carousel .owl-nav .owl-next{
    right: 0;
}
