.home-a-tags {
    text-decoration: none !important;
    color: #009ee2;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular.woff') format('woff'),
        url('../fonts/roboto-regular.woff2') format('woff2');
}

@font-face {
    font-family: 'RobotoLight';
    src: url('../fonts/roboto-light.woff') format('woff');
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/opensans.woff') format('woff');
}

:root {
    font-family: 'OpenSans';
    overflow-x: hidden;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }

.h1 {
    font-family: 'RobotoLight';
    font-size: 36px!important;
    color: #009ee2!important;
    -webkit-transition: opacity 0.24s ease-in-out;
    -moz-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
    padding-top: 20px;
}

span {
    font-family: 'OpenSans';
}


.img-responsive {
    display: block;
    height: auto;
}

a.header-items:hover {
    border-bottom: #ffcc00;
    color: #ffcc00;
    animation: fadeoutBg 3s;
    /***Transition delay 3s fadeout is class***/
    -moz-animation: fadeoutBg 3s;
    /* Firefox */
    -webkit-animation: fadeoutBg 3s;
    /* Safari and Chrome */
    -o-animation: fadeoutBg 3s;
    /* Opera */
    font-size: 10px;
    font-family: 'OpenSans';
    text-transform: uppercase;
    text-decoration: none;
}

.header-items {
    font-size: 16px !important;
    font-family: 'OpenSans';
    text-transform: uppercase;
    text-decoration: none;
    margin: 7px;
    align-items: end;
}
@media (min-width: 992px) and (max-width: 1400px){
    .header-items {
        font-size: 14px !important;
    }
}
.header-border {
    border-bottom: #d8dadd 25px;
    border-style: none none solid none;
}

.header-border:not(.py-3) {
    padding: 26px 0 0;
}

/* .carousel-fade{
    background-color: lightgray;
}
.carousel-fade .carousel-item{
    opacity: 0.25;
}
.carousel-item{
        transition: opacity 1.25s ease-in-out;
} */

.carousel-item img {
    display: none;
}

.carousel-item div img {
    display: block;
}

#carousel {
    transition: 1000ms;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

/* .carousel-item {
    transition: none;
}

.carousel-item,
.carousel-item-start img,
.carousel-item.active img {
    opacity: 1;
} */

footer {
    background-color: #777 !important;
    border-bottom: #009ee2 24px;
    border-style: none none solid none;
}

.footer-img {
    width: 108px;
}

.footer-text-small {
    color: white !important;
    font-size: 12px;
}

.footer-text-small-links {
    color: white !important;
    font-size: 12px;
    font-weight: bold;
}

.img-border {
    width: 290px;
    height: 185px;
    border: #EBEBEB solid 7px;
}

p {
    font-size: 15px;
}

.italic {
    font-family: 'OpenSans';
    font-style: italic;
    font-size: 15px;
}
@media (min-width: 768px){
     .big-carousel{
        min-height: 450px;
    }
}
@media (min-width:320px) {

    /*

    --- Phone responsiveness ---

    banner section  */
    .banner {
        margin-top: 25px;
        background-color: rgb(0, 158, 226);
        height: 50px;
        position: relative;
        overflow: hidden;
    }


    .banner::after {
        content: url('../img/brandmark-overlay-white.svg');
        position: absolute;
        opacity: 0.4;
        width: 80px;
        height: auto;
        right: 5%;
        bottom: -50px;
    }

    .banner-text {
        color: rgb(255, 255, 255);
        font-size: 12px;
        font-weight: 400;
        font-family: 'OpenSans';
    }

    .banner-img {
        height: 100%;
    }

    .col-border {
        height: 15%;
        width: 100%;
        background-color: #009ee2;
    }

    .about-img {
        width: 100%;
    }

    .contact-info {
        width: 100%;
    }

    .logo-w {
        width: 40%;
    }

    .margin-top {
        margin-top: 1rem;
    }

    .margin-bottom {
        margin-top: 1rem;
    }

    /* end banner section */

    .carousel-inner {
        border-bottom: #d8dadd 24px;
        border-style: none none solid none;
    }

   

    .border-text {
        font-family: 'OpenSans';
        font-size: 16px;
        color: white;
        font-weight: bold;
        word-break: break-all;
    }

    .w-50 {
        padding: 10px 10px 10px 10px;
        width: 100% !important;
    }

    .w-75 {
        padding: 10px 10px 10px 10px;
        width: 100% !important;
    }

    .screen-width {
        padding: 10px 10px 10px 10px;
        width: 100% !important;
    }

    /* about svg slide 2*/
    .header-logo-wrapper-about-2 {
        position: absolute;
        right: 20%;
        top: 50%;
    }

    /* about svg slide 2 end*/

    /* about svg slide 3*/
    .header-logo-wrapper-about-3 {
        position: absolute;
        left: 20%;
        top: 50%;
    }

    /* about svg slide 3 end*/


    /* sfdr svg slide 1*/
    .header-logo-wrapper-static-left {
        position: absolute;
        left: 5%;
        top: 60%;
    }
    
    .header-logo-wrapper-static-right {
        position: absolute;
        right: 5%;
        top: 60%;
    }
    
    .header-logo {
        width: 100px;
        height: 50px;
    }
    /* sfdr svg slide 1 end*/


    /* --- phone carousel end*/
}
    .carousel-item-next:not(.carousel-item-start),
    .active.carousel-item-end {
      transform: translateX(-100%);
    }
    
    .carousel-item-prev:not(.carousel-item-end),
    .active.carousel-item-start {
      transform: translateX(100%);
    }
@media (min-width: 600px) {
       .carousel-inner>.carousel-item {
        height: 270px!important;
    }

    .carousel-item {
        position: relative;
    }

    .carousel-inner img {
        margin: auto;
    }

    .carousel-inner .carousel-item img {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }

    .carousel-inner {
        border-bottom: #d8dadd 24px;
        border-style: none none solid none;
    }

    /*
    --- Tablets responsiveness ---

    banner section */

    .margin-top {
        margin-top: 0px;
    }

    .margin-bottom {
        margin-top: 0px;
    }

    .border-text {
        font-family: 'OpenSans';
        font-size: 16px;
        color: white;
        font-weight: bold;
        word-break: break-all;
    }

    .col-border {
        height: 10%;
        width: 100%;
        background-color: #009ee2;
    }

    .about-img {
        width: 70%;
        height: auto;
    }


    .contact-info svg {
        cursor:pointer
    }

    .screen-width {
        padding: 10px 10px 10px 10px;
        width: 100% !important;
    }

    .banner {
        margin-top: 25px;
        background-color: rgb(0, 158, 226);
        height: 125px;
        position: relative;
        overflow: hidden;
    }


    .banner::after {
        content: url('../img/brandmark-overlay-white.svg');
        position: absolute;
        opacity: 0.4;
        width: 150px;
        height: auto;
        right: 7.5%;
        bottom: -90px;
    }

    .banner-text {
        margin-top: 10px;
        color: rgb(255, 255, 255);
        font-size: 24px;
        font-weight: 400;
        font-family: 'OpenSans';
    }

    .banner-img {
        height: 100%;
    }

    .w-50 {
        padding: 10px 10px 10px 10px;
        width: 100% !important;
    }

    .w-75 {
        padding: 10px 10px 10px 10px;
        width: 100% !important;
    }

    /* --- tablet & computer carousel ---*/

    
    .header-logo-wrapper-about-2 {
        position: absolute;
        right: 40%;
        top: 50%;
    }

    .header-logo-wrapper-about-3 {
        position: absolute;
        left: 25%;
        top: 50%;
    }

    .header-logo-wrapper-static-left {
        position: absolute;
        left: 5%;
        top: 70%;
    }
    
    .header-logo-wrapper-static-right {
        position: absolute;
        right: 5%;
        top: 70%;
    }
    
    .header-logo {
        width: 200px;
        height: 100px;
    }


    /* --- tablet & computer carousel end ---*/

}

@media (min-width: 1025px) {
    .logo.w-50{
        width: 150px !important;
    }
    .logo {
        width: 100px!important;
    }

    .screen-width {
        padding: 10px 10px 10px 10px;
        width: 65% !important;
    }

    .banner {
        margin-top: 25px;
        background-color: rgb(0, 158, 226);
        height: 200px;
        position: relative;
        overflow: hidden;
    }


    .banner::after {
        content: url('../img/brandmark-overlay-white.svg');
        position: absolute;
        opacity: 0.4;
        width: 225px;
        height: auto;
        right: 13%;
        bottom: -100px;
    }

    .banner-text {
        margin-top: 50px;
        color: rgb(255, 255, 255);
        font-size: 36px;
        font-weight: 400;
        font-family: 'OpenSans';
        line-height: 40px;
    }

    .banner-img {
        height: 100%;
    }
    .w-75 {
        padding: 10px 10px 10px 10px;
        width: 75% !important;
    }

    /* --- tablet & computer carousel ---*/

    /* about svg slide 1 end*/

    .header-logo-wrapper-static-left {
        position: absolute;
        left: 30%;
        top: 70%;
    }
    
    .header-logo-wrapper-static-right {
        position: absolute;
        right: 30%;
        top: 70%;
    }
    
    .header-logo {
        width: 250px;
        height: 100px;
    }
    /* --- tablet & computer carousel end ---*/
}

.about-block {
    padding: 50px 20px 20px 20px;
}

.about-width {
    width: 60%;
}

.h2 {
    font-family: 'Roboto';
    font-size: 22px;
    color: #009ee2;
    font-style: normal;
    font-weight: 400;
    line-height: 42px;
}

/* fade part */

#latest_stuff {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}

#latest_stuff {
    transition: opacity 0.25s;
}

.image {
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: .40s ease;
    background-color: #009ee2;
}

#latest_stuff:hover .overlay {
    opacity: 0.9;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 95% !important;
}

/* fade part end */

/* navbar highlight */

.active {
    color: #009fe3 !important;
    font-weight: 600 !important;
}

/* navbar highlight end */

.fade-text {
    color: #ffcc00;
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    opacity: 1;
    margin: 0px 5px 0px 5px ;
    display: inline-block;
}
.seperator {
    width: 40%;
    display: inline-block;
}
.hr-left,
.hr-right {
    position: relative;
    opacity: 0; 
    width: 1px;
}
@keyframes reveal {
    to {
        opacity: 1;
        width: 20%;
    }
}
#latest_stuff:hover .hr-left,
#latest_stuff:hover .hr-right {
    animation: reveal 1s forwards;
}
.border-parent {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
/* Adjust the position of the inline elements to center them vertically */
.border-parent .hr-left,
.border-parent .hr-right,
.border-parent .fade-text {
    vertical-align: middle;
}

.svg-contact-a {
    fill: #009ee2;
}

