@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    overflow-x: hidden;
}

.top_headfirst {
    background-color: #4d669c;
    position: relative;
}

.top_headsecond {
    background-color: #01a2a6;
}

.contact_details {
    display: flex;
    justify-content: space-evenly;
    padding: 10px;
}

.contact_details li {
    list-style-type: none;
    color: white;
    font-weight: bold;
}

.contact_details li a,
.contact_details li i {
    color: white;
    font-weight: bold;
}


/* .top_headfirst::before{
    position: absolute;
    content: '';
    height: 30px;
    width: 20px;
    background-color: red;
} */
/* 
.top_headfirst::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    z-index: 0;
    background: #f18813;
}

.top_headfirst::after {
    content: '';
    position: absolute;
    top: 0;
    right: -5px;
    width: 54%;
    height: 100%;
    z-index: -1;
    transform: skew(-26deg);
    padding-left: 20px;
    background: #f18813;
} */

.nav-item a {
    color: #111;
}

footer {
    background-color: #4c4d4c;
    padding: 50px 4px;
}

footer .elementor-heading-title {
    color: white;
    font-weight: bold;
    font-size: 18px;
}

footer ul li {
    list-style-type: none;
}

footer ul li a {
    color: white;
}

.carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.carousel-inner {
    height: 600px;
}

.carousel-caption {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100% !important;
    background: rgba(0, 0, 0, .4);
}

.carousel-caption h2 {
    margin-top: 20%;
    text-transform: uppercase;
    font-family: "Rubik", sans-serif;
    font-weight: 600;

}

.home_img {
    transition: .3s;
    border-radius: 10px;
}

.home_img:hover {
    box-shadow: none;
    transition: .3s;
}

.owl-carousel .owl-item img {
    display: inline-block !important;
    width: auto;
}

.author-img img {
    width: 70px !important;
    height: auto;
    border-radius: 100%;
}

.font-medium {
    font-weight: 500;
}

.border-radius-new {
    border-radius: 20px;
}

img.comms {
    width: 40px !important;
    height: auto;
}

@media screen and (max-width: 678px) {
    .carousel-inner {
        height: auto;
    }

}
.our_work_content{
    margin-top:20px;
}
.our_impact li{
    margin-top:20px;
}