


 .border-blue {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: white;
    size: 6px;
    background: rgb(148, 203, 98, 1);
    box-shadow: 0 4px 8px 0 rgba(148,203, 98, 0.2), 0 6px 20px 0 rgba(148, 203, 98, 0.39);
 }

 .bg-linow {
  border: 0px !important;
  color: #fff;
  background: rgba(246,144,0, 1) ;

}



.img-nav {
    position: absolute;
	top: -80px;
    width: 224px;
	height:133px;



}


#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255, 1);
    z-index: 99999;

}
#loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    left: 50%;
    top: 50%;
    position: fixed;
    margin: -50px 0 0 -50px;
    border: 15px solid;
    border-color: rgba(0, 0, 0, 0.0) rgba(246,144, 0, 1) rgba(246,144, 0, 1) rgba(246,144, 0, 1);
    box-sizing: border-box;
    animation: rotation 0.5s linear infinite;
}






@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


.animated-icon1, .animated-icon2, .animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: rgba(255, 255, 255, 1);
}


.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: 0px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}


h2.header {
  font-size: 60px;
      color: #fff;
  text-shadow: 1px 1px #000;
  
  
  
  
}

@media (max-width:600px) {
  h2.header {
    font-size: 35px;
        color: #fff;
  text-shadow: 1px 1px #000;
  
    
  }
}


.mobile {
display:block;
 }


    @media all and (max-width: 1000px) {
    .mobile {display:none;}
}


   

.about-section {
  padding-top: 5rem;
  background: rgba(148,203, 98, 1);
  color: #fff;
}
.about-section p {
  margin-bottom: 5rem;
}


.about-header {
  padding-top: 0rem;
  background: rgba(255, 255, 255, 1);
  color: #fff;
}
.about-header p {
  margin-bottom: 0rem;
}


.btn-outline-gbdk {
 color: rgba(52, 58, 64, 1);
 background-color:transparent;
 background-image:none;
 border-color: rgba(52, 58, 64, 1);
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 }
 
.btn-outline-gbdk:hover {
 color:#fff;
 background-color: rgba(0, 186, 200, 1);
 border-color: rgba(0, 186, 200, 1);
 box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
 }

.section-heading {
  font-size: 24px;
  font-weight: 700;
  margin-top: 60px;
}



header.masthead {
  margin-bottom: 0px;
  background: no-repeat center center;
  background-color: #fff;
  background-attachment: scroll;
  position: relative;
  background-size: cover;
}

header.masthead .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0,0,0, 1);
  opacity: 0.3;
}

header.masthead .page-heading,
header.masthead .post-heading,
header.masthead .site-heading {
  padding: 150px 0 100px;
  color: #fff;
  text-shadow: 1px 1px 1px black;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading,
  header.masthead .post-heading,
  header.masthead .site-heading {
    padding: 200px 0;
  }
}

header.masthead .page-heading,
header.masthead .site-heading {
  text-align: center;
}

header.masthead .page-heading h1,
header.masthead .site-heading h1 {
  font-size: 50px;
  margin-top: 0;
}

header.masthead .page-heading .subheading,
header.masthead .site-heading .subheading {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.1;
  display: block;
  margin: 10px 0 0;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

@media only screen and (min-width: 768px) {
  header.masthead .page-heading h1,
  header.masthead .site-heading h1 {
    font-size: 80px;
  }
}

header.masthead .post-heading h1 {
  font-size: 35px;
}

header.masthead .post-heading .meta,
header.masthead .post-heading .subheading {
  line-height: 1.1;
  display: block;
}

header.masthead .post-heading .subheading {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 30px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

header.masthead .post-heading .meta {
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  font-family: 'Lora', 'Times New Roman', serif;
}

header.masthead .post-heading .meta a {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  header.masthead .post-heading h1 {
    font-size: 55px;
  }
  header.masthead .post-heading .subheading {
    font-size: 30px;
  }
}
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}




.column {
  float: left;
  width: 33.3%;
  margin-bottom: 16px;
  padding: 0 8px;
}

@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.container-mit a:link { color: rgba(156,176, 67, 1); }
.container-mit a:visited { color: rgba(156,176, 67, 1); }
.container-mit a:hover { color: rgba(156,176, 67, 1); }
.container-mit a:active { color: rgba(156,176, 67, 1); }


.container-mit {
  padding: 0 16px;
}

.container-mit::after, .row::after {
  content: "";
  clear: both;
  display: table;
}

.title {
  color: grey;
}




a {
    color: rgba(255,255, 255, 1) ;
}

a:hover {
    color: rgba(255,255, 255, 1);
}


 a.content {
  color: rgba(148,203, 98, 1);
  }

 a.content:hover {
  color: rgba(148,203, 98, 1);

  }


a[x-apple-data-detectors] {
  color: rgba(148,203, 98, 1) !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}


@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #FFF;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }

}


.container .dropdown .dropdown-menu a:hover
{
  color: #fff;
  background-color:  rgba(148,203, 98, 1);
  border-color: #fff;
}


.container .dropdown .dropdown-menu a:active
{
  color: #fff; !important;
  background-color:  rgba(148,203, 98, 1); !important;
}

.container .dropdown .dropdown-item a:active
{
  color: #fff; !important;
  background-color:  rgba(148,203, 98, 1); !important;

}


.container .dropdown-item.active, .dropdown-item:active {
  color: #fff; !important;
  background-color:  rgba(148,203, 98, 1); !important;

}







.carousel-item {
    height: 45vh;
    min-height: 300px;
    background-color: rgba(0,0,0,0.5);  
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.portfolio-item {
    margin-bottom: 30px;
}


.card-header {
  background-color: rgba(148, 203, 98, 1) !important;   
    color: #fff !important;  }

   

#accordion-style-1 h1,
#accordion-style-1 a{
    color:#fff;
}
#accordion-style-1 .btn-link {
    font-weight: 400;
    color: #fff;
    background-color: transparent;
    text-decoration: none !important;
    font-size: 16px;
    font-weight: bold;
	padding-left: 25px;
}

#accordion-style-1 .card-body {
    border-top: 2px solid #007b5e;
}

#accordion-style-1 .card-header .btn.collapsed .fa.main{
	display:none;
}

#accordion-style-1 .card-header .btn .fa.main{
	background: #007b5e;
    padding: 13px 11px;
    color: #ffffff;
    width: 35px;
    height: 41px;
    position: absolute;
    left: -1px;
    top: 10px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
	display:block;
}


.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
	gap: 15px;
	grid-auto-flow: dense;
}



ul.timeline {
    list-style-type: none;
    position: relative;
}
ul.timeline:before {
    content: ' ';
    background: rgba(0, 186, 200, 1);
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}
ul.timeline > li {
    margin: 20px 0;
    padding-left: 20px;
}
ul.timeline > li:before {
    content: ' ';
    background: rgba(0, 186, 200, 1);
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 3px solid rgba(0, 186, 200, 1);
    left: 15px;
    width: 30px;
    height: 30px;
    z-index: 400;
}




.btn-top {

  color: #fff;
  background:  rgba(0, 186, 200, 1) ;
  border-color: #000;

}


.back-to-top {
    cursor: pointer;
    position: fixed;
     background:  rgba(0, 186, 200, 1) 
	border: 0px;
    bottom: 30px;
    right: 10px;
    display:none;
}

.back-to-top:hover,
.back-to-top:focus,
.back-to-top:active,
.back-to-top.active {
    cursor: pointer;
    position: fixed;
 background:  rgba(0, 186, 200, 1) 

    bottom: 30px;
    right: 10px;
  }