/* @import url(); */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
}

:root {

    --bg-white: #fff;
    --primary-text: #000;

    --bg-black: #0000009a;
    --bg-blue: #18355E;
    --bg-pink: #F73449;
    --bg-gray: #D9D9D9;
    --text-white: #fff;
    --bg-purple: #7a81a8;

}



h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    color: white;
}

body {
    font-family: 'Poppins', sans-serif;
    height: auto;
    width: 100%;
    font-size: 100%;
    font-weight: 400;
    overflow-x: hidden;
    /* overflow-y: hidden; */
}

a,
a:hover {
    text-decoration: none;
}


.top-bar {
    width: 100%;
    background: var(--bg-blue);
    padding: 0.3rem 0.7rem;
    height: auto;
    margin: 0;
}

.top-bar .top-bar-wrapper {
    text-align: left;
    /* box-shadow: 1px 0px 2px #0c5f80, -1px 0px 2px #1289b8; */
}

.top-bar .navbar-nav .nav-link {
    color: var(--text-white);
    text-transform: capitalize;
    font-size: 15px !important;
    /* font-weight: 60; */
}

.top-bar .navbar-nav .nav-item {
    border-right: 2px solid white;
}

.top-bar .navbar-nav .nav-item .nav-link {
    padding: 0px 8px;

}

.top-bar .border-none {
    border: none !important;
}

.top-bar .phone-no {
    color: var(--text-white);
    font-size: 15px !important;
}

.top-bar .phone-no i {
    color: var(--text-white);
    padding-right: 5px;
}

.top-bar i.fa-solid.fa-phone {
    align-items: center;
    padding: 5px;
}

.header-section .header-wrapper {
    width: 100%;
    left: 0;
    z-index: 1000;
    transition: all 0.3s ease-out;
}

.header-section .header-shadow {
    box-shadow: 0 0.125rem 0.675rem rgb(0 0 0 /5%);
}

.header-section .custom-navbar-toggler-icon {
    color: white;

}

.header-section .navbar-toggler:focus {
    box-shadow: none;

}

.button-position {
    padding: 2.625rem 0rem;
}


.header-section .header-wrapper .navbar {
    margin: 0px;
    padding: 0px;
    background-color: var(--bg-black);
    /* z-index:2; */

}


.container {
    padding: 10px !important;
}

.header-section .header-wrapper .navbar .navbar-nav .nav-link {
    color: var(--text-white);
}

.navbar .navbar-nav .nav-btn {
    padding-left: 5px;
}

.header-wrapper .navbar-brand .logo {
    padding-left: 5px;
    height: 40px;
    width: 100%;
}

.header-wrapper .nav-dropdown {
    background-color: var(--bg-black);
}

.header-wrapper .nav-dropdown .dropdown-divider {
    border-color: var(--bg-gray) !important;
}


.banner-section {

    width: 100%;
    /* background: url('./images/banner2.jpg') no-repeat center; */
    /* background-size: cover; */
    height: 500px;
    overflow: hidden;
}

.banner-section #background-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    left: 0;
    right: 0;
    margin-top: 100.5px;
    top: 0px;
    bottom: 0;
    z-index: -1;
}

.banner-section .content-overlay {
    position: absolute;
    /* top: 100.5px; */
    margin-top: 100.5px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.banner-section .banner-wrapper {
    background-color: rgba(0, 0, 0, 0.55);
    height: inherit;
    z-index: 9;
}

.banner-section .banner-wrapper .container {
    padding-top: 5rem;
}

.banner-section .banner-wrapper .banner-overlay-img1 {
    max-height: 120px;
}

.banner-section .banner-image-container .card {
    border: none;
    background-color: transparent;
    padding: 20px;
}

.banner-image-container .img-height {
    max-height: 150px;
}

/* .banner-section .banner-image-container .card .cat-image img{
    height: 200px;
    width: 200px;
} */


/* .banner-section .image-container-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.banner-section .image-container-wrapper .image-container {
    width: 33.33%;


}

.banner-section .image-container-wrapper .image-container .custom-gap {
    margin: 40px;
}

.banner-section .image-container-wrapper .image-container img {
    height: 200px;
    width: 200px;
}

.banner-section .image-container-wrapper .image-container p {
    display: block !important;
    width: 100%;
} */
.img-height {
    height: 200px;
}

.experience-section {
    background-color: var(--bg-blue);
    padding: 7px 0px;
    height: auto;
}

.experience-section .experience-wrapper {
    padding-left: 30px;
    padding-right: 30px;
}

.text-justify {
    text-align: justify !important;
}

.contact-section {
    padding: 40px;
    background-color: var(--bg-purple);
    height: auto;
}

.resource-wrapper h2 {
    padding: 2px 0px;
}

.resource-wrapper {
    padding: 40px 35px;
    text-align: center;
}

.resource-wrapper .img-height {
    height: auto;
    object-fit: cover;
    overflow: hidden;
}

.resource-container .card .cat-image {
    /* height: 200px; */
    height: 190px;
    object-fit: cover;
    overflow: hidden
}
.resource-section .resource-container .card-height {
    /* height: 300px; */
    height: 100%;
    object-fit: cover;
    overflow: hidden;
}


/* .custom-gap {
    padding: 20px;

} */

.resource-container .card {
    background-color: var(--bg-gray);
}

/* .resource-wrapper img {
    max-width: 100%;
    min-height: 70%;
    max-height: 70%;
}

.resource-wrapper .description {
    height: 150px;
    background-color: var(--bg-gray);
}

.resource-wrapper .description h1 {
    padding: 30px;

} */

.top-bar .navbar-toggler {
    color: var(--text-white);
    outline: none;
}

.info-wrapper {
    background-color: var(--bg-blue);
}

/* .partner-wrapper .carousel-item img{
    width:100px;
    height: 100px;
} */

/* .partner-wrapper .carousel-inner {
    display: flex; */
/* justify-content: space-between; */
/* } */

.partner-wrapper .carousel-inner .carousel-item card {
    /* width: 300px; */
    height: 180px;
}



.partner-wrapper .carousel-inner .carousel-item img {
    /* width: 300px; */
    height: 160px;
}

.partner-wrapper h1 {
    font-size: 65px;
}

.testimonial-wrapper .card {

    height: 100%;
    border: none;
}

.testimonial-wrapper .card-body {
    background-color: #D9D9D9;
    padding: 140px 30px 30px 10px;
    position: relative;
    z-index: 100;
}


.testimonial-card .avatar {
    position: absolute;
    z-index: 500;
    width: 150px;
    left: 0;
    right: 0;
    margin-top: -50px;
    display: block;
    overflow: hidden;
    border: 3px solid #fff;
    border-radius: 50%;
}

.testimonial-card .avatar img {
    height: 150px;

}

.testimonial-section {
    padding: 30px;
    background: var(--bg-purple);
}

.testimonial-wrapper {
    padding: 60px 10px 10px 10px;
}

.testimonial-wrapper .testimonial-container {
    background: var(--bg-gray);

}

/* .testimonial-wrapper .custom-gap{
    padding:20px 10px;
} */

/* .image-container {
    display: flex;
    width: 100%;
   
}

.testimonial-wrapper {
    padding: 50px;
}

/* .testimonial-wrapper .testimonial-text{
    margin-top:-10px;
} */
/* .testimonial-wrapper .image-container {
    padding: 0px 40px;
    z-index: 500;
    position: absolute;
    left: 0;
    right: 0;

}

.testimonial-wrapper .image-container .image-wrapper {

    width: 33.33%;

}

.image-container .image-wrapper img {
    margin-left: auto;
    margin-right: auto;
    display: block;
    height: 200px;
    width: 200px;
    border: 2px solid black;
    border-radius: 50%;
}

.testimonial-wrapper .testimonial-text {
    display: flex;
    position: relative;
    margin-top: 100px;
    z-index: 100;
}

.testimonial-wrapper .testimonial-text .testimonial-container {

    padding-top: 150px;
    padding-left: 30px;
    padding-right: 30px;
}

.testimonial-wrapper .testimonial-text .testimonial-container p {
    font-size: 14px;
    justify-content: center;
}

.testimonial-wrapper .testimonial-text .custom-gap {
    margin-left: 30px !important;
    margin-right: 30px !important;
} */

.carousel-inner .carousel-item.active {
    display: flex;
}

.footer_wrapper {
    background-color: var(--bg-gray);
}

.footer_wrapper .footer-bottom {
    padding-top: 0px 5px 5px 5px;
    height: auto;
    display: flex;
    justify-content: space-between;

}

.footer-img {
    display: flex;
    /* justify-content: center; */
    /* align-items: center; */
}

/* .footer-img img {
    width: 90%;
    height: 90%;
} */

h1 {
    font-size: 8rem;
    font-weight: 900;
    margin-bottom: 3rem;


}

h2 {
    font-size: 2.25rem;
    font-weight: 700;
    margin-bottom: 3rem;
    line-height: 3rem;

}

.wrapper {
    padding-top: 8.25rem;
    padding-bottom: 8.25rem;
}

.main-btn {
    display: inline-block;
    padding: 0.324rem 1.775rem;
    line-height: 1.5625rem;
    background-color: transparent;
    color: var(--bg-white);
    border: 0.1875rem solid gray;
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    text-decoration: none;
}

.main-btn:hover {
    display: inline-block;
    padding: 0.324rem 1.775rem;
    line-height: 1.5625rem;
    background-color: var(--bg-white);
    color: var(--primary-text);
    border: 0.1875rem solid var(--bg-white);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    text-decoration: none;
}

.pink-btn {
    text-decoration: none;
    display: inline-block;
    padding: 0.425rem 1.875rem;
    line-height: 1.5625rem;
    background-color: transparent;
    color: var(--primary-text);
    border: 0.1875rem solid var(--bg-blue);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;

}

.pink-btn:hover {
    text-decoration: none;
    display: inline-block;
    padding: 0.425rem 1.875rem;
    line-height: 1.5625rem;
    background-color: var(--bg-blue);
    color: var(--bg-white) !important;
    border: 0.1875rem solid var(--bg-blue);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;

}

.white-btn {
    display: inline-block;
    padding: 0.324rem 1.7rem;
    line-height: 1.5625rem;
    background-color: var(--bg-white);
    color: var(--primary-text);
    border: 0.1875rem solid var(--bg-white);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    text-decoration: none;

}

.white-btn:hover {
    display: inline-block;
    padding: 0.324rem 1.7rem;
    line-height: 1.5625rem;
    background-color: transparent;
    color: var(--bg-white);
    border: 0.1875rem solid var(--bg-gray);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    text-decoration: none;

}

.secondary-white-btn {
    display: inline-block;
    text-decoration: none;
    padding: 0.425rem 1.875rem;
    line-height: 1.5625rem;
    background-color: transparent;
    color: var(--primary-text);
    border: 0.1875rem solid var(--bg-white);
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;
    box-shadow: 0px 2px 10px -1px rgb(0 0 0 /19%);
    -webkit-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;

}

.footer_wrapper .footer-container .footer-img-container,
.footer_wrapper .footer-container .footer-img-container1 {
    max-height: 200px !important;
    padding: 10px 10px;
}

.footer-container .footer-img-container img {
    max-height: 180px;
}

.footer-container .footer-img-container1 img {
    max-height: 130px;
}

.subpage-section {
    width: 100%;
    height: auto;
}

.subpage-section .img-container img {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    object-fit: cover;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;

}

.subpage-section .img-container {
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
    height: auto;
    /* border: 1px solid black; */
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
    height: inherit !important;
    background-color: rgba(0, 0, 0, 0.55);
}

.our-section {
    margin: 20px 20px;
    padding: 20px;
}

.our-section .testimonial-card {
    padding: 40px;
    margin: 20px;

}



.our-section .testimonial-card .card-body {
    height: 250px;
    overflow: hidden;
}

.our-section .our-wrapper {
    /* height: 295px; */
    height: auto;
    overflow: hidden;
}

.contact-section .border {
    padding: 5px;
    border: 3px solid var(--text-white) !important;
}