/*--------------------------------------------------------------
#global
--------------------------------------------------------------*/

body {
  overflow-x: hidden;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}


body,html
{
  height: 100%; width: 100%;margin:0;
}
















.highlight{
    position:absolute;top:0;left:0; 
  }

.highlight span 
{
  width:100%; 
}
.leaplug-yellow
{
  color: #d4ac0d!important;
}

.bg-blue
{
  background-color: #00008b!important;
}
.bg-leaplug-yellow
{
  background-color: #d4ac0d!important;
}
.btn-blue
{
  background-color: #00008b!important;
}
.bg-black
{
  background-color: #000!important;
}
.bg-darkgreen 
{
  background-color: #008080!important;
}
.fa-rotate-30 
{
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}
.text-grey
{
  color:grey;
}
.text-black
{
  color:#000;
}
.text-blue
{
  color:#00008b;
}

/*putting an underline*/
.half-underline 
{
    position: relative;
}
.half-underline:before
{
    content: "";
    position: absolute;
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 25%;
    border-bottom: 3px solid #008080;
}

.link-underscore 
{
    position: relative;
}
.link-underscore:before
{
    content: "";
    position: absolute;
    /*width: 57%;*/
    height: 1px;
    bottom: -5px;
    left: 0;
    right: 0;
    border-bottom: 2px solid #000;
}


.half-underline-left-grey {
    position: relative;
}
.half-underline-left-grey:before{
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 5px solid rgba(0, 0, 0,0.5);
}

.underline-left-white {
    position: relative;
}
.underline-left-white:before{
    content: "";
    position: absolute;
    width: 40%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 5px solid #fff;
}


.full-underline {
    position: relative;
}
.full-underline:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 3px solid rgba(212, 172, 13,1);
}

.full-underline-white {
    position: relative;
}
.full-underline-white:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0%;
    border-bottom: 3px solid #fff;
}

.un_::after {
  content: '';
  margin-top:  15px;
  width: 0px;
  height: 0px;
  display: block;
  background: black;
  transition: 300ms;
}

.un_ 
{
  display: inline-block;
}


.text-darkgrey {color: darkgrey;!important;}

.rounded-top-left {
    border-top-left-radius: 1rem;
}
.rounded-top-right {
    border-top-right-radius: 1rem;
}
.rounded-bottom-left {
    border-bottom-left-radius: 1rem;
}
.rounded-bottom-right {
    border-bottom-right-radius: 1rem;
}

.hr-sect {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
    font-size: 1.5rem;
}
.hr-sect:before,
.hr-sect:after {
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}



.hr-sect-soon {
    display: flex;
    flex-basis: 100%;
    align-items: center;
    color: rgba(0, 0, 0, 0.35);
    margin: 8px 0px;
    font-size: 1.5rem;
}
.hr-sect-soon:after{
    content: "";
    flex-grow: 1;
    background: rgba(0, 0, 0, 0.35);
    height: 1px;
    font-size: 0px;
    line-height: 0px;
    margin: 0px 8px;
}


/*.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;

    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;

    font: 32px Arial, sans-serif;
}
*/



/*--------------------------------------------------------------
# Main carousel - animate
--------------------------------------------------------------*/



.header .item 
{
  height: calc(80vh - 130px);
  position: relative;
}

.header .item img 
{
  width: 100%;
  height: 350px;
    object-fit: cover;
    overflow: hidden;

  background-repeat: no-repeat;
  background-size: cover;
  /*clip-path: polygon(5% 0, 100% 0%, 100% 100%, 5% 100%, 5% 50%, 0 45%, 5% 39%); */
}
.header .item .cover 
{
  /*padding: 75px 0;*/
  /*position: absolute;*/
  width: 100%;
  min-height: calc(100vh - 130px);
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
}
.header .item .cover .header-content 
{
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.header .item .cover .header-content .line 
{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #000;
  -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
}
.header .item .cover .header-content h2 
{
  font-family: 'Museo Slab 500',sans-serif;
  font-weight: 600;
  line-height: 60px;
  font-size: 42px;
  color: #000;
}
.header .item .cover .header-content h1 
{
  font-size: 46px;
  font-weight: 600;
  margin: 20px 0 30px;
  word-spacing: 3px;
  color:darkred;
}
.header .item .cover .header-content h4 
{
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #000;
}
.header .owl-item.active img 
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.header .owl-item.active h1 
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.header .owl-item.active h2 
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.header .owl-item.active h4 
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.header .owl-item.active .line 
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.header .owl-nav .owl-prev 
{
  position: absolute;
  left: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.header .owl-nav .owl-prev span 
{
  font-size: 1.6875rem;
  color: #fff;
}
.header .owl-nav .owl-prev:focus 
{
  outline: 0;
}
.header .owl-nav .owl-prev:hover 
{
  background: #000 !important;
}
.header .owl-nav .owl-next 
{
  position: absolute;
  right: 15px;
  top: 43%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px;
  cursor: pointer;
  height: 40px;
  position: absolute;
  display: block;
  z-index: 1000;
  border-radius: 0;
}
.header .owl-nav .owl-next span 
{
  font-size: 1.6875rem;
  color: #fff;
}
.header .owl-nav .owl-next:focus 
{
  outline: 0;
}
.header .owl-nav .owl-next:hover 
{
  background: #000 !important;
}
header:hover .owl-prev 
{
  left: 0px;
  opacity: 1;
}
header:hover .owl-next 
{
  right: 0px;
  opacity: 1;
}



/*header dots*/

.header .owl-theme .owl-dots .owl-dot span
{
  height: 20px!important;
  width: 20px!important;
}

.header .owl-theme .owl-dots .owl-dot 
{
  outline: none!important;
}

.header .owl-theme .owl-dots .owl-dot.active span, .header .owl-theme .owl-dots .owl-dot:hover span
{
  background: #00FFFF!important;
}

@media (min-width: 992px) 
{ 
  .header .owl-theme .owl-dots .owl-dot
    {
      display: block!important;
    }
    .header .owl-theme .owl-dots 
    {
      position:  absolute;
      top: 40%;
      padding-left: 56px;

    }
}

@media (max-width: 576px) 
{  
.header .owl-theme .owl-dots .owl-dot
    {
      display: inline-block!important;
    }
    .header .owl-theme .owl-dots 
    {
      position:  absolute;
      bottom: 5%!important;
      left: 40%!important;
      /*padding-left: 56px;*/
    }
    .header .item img {display: none!important;}
}




/*
----------------------------------------
FEATURED ITEMS SECTION
-----------------------------------------
*/

.featured-section-card-cover .details 
{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    background: rgba(212, 172, 13,0.8);
}


  .featured-section-card-cover:hover .card-title
  {
    color: darkred!important; font-weight: bold;
  }
  .featured-section-card-cover .initiative-card-img
  {
    height: 15vw;
    object-fit: cover;
    min-height: 250px;
    width: 100%;
  }

  .featured-section-card:hover img {
    transition: .4s ease-in-out;
  }
  .featured-section-card:hover{border:1px solid #ccc;border-bottom-right-radius: 10px;border-bottom-left-radius:10px;}

 /* .featured-section-card:hover img  {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%); 
  }*/

  .featured-section-card img{object-fit: fill; }


/*upcoming events*/
.upcoming-events-row:hover
{
  background-color: #E9F7EF!important;
}



/*featured-event*/

.featured-event a:hover > img, .featured-event a:hover > .featured-event-overlay
{
    filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
}
.featured-event 
{
    padding: 0;
}
.featured-event .img-fluid 
{
    width: 100%; 
    height: 100%;
    /*border-radius: 7px;*/
}
.featured-event .featured-event-overlay 
{
    width: 100%; 
    min-height: 185px; 
    opacity: 0.9;
    background-color: #17a2b8!important
}
.featured-event .featured-overlay .details 
{
    width: 100%; 
    height: 100%; 
    background-color: #fff!important; 
    color:#fff;
    border-radius: 4px;
}
.featured-event-overlay 
{
  position:absolute;bottom:0%;left:0%
}

@media (max-width: 991px) 
{
  .featured-event   
  {
    width:100vw;min-height:100vw; 
  }
}




  .client-logo-card {height: 50px!important;}



ul.timeline {
    list-style-type: none;
    position: relative;
    counter-reset: numList;
}
ul.timeline:before {
    content: ' ';
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
    counter-reset: numList;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    counter-increment: numList;
    content: counter(numList);
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #22c0e8;
    left: 5px;
    width: 50px;
    height: 50px;
    z-index: 400;
    text-indent: 1em;
    padding-top: 0.70em;
    font-weight: bolder;
}




 .callForAction > h3 span:before {
    float: left !important;
    font-family: FontAwesome;
    margin-left: 30px;
    content:"\f056";
    padding-right: 5px;
     position: absolute;
    left: 0;
    top: 10px;
}
.callForAction.collapsed > h3 span:before {
    float: left !important;
    margin-left: 30px;
    content:"\f055";
     position: absolute;
    left: 0;
    top: 10px;
}

.callForAction.collapsed > h3{
  background-color: #000!important;
} 




.stories_content{margin-left: -15px; margin-right: -15px;}
.stories_content .heading{background-color: #5D6D7E;}
.stories_content .heading h3 {color: #fff;}

.stories_section .stories_content .stories_item {
  /*margin-bottom: 10px;*/
  /*box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);*/
  position: relative;
  border-radius: 2px;
  overflow: hidden;
}
.stories_section .stories_content .stories_item:hover .stories_image img {
  transform: scale(1.1);
}
.stories_section .stories_content .stories_item .stories_image {
  overflow: hidden;
  padding: 0;
}
.stories_section .stories_content .stories_item .stories_image img {
  width: 100%;
  transition: transform 0.5s ease-in-out;
}


.stories_section .stories_content .stories_item .stories_details a {
  font-size: 16px;
  display: inline-block;
  color: #ff5e14;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.stories_section .stories_content .stories_item .stories_details a:hover {
  color: #020d26;
}
.stories_section .stories_content .stories_item .stories_details a i {
  vertical-align: middle;
  font-size: 20px;
}
.stories_section .stories_content .owl-nav {
  display: block;
}
.stories_section .stories_content .owl-nav .owl-prev {
  position: absolute;
  left: -17px;
  top: 27%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  /*background: #ff5e14;*/
  transition: all 0.3s;
  color: #000;
}
.stories_section .stories_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.stories_section .stories_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #ff5e14;
  color: #ff5e14;
}
.stories_section .stories_content .owl-nav .owl-next {
  position: absolute;
  right: -17px;
  top: 27%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  /*background: #ff5e14;*/
  color: #000;
  transition: all 0.3s;
}
.stories_section .stories_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.stories_section .stories_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #ff5e14;
  color: #ff5e14;
}


/*.callForAction.collapsed h3{background-color: #008080;}*/




























.line-height
{
    line-height: 30px;
}

.line-height2 {line-height:50px;}

.main-background-color1{
  background-color: rgba(212, 172, 13,0.6)!important;
}

.main-background-color2{
  background-color: rgba(212, 172, 13,1)!important;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  right: 15px;
  bottom: 15px;
  background: #428bca;
  color: #fff;
  transition: display 0.5s ease-in-out;
  z-index: 99999;
}

.back-to-top i {
  font-size: 24px;
  position: absolute;
  top: 8px;
  left: 8px;
}

.back-to-top:hover {
  color: #fff;
  background: #629fd3;
  transition: background 0.2s ease-in-out;
}





#wrapper {
  padding-left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}




/*--------------------------------------------------------------
# Main carousel - animate
--------------------------------------------------------------*/



.cover .header-content {
  position: relative;
  padding: 56px;
  overflow: hidden;
}
.cover .header-content .line {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(0 0, 65% 0, 36% 100%, 0 100%);
  clip-path: polygon(0 0, 65% 0, 36% 100%, 0 100%);
}


.cover .header-content .line-slide-3 {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  border: 9px solid #fff;
  -webkit-clip-path: polygon(100% 0, 100% 0, 65% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 65% 100%, 100% 100%);
}


.cover .header-content h2 {
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.cover .header-content h1 {
  font-size: 56px;
  font-weight: 600;
  margin: 5px 0 20px;
  word-spacing: 3px;
  color: #fff;
}
.cover .header-content h4 {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #fff;
}

.cover .header-content h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

 .cover .header-content h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.cover .header-content h4 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.cover .header-content .line {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}


.carousel-indicators li{
  background-color: #000000;
}









/*--------------------------------------------------------------
# Footer - owl
--------------------------------------------------------------*/
.col_white_amrc { color:#FFF;}
footer { width:100%; background-color:#263238; min-height:250px; padding:10px 0px 0px 0px ; margin-bottom: 0px;}
.pt2 { padding-top:40px ; margin-bottom:20px ;}
footer p { font-size:13px; color:#CCC; padding-bottom:0px; margin-bottom:8px;}
footer .bottom-section {background-color: #660000;}
.mb10 { padding-bottom:15px ;}
.footer_ul_amrc { margin:0px ; list-style-type:none ; font-size:14px; padding:0px 0px 10px 0px ; }
.footer_ul_amrc li {padding:0px 0px 5px 0px;}
.footer_ul_amrc li a{ color:#CCC;}
.footer_ul_amrc li a:hover{ color:#fff; text-decoration:none;}
.fleft { float:left;}
.padding-right { padding-right:10px; }

.footer_ul2_amrc {margin:0px; list-style-type:none; padding:0px;}
.footer_ul2_amrc li p { display:table; }
.footer_ul2_amrc li a:hover { text-decoration:none;}
.footer_ul2_amrc li i { margin-top:5px;}


/*.bottom_border { border-bottom:1px solid #323f45; padding-bottom:20px;}*/
.foote_bottom_ul_amrc {
  list-style-type:none;
  padding:0px;
  display:table;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}
.foote_bottom_ul_amrc li { display:inline;}
.foote_bottom_ul_amrc li a { color:#999; margin:0 12px;}

.social_footer_ul { display:table; margin:15px auto 0 auto; list-style-type:none;  }
.social_footer_ul li { padding-left:20px; padding-top:10px; float:left; }
.social_footer_ul li a { color:#CCC; border:1px solid #428bca; border-radius:50%;}
.social_footer_ul li i {  width:20px; height:20px; text-align:center;}
.social_footer_ul li a {  color: #007bff;}
.social_footer_ul li a:hover { color: #9eccf4; text-decoration: none;}





@media (min-width: 769px) {
  #wrapper.toggled {padding-right: 300px;}

  .mobile-nav-toggle {display: none;}

 
}




.masthead {
  position: relative;
  overflow: hidden;
  padding-bottom: 3rem;
  z-index: 2;
}


.masthead .masthead-bg {
  position: absolute;
  border-right: ;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  /*min-height:55rem;*/
  height: 100%;
  background-image:url('../img/coding.jpg'); 
  /*transform: skewY(4deg);*/
  transform-origin: bottom right;
  filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
  filter: grayscale(0); /* Microsoft Edge and Firefox 35+ */
  background-size: cover;
  background-repeat: no-repeat;
}

.masthead .masthead-content h1 {
  font-size: 2.5rem;
}

.masthead .masthead-content p {
  font-size: 1.2rem;
}

.masthead .masthead-content p strong {
  font-weight: 700;
}

.masthead .masthead-content .input-group-newsletter input {
  height: auto;
  font-size: 1rem;
  padding: 1rem;
}

.masthead .masthead-content .input-group-newsletter button {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 1rem;
}

@media (min-width: 900px) {
  .masthead .container{
    height: calc(100vh - 80px);
  }
  .masthead {
    height: 100%;
    min-height: 0;
    width: 40.5rem;
    padding-bottom: 0;
  }
  .masthead .masthead-bg {
    min-height: 0;
    transform: skewX(-8deg);
    transform-origin: top right;
  }
  .masthead .masthead-content {
    padding-left: 3rem;
    padding-right: 10rem;
  }
  .masthead .masthead-content h1 {
    font-size: 3.5rem;
  }
  .masthead .masthead-content p {
    font-size: 1.3rem;
  }
}








.landing{
  /*min-height: calc(100vh - 80px);*/
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  /*overflow: hidden;*/
  position: relative;
  background-color: #fff;
}
.landing .cover
{
  /*padding: 75px 0;*/
  /*position: relative;*/
  width: 100%;
  min-height: 0;
  height: 100%;
  top: 0;
  left: 0;
  /*background: #fff;*/
  display: flex;
  align-items: center;
  /*border:12px solid;*/
}














.navbar-nav .rounded-span-action{background-color: #ccc;border-radius: 50%; color:#000;}
.navbar-nav .rounded-span-action{background-color: #ccc;border-radius: 5%; color:#000;}
.navbar-nav .rounded-fa{background-color: #fff;border-radius: 50%}

.navbar .all a {
  color:#000;
  border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  font-weight: bold;
}



.navbar .all:hover > a {
  background-color: #008080; 
  color: #fff;
}

.navbar .all-cbr a {
  color:#0275d8;
  border-top-right-radius: 15px;
  border-top-right-radius: 15px;
  /*font-weight: bold;*/
}

.navbar .all-cbr:hover > a {
  background-color: #008080; 
  color: #fff;
}


.navbar .all .loop-in {
  color:#000080;
  /*font-weight: bold;*/
}
.navbar .all:hover > .loop-in {
  background-color: #008080; 
  color: #fff;
}

/*.navbar-nav .login-tab:not(:hover) {
  color: #000 !important;
}*/
/*.navbar-nav .login-tab:active,.navbar-nav .login-tab:focus,.navbar-nav .login-tab:hover {
  background-color: #000!important;
}*/




.project-tab-content .details 
{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    background: rgba(212, 172, 13,0.8);
}

.project-tabs .nav-pills{margin-top: -52px;}

.project-tabs .nav-pills .nav-link {
  border-bottom:  none;
}

.project-tabs .nav-pills .nav-link.active, .nav-pills .show>.nav-link {color: #000; background: #fff;border-top: 1px solid #ccc; border-right: 1px solid #ccc;border-left: 1px solid #ccc;border-top-right-radius: 5px;border-top-left-radius: 5px;}

.nav-pills .login-li:not(:hover) .nav-link{
  color: #000;
}

.nav-pills .login-li .active{
  background-color: #fff;
 border-bottom: 3px solid red;
}

.nav-pills .login-li > .active:hover{
 border-right: 1.5px solid red;
 border-left: 1.5px solid red;
 border-top: 1.5px solid red;
 border-bottom: 3px solid red;
 color: inherit!important;
}



.action-call > a{background-color: #008080;color:#fff;}
.action-call:hover > a {
 color: #000;
  text-decoration: none;
  background-color: #EDBB99;
}


.bottom-strip{
  background-color: #FDEDEC;
}






.partners_section .partners_content .owl-nav {
  display: block;
}
.partners_section .partners_content .owl-nav .owl-prev {
  position: absolute;
  left: -17px;
  top: 27%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  /*background: #ff5e14;*/
  transition: all 0.3s;
  color: #000;
}
.partners_section .partners_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.partners_section .partners_content .owl-nav .owl-prev:hover {
  background: #fff;
  border-color: #ff5e14;
  color: #ff5e14;
}
.partners_section .partners_content .owl-nav .owl-next {
  position: absolute;
  right: -17px;
  top: 27%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  /*background: #ff5e14;*/
  color: #000;
  transition: all 0.3s;
}
.partners_section .partners_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
.partners_section .partners_content .owl-nav .owl-next:hover {
  background: #fff;
  border-color: #ff5e14;
  color: #ff5e14;
}








.project-card:hover .card-title
{
  color: darkred!important; 
} 

.project-card .details 
{
    display: inline-block;
    border-radius: 0 3px 3px 0;
    padding: 5px 13px;
/*    color: #000;*/
/*    font-size: 16px;*/
/*    font-weight: 700;*/
/*    background: rgba(212, 172, 13,0.8);*/
}

.project-card:hover p 
{
  color:#000!important;
}
.project-card:hover img 
{
  transition: .4s ease-in-out;
}
.project-card:hover{border:1px solid #ccc;border-bottom-right-radius: 10px;border-bottom-left-radius:10px;}




.project-card:hover img  {
  /*-webkit-filter: grayscale(100%);*/
   /* Ch 23+, Saf 6.0+, BB 10.0+ */
  /*filter: grayscale(100%);*/
   /* FF 35+ */
}

.jumpto li {color:#00008b;}
.jumpto li:hover{background: rgba(212, 172, 13,0.8);color:#000;}

.explore{background-color: #17a2b8;color:#fff;}
.explore:hover{background-color: #EDBB99;}

.challenge-start a:not(:hover) >span  {color: #5D6D7E;}
/*.challenge-start:hover >span {color: #fff!important;}*/
/*.challenge-start:hover > a , .challenge-start:hover > a  span{color: #fff!important;}*/


.project-card-image-small
{
  height: 400px;
  background-size: contain;
  background-position: center;
  border-radius: 20px;
  background-repeat: no-repeat;
}


.project-card-image
{
  background-size: contain;
  background-position: center;
  border-bottom-left-radius: 20px;
  background-repeat: no-repeat;
}

.col-project-card{ padding-right: 14px!important;}

/*.vertically-centered-text{
  display: flex;
  flex-flow: row wrap; 
  justify-content: left; 
  align-items: center;
}
*/

.vertically-centered-content {
  display:flex;
  flex-direction: column;
  justify-content: center;
 }

 .vertically-topped-content {
  display:flex;
  flex-direction: column;
  justify-content: top;
 }




/*Partner Section*/

.partner_logo
{
  display: flex;
  justify-content: left; 
  align-items: center; 
}


.partner_logo img 
{
  max-height: 150px;
  width: 100%; 
  /*border: 1px solid;*/
  object-fit: contain;
  background-repeat: no-repeat;
  float:left; 
}


.industry-cover-photo {
  width: 100%;
  height: calc(100vh - 100px);
  padding: 0;
  overflow: hidden;
}







/*Solve for Industry Main Page*/



.demo_content{margin-left: -15px; margin-right: -15px;}
.demo_content .heading{background-color: #5D6D7E;}
.demo_content .heading h3 {color: #fff;}

 .demo_content .demo_item {
  margin-bottom: 10px;
  /*box-shadow: 0 0 11px 0 rgba(6, 22, 58, 0.14);*/
  position: relative;
  border-radius: 2px;
  /*overflow: hidden;*/
}


 .demo_content .owl-nav {
  display: block;
}
 .demo_content .owl-nav .owl-prev {
  position: absolute;
  left: 0;
  top: 27%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background-color: #17a2b8!important;
  transition: all 0.3s;
  color: #fff!important;
}
 .demo_content .owl-nav .owl-prev span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
 .demo_content .owl-nav .owl-prev:hover {
  background-color: #fff!important;
  border-color: #ff5e14;
  color: #000!important;
}
 .demo_content .owl-nav .owl-next {
  position: absolute;
  right: 0;
  top: 27%;
  border: 5px solid #fff;
  text-align: center;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: 0;
  background-color: #17a2b8!important;
  color: #fff!important;
  transition: all 0.3s;
}
 .demo_content .owl-nav .owl-next span {
  font-size: 25px;
  margin-top: -6px;
  display: inline-block;
}
 .demo_content .owl-nav .owl-next:hover {
  background-color: #fff!important;
  border-color: #ff5e14;
  color: #000!important;
}






.get-on-board-link{
  display: flex;
  align-items: center; 
  justify-content: center; /* Add this property */
}




.project-top-img-section-lg{
  min-height: calc(60vh - 80px); 
  background-repeat: no-repeat;
  background-size: cover;
  clip-path: polygon(8% 0, 100% 0, 100% 100%, 0 100%);width: 100%;
}

.project-top-img-section-sm{
  min-height: calc(60vh - 80px); 
  background-repeat: no-repeat;background-size: cover;
}