* {
    font-family: 'Raleway', Source Sans Pro;
    box-sizing: border-box;
}

body {
    background: #f1fbff;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow-x: hidden;
}

.header-area {
    position: relative;
    z-index: 599;
    width: 100%;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
}

.section-padding {
    padding: 100px 0;
}

.carousel-item {
    
    min-height: 300px;
}

.carousel .carousel-caption {
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    z-index: 2;
}

.carousel .carousel-caption h5 {
    font-size: 3.5vw;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 1.5vw;
}

.carousel .carousel-caption p {
    width: 70%;
    margin: auto;
    font-size: 1.5vw;
    line-height: 1.9;
}


.carousel .carousel-inner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.carousel-caption .custom-btn,
.about .custom-btn,
.services .custom-btn,
.portfolio .custom-btn,
.brand .custom-btn,
.services .custom-btn,
.contact .custom-btn {
    background-color: orangered;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #605D88;
  color: white;
  opacity: 1;
}

.w-100 {
    height: 100vh;
}

.navbar {
    border-bottom: 8px solid #221E50;
    cursor: pointer;
}

.navbar-nav a {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
}

.navbar-light .navbar-brand {
    color: #000;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: #000;
}

.navbar-light .navbar-nav .nav-link {
    color: #000;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
}


@media only screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-bottom: 0.3em solid;
    border-top: 0;
  }
}
@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .carousel-caption {
        bottom: 20%;
    }

    .carousel-caption h5 {
        font-size: 4.5vw;
        margin-top: 2vw;
    }

    .carousel-caption p {
        width: 90%;
        font-size: 2vw;
    }

    .card {
        margin-bottom: 30px;
    }

    .img-area img {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .navbar-nav {
        text-align: center;
    }

    .carousel-caption {
        bottom: 125px;
    }

    .carousel-caption h5 {
        font-size: 17px;
    }

    .carousel-caption a {
        padding: 10px 15px;
        font-size: 15px;
    }

    .carousel-caption p {
        width: 100%;
        line-height: 1.6;
        font-size: 15px;
    }

    .about-text {
        padding-top: 50px;
    }

    .card {
        margin-bottom: 30px;
    }
}

.carousel-item img {
    /* width: 100%; */
    /* height: auto; */
    object-fit: cover;
}

.brand {
    position: relative;
    width: 100%;
    height: 500px;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.brand-text {
    position: relative;
    z-index: 2;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.brand-text {
    animation: fadeInAnimation 1s ease-in-out;
}

.fade {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.fade.show {
    opacity: 1;
}

.navbar img {
    height: 50px;
}

.navbar-nav .dropdown-menu .dropdown-item {
    font-size: 19px;
}

.navbar .navbar-nav .nav-link {
    font-size: 19px;
}

.navbar .navbar-nav .nav-link.active:hover {
    color: #ff4500;
}

.navbar .navbar-nav .nav-link a:hover {
    color: #ff4500;
}

.navbar .navbar-nav .nav-link:hover{
    color: #ff4500;
}


.services .services-carousel-inner .carousel-item {
    position: relative;
    padding-top: 7vh;
    
}

.services .services-carousel-inner .carousel-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #221E50;
}

.services .services-carousel-inner .carousel-item .card {
    position: relative;
    z-index: 1;
}

.services .services-carousel-inner .carousel-item .card-body {
    position: relative;
}

.services .services-carousel-inner .carousel-item .card-body a.btn {
    position: relative;
    z-index: 2;
}

.bullets li::before {
    content: "\2022";
    color: orangered;
    font-size: 1.2em;
    margin-right: 10px;
  }

  .no-bullets {
    list-style: none;
  }

  .bullets span {
    font-weight: bold;
  }

.team .card-img-top{
    border-radius: 50%;
    height: 250px !important;
    width: 250px !important;
    position: relative;
    left: 80px;
    top: -80px;
    object-fit: cover;
}
.team .card{
    margin: 15px;
    border-radius: 0;
    cursor: pointer;
    margin-top: 100px !important;
    padding: 20px;
    text-align: justify;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.team .card:hover{
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}
.team .card-body{
    margin-top: -50px;
}
.bi{
    font-size: 25px;
}

.social-icons a:hover i {
    color: #221E50;
  }

.custom-footer {
    border-bottom: 8px solid #ff4500;
    background-color: #221E50;
    color: #fff;
}
