*{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

strong{
    font-family: 'Prosto One', cursive;
    font-weight: 600 !important;
}

.strong{
    font-family: 'Prosto One', cursive;
    font-weight: 600 !important;
}

.scifi-font{
    font-family: 'Michroma', sans-serif;
}

.bold{
    font-family: 'Poppins medium', sans-serif;
    font-weight: 600 !important;
}

b{
    font-family: 'Poppins medium', sans-serif;
    font-weight: 600 !important;
}

.poppins-bold {
    font-family: 'Poppins bold', sans-serif;
    font-weight: 800 !important;
}

tab1 {
    padding-left: 4em;
}

tab2 {
    padding-left: 1.1em;
}

a{
    text-decoration: none;
}

p5 {
    font-size: 12px;
}

.sticky-md-top{
    top: 70px;
}

.nav-tabs {
    border-bottom: 0px ;
}

.nav-tabs .nav-link{
    border: none;
    border-radius: 0;
    color: white;
    border-bottom: none;
    margin: 0;
}

.dropdown-menu {
    border-radius: 0px;
}

.navbar{
    box-shadow: 0px 10px 50px 10px #0000003f;
}

.navbar-light .navbar-toggler{
    border:none !important; 
}

.navbar.sticky .navbar-brand img{
    height: 45px;
    transition: 1s;
}

.fix-scroll{
    z-index: 2000;
}

/* .bg-green-light{
    background-color: #23E8AB;
} */

.rotate-text h5{
    transform:rotateZ(-90deg);
    margin-top: 2em;
    margin-bottom: 1em;
    font-family: monospace;
}

.fix-side-social{
    position: fixed;
    bottom: -50px;
    right: 30px;
    width: 50px;
    text-align: center;
    color: white;
    z-index: 50;
    height: 30vh;
    margin-right: 20px;
    z-index: 1200;
}

.button-side{ 
    font-size: 24px;
    height: 50px;
    background-color: rgb(250, 250, 250);
    margin-bottom: 20px;
    border-radius: 50px;
    position: relative;
    transition: 1s;
}

.button-side p{
    position: absolute;
    top: 4%;
    left: 27%;
    color: green;
}

.button-side:hover{
    background-color: green;
    cursor: pointer;
}

.button-side:hover p{
    color: white;
}

.graybox{
    cursor: pointer;
}

.graybox:hover a{
    color:rgba(0, 235, 51, 0.9);
}

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: rgba(0, 168, 36, 0.9);
}

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 168, 36, 0.9);
}

.contact-link{
    padding: 10px 10px;
    margin: 0px;
    text-decoration: none;
    color: white;
}

#carousel_header .carousel-indicators > li {
    border-radius: 100%;
    width: 12px;
    height: 12px;
    background-color: white;
    border: 0px;
    margin-bottom: 50px;
    opacity: 1;
}

#carousel_header .carousel-indicators > li.active {
    border-radius: 50%;
    width: 8px;
    height: 8px;
    background-color: transparent;
    border: 3px solid green;
}

#carousel_header .carousel-inner{
    height: 100vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}  

#carousel_header .carousel-item{
    position: relative;
    text-decoration: none ;
}


.height100vh{
    height: 100vh;
}

#carousel_header .carousel-caption{
    position: absolute;  
    top: 40vh;   
    right: 0%;
    text-align: left;
}

#carousel_header .carousel-caption-self{
    position: absolute;  
    top: 0%;   
    right: 0%;
    text-align: left;
    color: white;
}

#carousel_header .carousel-inner{
    background-color: black;
}

.mybtn {
    padding: 10px 10px;
    border: 2px solid #00a651;
    width: 150px;
    text-align: center;
    color: rgb(0, 255, 0);
    cursor: pointer;
    transition: 0.5s;
}

.mybtn:hover {
    background-color: rgba(0, 0, 0, 0.26);
    width: 180px;
    cursor: pointer;
}

.mybtn2 {
    padding: 10px 10px;
    border: 2px solid #00a651;
    width: 150px;
    text-align: center;
    color: white;
    background-color: #00a651;
    cursor: pointer;
    transition: 0.5s;
}

.mybtn2:hover {
    background-color: rgba(0, 128, 0, 0.651);
    width: 180px;
    cursor: pointer;
}

.mybtn3 {
    padding: 10px 10px;
    border: 2px solid #3b3b3b;
    width: 150px;
    text-align: center;
    color: white;
    background-color: #3b3b3b;
    cursor: pointer;
    transition: 0.5s;
}

.mybtn3:hover {
    background-color: rgba(58, 58, 58, 0.651);
    width: 180px;
    cursor: pointer;
}

.bi-plus::before {
    content: "" !important;
}

.bi-plus:hover::before {
    content: "\f4d7" !important;
}

#footer .container-fluid{
    background-color: #00a651;
    color: white;
}

/* Pic Collection */ 
.wrapper-box{
    height: 200px;
}

.portfolio-item-wrapper{
    position: relative;
    /* margin: auto 0px; */
}

.img-back-wrapper{
    position: relative;
    height: 100%;
}

.img-text-wrapper{
    opacity: 0%;
}


.portfolio-item-wrapper .subtitle {
transition: 1s;
color: transparent;
}

.image-blur {
transition: 1s;
filter: brightness(10%);

}

.image-fade {
    opacity: 1000%;
}

.portfolio-item-wrapper:hover{
    cursor: pointer;
}

.portfolio-item-wrapper:hover .subtitle{
    color: white;
    font-weight: 600;
}


.logo-wrapper img {
width: 100%;
margin-bottom: 20px;
}

.foot-social a{
    color: white;
    font-size: 24px;
}

.foot-social a:hover{
    color: rgba(255, 255, 255, 0.74);
}

.foot-navs li{
    list-style: none;
}

.foot-navs a{
    text-decoration: none;
    color: white;
}

.foot-navs a:hover{
    color: rgba(255, 255, 255, 0.74);
}

#award-tabs .tab-bg{
    background-color:#8a8a8a;
}

#products .tab-bg{
    background-color:#8a8a8a;
}

.margin-cover{
    margin-top: 80px;
}

.nav-tabs .nav-link:hover{
    background: rgba(0, 0, 0, 0.3);
    border: none;
}

.nav-tabs .nav-link.active:hover, .nav-tabs .nav-item.show .nav-link{
    background: white
}

.circle-sm{
    height: 400px;
    width: 400px;
    border-radius: 100%;
    top: 400px;
    right:-200px;
    border: 1px rgb(221, 221, 221) solid;
    z-index: -1;
}

.circle-lg{
    height: 800px;
    width: 800px;
    border-radius: 100%;
    top: 200px;
    right:-400px;
    border: 1px rgb(221, 221, 221) solid;
    z-index: -1;
}

.name-box {
    position: absolute;
    background-color: white;
    bottom: -20px;
    left: -30px;
    padding: 10px;
    margin: 10px;
    min-width: 13em;
}

.my-round-start{
    border-radius: 0px 0px 0px 50px;
}

.my-round-end{
    border-radius: 0px 50px 50px 0px;
}

.ver-timeline{
    width: 5px;
    height: 100%;
    background-color: red;
    position: absolute;
    right: 0;
}

.top-circle-timeline{
    width: 20px;
    height: 20px;
}

.circle-timeline{
    width: 20px;
    height: 20px;
}

.arrow-timeline::before{
    content: "";
    width: 0; 
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;    
    border-top: 10px solid rgb(248, 248, 248);
    position: absolute;
    top: 0px;
    left: 38px;
    z-index: -1;
}

.fit-img {
    max-height: 200px;
}

.contact-bottom{
    height: 30vh;
    background-color: #00a651;
    position: relative;
    z-index: -1;
    /* #00a651; */
}

.google-map-wrapper {
    overflow: hidden;
    height: auto;
    margin-bottom: -200px;
    margin-right: 0;
    z-index: 1;
}

.map-icon-button {
    height: 200px;
}

.space-10vh{
    height: 10vh;
}

.tab-decor{
    z-index: 0;
}

.flip-me {
    transform:rotateZ(180deg);
}

.maxwidth {
    max-width: 400px;
}

.maxwidth2 {
    max-width: 300px;
    max-height: 300px;
}

.maxwidth3 {
    max-width: 100px;
}

@media only screen and (max-width: 576px) {
    #carousel_header .carousel-caption{
        top: 30vh;   
    }
  }