
body {
    font-size: 15px;
    letter-spacing: 0.5px;
    color: #000;
    background-image: url(../images/body-bg.png);
    background-repeat: repeat;
}

img {object-fit: cover;}
.header-area {
    padding: 8px 0px;
}
.home-slider .carousel-item {
   height: 620px;
    overflow: hidden;
}
.home-slider .carousel-item img {
   height:100%;
   width: 100%;
    overflow: hidden;
    object-fit: fill;
}
.home-slider .carousel-indicators [data-bs-target] {
   width: 13px;
    height: 13px;
    background: red;
    border-radius: 50%;
    border: 0;
}
.menu-area .navbar-nav .nav-link {
    padding-right: 20px;
    padding-left: 20px;
    text-transform: uppercase;
}

.icon-img {width: 80px;}
.nav-link {
    color: #fff;
}
.navbar-brand {
    color: #ff9000!important;
    font-weight: 600;
    letter-spacing: 1px;
}
.nav-link:focus, .nav-link:hover {
    color: #ff9000;
}

.hover-info {
    padding-left: 0px;
    padding-right: 0px;
}
.title {
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 10px
}

.content {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    overflow: hidden
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
   width: 100%;
    height: 340px;
    overflow: hidden;
}

.hover-info img {
    box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    border-radius: 0px
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}

.fadeIn-bottom {
    top: 80%
}
.first-info {
    opacity: 1;
}

.first-info h4 {
   color: #fff;
}
.first-info h4:hover {
   display: none;
}

.admy-fnt .img-area {
    height: 250px;
    overflow: hidden;
}
.admy-fnt .img-area img {
    height: 100%;
    overflow: hidden;
}
.title-area h5 {
    text-align: center;
    font-size: 18px;
    margin: 5px 0px;
}
ul.logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
 }
ul.logos li {
    padding: 0 4px;
    text-align: center;
}

.footer-area {
    background: #000;
    padding: 40px 0px 20px;
}
.social-links ul li {
    display: inline-block;
}
.social-links ul li a {
   background: #dddddd;
    color: #000000;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links ul li a:hover {
    background: linear-gradient(-19deg, #4776e6 10%, #8e54e9);
    color: #fff;
}
.footer-area a {
   text-decoration: none;
   color: #fff;
}

.foot-data h4 {
    font-size: 1.5rem;
    color: #ff9000;
}
.foot-data p {
    font-size: 15px;
    color: #fff;
}
.foot-data strong {
    color: #a29d02;
}
.foot-menu a {
    margin-bottom: 5px;
}

.inr-pg-banner .carousel-item {
    height: 400px;
    overflow: hidden;
}
.inr-pg-banner .carousel-item img {
    object-fit: cover;
}
.inr-data.border.shadow.p-3 {
    height: 100%;
}

.navbar-toggler {
    background-color: #fda12a;
    border: 1px solid transparent;
    border-radius: 2px;
}
.navbar-toggler .fa {
    color: #fff;
}

.navbar-toggler-icon {
    height: 24px;
}

.title-heding {
    font-size: 40px;
}


.home-slider-tittle {
    background: #fff;
    color: #000;
    z-index: 9999;
    display: block;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 13px;
    left: 0;
    font-size: 26px;
    font-weight: 600;
}














/*---Responsive-Css---*/

@media (max-width: 1199.98px) { 

.carousel-indicators {
    bottom: 60px;
    }

}

@media (max-width: 991.98px) { 

.carousel-indicators {
    bottom: -125px;
    }
.home-slider-tittle {
    padding: 5px 13px;
    font-size: 12px;
    }

}

@media (max-width: 767.98px) { 

    .header-area {
        padding: 0px 0px;
    }
   .navbar-brand {
        font-size: 15px;
    }
.home-slider .carousel-item {
    height: 350px;
   }
.carousel-indicators {
    bottom: 150px;
    }

}