.slider_project{

    position: relative;
    min-height: 100vh;
    margin-bottom: 0;
    padding-top: 3em;

}
.navbar_project{
	position: absolute;
    z-index: 999;
        right: 0;
    height: 100%;
}
.slider_project .nav-link{
	background: #eeeeee;
	color: #555555;
	transform: perspective(400px) rotateY(-40deg);
	transition: all 0.5s ease 0s;
	border-radius: 10px;
}
.slider_project .nav-link.active{
	background: #2b3366;
    color: #fff;
    transform: perspective(400px) rotateY(0deg);
	transition: all 0.5s ease 0s;
}
.slider_project .nav-tabs .nav-item{
	    margin: 8px 0;
}



.carousel-inner img {
    width: 100%;
    height: 100%
}

#custCarousel .carousel-indicators {
    position: static;
    margin-top: 20px
}

#custCarousel .carousel-indicators>li {
    width: 100px
}

#custCarousel .carousel-indicators li img {
    display: block;
    opacity: 0.5
}

#custCarousel .carousel-indicators li.active img {
    opacity: 1
}

#custCarousel .carousel-indicators li:hover img {
    opacity: 0.75
}

.carousel-item img {
    width: 100%
}

#container_project_{
	background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/projects/green-province.jpg') no-repeat center top;
background-size: cover;
}

li.image_btn img{
	/* width: 100px;
	height: 100px;
        object-fit: cover; */
        width: 200px;
        height: 100px;
        object-fit: contain;
        padding: 1em;
}
li.image_btn a{
    margin: 10px;
     /* border: 5px solid transparent;
    border-radius: 100px;
    overflow: hidden;
    display: block;
    transition: all 0.5s ease 0s; */
    border: 5px solid #0c2659;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    background: #fff;
    display: block;
}
li.image_btn a.active {
    /* border: 5px solid #0c2659;
    border-radius: 100px;
    overflow: hidden;
    transition: all 0.5s ease 0s; */
    border: 5px solid #0c2659;
    border-radius: 0px;
    overflow: hidden;
    transition: all 0.5s ease 0s;
    background: #fff;
}
.tabable_tab_content{
	min-height: 395px;
}
.box_inside_tab {
    width: 300px;
    height: 425px;
    background: #fff;
    box-shadow: 0px 0px 6px #000;
    position: absolute;

}
.logo_box {
text-align: center;
    width: 100%;
    height: 100px;
    margin: 20px 0;
    margin-bottom: 0px;
    position: relative;
}
.logo_box img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
    max-height: -webkit-fill-available;
}

.button_box {
    text-align: center;
        margin-top: 18px;
}
.size_box, .location_box{
    width: 100%;
    height: 44px;
    line-height: 44px;
    padding-left: 45px;
}
.size_box a{
        color: #2b3366;
}
.size_box, .location_box{
    padding-left: 0
}
.logo_bottom_border{
        border: 0px;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #12275e 0%,#1a2865 2%,#1d2866 3%,#1c2765 3%,#1e2969 3%,#21286c 4%,#21296a 4%,#252a6e 4%,#272a71 5%,#2d2b76 6%,#2f2b77 7%,#382c7e 8%,#3c2d82 10%,#402e84 10%,#3f2d83 10%,#422e87 11%,#523091 15%,#5e2e91 20%,#623093 21%,#622e90 22%,#652f91 23%,#672d91 25%,#6a2e92 25%,#6b2d90 27%,#6e2d91 27%,#6e2c90 28%,#712d92 29%,#732b8f 30%,#8b2990 38%,#90278e 39%,#93268f 40%,#95268d 40%,#9a278f 42%,#9c248e 42%,#b11f8e 48%,#d5008e 57%,#e1008d 60%,#eb008f 63%,#ec008b 64%,#ed008c 64%,#f00786 66%,#f10c83 66%,#f00b80 66%,#f21080 67%,#f0117c 67%,#f1147d 68%,#f11579 68%,#f3177b 68%,#f31977 69%,#f43264 71%,#f75d45 75%,#f56b3c 77%,#f77335 78%,#f77833 78%,#f5792f 79%,#f5812a 80%,#f7842b 80%,#f58726 80%,#f78927 81%,#f68b23 81%,#f79220 82%,#f79f17 85%,#faa018 85%,#f8a116 85%,#f9a413 87%,#faa516 87%,#f9a912 88%,#fbb114 92%,#fbb613 99%,#feb614 99%,#fbb613 99%,#feb614 99%,#fbb613 99%,#fcb712 100%);
    border-image-slice: 1;
    color: white;
    margin: auto;
    text-decoration: none;
    width: 75%
}


.thumbnail {margin-bottom:6px;}

.carousel-control.left,.carousel-control.right{
  background-image:none;
  margin-top:10%;
  width:5%;
}

.first-footer .top-footer {
  width: auto;
  height: auto;
  background: #303441;
  color: #fff;
  padding: 2rem 0;
  border-top: 1px solid #e5e5e5;
}

.first-footer .logo img {
  width: auto;
  height: auto;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 991px) {
  .first-footer .netabout {
    margin-bottom: 0px;
  }

  .first-footer .netabout p {
    margin-bottom: 2rem !important;
  }
}
.first-footer .netabout h3 {
  margin-bottom: 2rem;
}

.first-footer .netabout h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #fff;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.first-footer .netabout p {
  margin-bottom: 1.5rem;
  font-weight: 400;
  color: rgba(245, 255, 255, 0.8);
}

.first-footer .netsocials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.first-footer .netsocials a .fa {
  font-size: 1rem;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-right: 1.5rem;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.first-footer .netsocials a .fa-facebook {
  background: #3b5998;
  color: #fff;
  border: 1px dotted #3b5998;
}

.first-footer .netsocials a .fa-facebook:hover {
  background: #3b5998;
  color: #fff;
}

.first-footer .netsocials a .fa-twitter {
  background: #1da1f2;
  color: #fff;
  border: 1px dotted #1da1f2;
}

.first-footer .netsocials a .fa-twitter:hover {
  background: #1da1f2;
  color: #fff;
}

.first-footer .netsocials a .fa-google-plus {
  background: #dd4b39;
  color: #fff;
  border: 1px dotted #dd4b39;
}

.first-footer .netsocials a .fa-google-plus:hover {
  background: #dd4b39;
  color: #fff;
}

.first-footer .netsocials a .fa-youtube {
  background: #cd201f;
  color: #fff;
  border: 1px dotted #cd201f;
}

.first-footer .netsocials a .fa-youtube:hover {
  background: #cd201f;
  color: #fff;
}

.first-footer h3 {
  margin-bottom: 2rem;
  color: #fff;
}

.first-footer .contactus h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #2b3366;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.first-footer .contactus ul li:last-child,
.first-footer .contactus .info:last-child {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 767px) {
  .first-footer .top-footer {
    padding-bottom: 6rem;
  }
}
.first-footer .contactus .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: .6rem;
}

.first-footer .contactus .ti {
  margin-bottom: 0px;
}

.first-footer .contactus .info p {
  margin: 0px;
  font-size: 15px;
  color: rgba(245, 255, 255, 0.8);
  margin-left: 1rem;
  line-height: 1.1;
  font-weight: 400;
}

.first-footer .contactus ul li {
  margin-bottom: 1.1rem;
}

.first-footer .contactus ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.first-footer .contactus ul li .fa {
  font-size: 1rem;
  color: #fff;
}

.navigation h3 {
  margin-bottom: 2rem;
}

.first-footer .nav-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.first-footer .navigation h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #fdbc00;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .first-footer .navigation h3 {
    margin-top: 0px;
  }

  .navigation ul {
    margin-bottom: 0px;
  }

  .navigation ul li.no-mgb {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 767px) {
  .first-footer .navigation h3 {
    margin-top: 3rem;
  }
}
.navigation ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}

.navigation ul li {
  margin-bottom: 1rem;
  border-bottom: 1px dotted #666;
}

.navigation ul li.no-mgb {
  margin-bottom: 0px;
}

.navigation ul li a {
  text-decoration: none;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 400;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.navigation ul li a:hover {
  color: #fff;
}

.navigation a {
  display: block;
  margin-bottom: .6rem;
}

.navigation .nav-right {
  margin-left: 2rem;
}

.first-footer .widget h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #2b3366;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

.twitter-widget.contuct .single-item {
  position: relative;
  margin-bottom: 25px;
}

.twitter-widget.contuct .single-item:last-child {
  margin-bottom: 0px;
}

.twitter-widget.contuct .twitter-area .icon-holder {
  position: absolute;
  left: 0;
  top: 0;
}

.twitter-widget.contuct .twitter-area .icon-holder i {
  color: #fff;
}

.twitter-widget.contuct .twitter-area .text {
  padding: 0px 0px 0px 30px;
}

.twitter-widget.contuct .twitter-area .text h5,
.inner-pages .twitter-widget.contuct .twitter-area .text h5 {
  font-size: 14px;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 400;
  text-transform: capitalize;
  line-height: 1.3rem;
}

.twitter-widget.contuct .twitter-area .text h5 a,
.inner-pages .twitter-widget.contuct .twitter-area .text h5 a {
  color: #fff;
  font-weight: 400;
}

.twitter-widget.contuct .twitter-area .text h4,
.inner-pages .twitter-widget.contuct .twitter-area .text h4 {
  font-size: 14px;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 500;
  margin-bottom: 0px;
}

@media screen and (max-width: 991px) {
  .first-footer .widget,
  .inner-pages .first-footer .widget {
    padding-top: 0px !important;
  }

  .first-footer .widget h3 {
    margin-top: 3rem;
  }
}
.inner-pages .first-footer .twitter-widget.contuct h5::after {
  display: none;
}

.bloq-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.bloq-email .email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.newsletters h3 {
  margin-bottom: 2rem;
}

.first-footer .newsletters h3::after {
  display: block;
  height: 3px;
  font-weight: bold;
  background-color: #2b3366;
  content: " ";
  width: 50px;
  margin-top: .5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 991px) {
  .first-footer .newsletters h3 {
    margin-top: 3rem;
  }

  .bloq-email .email {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.newsletters p {
  margin-bottom: 2rem;
  color: rgba(245, 255, 255, 0.8);
  font-weight: 400;
}

.first-footer .bloq-email .email input[type="email"] {
  border: 0px;
  background: rgba(255, 255, 255, 0.1);
  color: #333;
  padding: .8rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.first-footer .bloq-email .email input[type="submit"] {
  border: 0px;
  padding: .8rem;
  background: #2b3366;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.5rem;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}

.first-footer .email input[type="submit"]:hover {
  background: rgba(245, 255, 255, 0.1);
}

@media screen and (max-width: 991px) {
  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0px;
  }
}
@media screen and (max-width: 767px) {
  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 0px;
  }
}
@media screen and (max-width: 320px) {
  .bloq-email .email {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .first-footer .bloq-email .email input[type="submit"] {
    margin-top: 1.5rem;
  }
}
.first-footer .bloq-email label.error {
  color: #ff0000;
}

.first-footer .bloq-email label {
  color: #fff;
}

.first-footer .bloq-email .email input::-webkit-input-placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

.first-footer .bloq-email .email input:-ms-input-placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

.first-footer .bloq-email .email input::-ms-input-placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

.first-footer .bloq-email .email input::placeholder {
  color: rgba(245, 255, 255, 0.8);
  opacity: 1;
}

/*------ HOVER EFFECT ------*/
.hover-effect figure {
  position: relative;
  overflow: hidden;
  margin: 0;
}

.hover-effect figure::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
}

.hover-effect:hover figure::before {
  -webkit-animation: shine .75s;
          animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
.hover-effect figure img {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.hover-effect:hover figure img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.second-footer {
  padding: 1.5rem 0;
  background: #2b3366;
  border-top: 1px solid rgba(245, 255, 255, 0.1);
  color: #fff;
}

.second-footer h3 {
  margin: 0;
  font-weight: 300;
}

.second-footer p {
  margin: 0;
  font-weight: 400;
}

.second-footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
}

.second-footer p .fa-heart:before {
  color: #fff;
}

/*------ ARROW GO UP ------*/
element.style {
  display: inline;
}

.go-up {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  background: #2a41e8;
  padding: .9rem;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.go-up:hover,
.go-up:focus {
  outline: 0;
  text-decoration: none;
  color: #fff;
}