@font-face {
    font-family: 'Poppins-bold';
    src: url('../fonts/Poppins_bold/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins_bold/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-semi';
    src: url('../fonts/Poppins_semiBold/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins_semiBold/Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-reg';
    src: url('../fonts/Poppins_reg/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins_reg/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-light';
    src: url('../fonts/Poppins_light/Poppins-Light.woff2') format('woff2'),
        url('../fonts/Poppins_light/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-medium';
    src: url('../fonts/Poppins_medium/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins_medium/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Mouldy-Cheese';
    src: url('../fonts/mouldy/MouldyCheese-Regular.woff2') format('woff2'),
        url('../fonts/MouldyCheese-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oddly-Calming';
    src: url('../fonts/oddly/OddlyCalming-Regular.woff2') format('woff2'),
        url('../fonts/oddly/OddlyCalming-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    max-width: 100%;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol,
dl,
.row {
    margin: 0;
    padding: 0;
}


/* Header Starts */

.top_header {
    background: linear-gradient(to right, #2f27ce 0%, #0477e2 50%, #01315e 100%);
    padding: 20px 0;
    color: #f5f5f5;
}

.top_header_content {
    width: 26%;
    text-align: end;
}

.top_header_content span {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Poppins-reg";
}

.top_header_content:nth-child(2) {
    width: 23%;
}

.top_header_content:last-child {
    width: 8%;
}

.top_header_content .fas,
.top_header_content a .fab {
    padding-right: 14px;
    font-size: 1.3rem;
}

.top_header_content .fa-phone-alt {
    rotate: 36deg;
}

.top_header_content a {
    color: #f5f5f5;
    text-decoration: none;
}

/* Header */

/* Navbar */

.logo h1 {
    margin-bottom: 0;
}

.logo h1 a {
    text-decoration: none;
    font-size: 2.2rem;
    font-weight: 300;
    font-family: 'Oddly-Calming';
    text-transform: uppercase;
    color: #01315e;
}

.logo p {
    font-size: 0.9rem;
    font-weight: 400;
    font-family: 'Poppins-medium';
    color: #01315e;
}

.navbar-expand-lg .navbar-collapse,
.navbar>.container-fluid {
    justify-content: flex-end;
}

.navbar-light .navbar-toggler {
    color: #01315e;
    border-color: rgba(255, 255, 255, 0.6);
}

.dropdown-item,
.navbar-light .navbar-nav .nav-link {
    font-size: 1rem;
    font-weight: 500;
    font-family: 'Poppins-medium';
    color: #01315eb4;
}

.navbar-light .navbar-nav .nav-link.active {
    color: #01315e;
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.4);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #01315e;
}

.navbar-toggler-icon {
    background-image: url("../images/menu.png") !important;
}

/* Navbar Ends */

.carousel-item img {
    height: 604px;
    width: 100%;
}

.carousel-control-prev-icon {
    background-image: url("../images/left-arrow.png");
}

.carousel-control-next-icon {
    background-image: url("../images/right-arrow.png");
}

.carousel-indicators [data-bs-target] {
    background-color: #212121;
}

/* Main Start */

main {
    margin: 25px 0 75px 0;
}

/* About */

.about-bg {
    position: relative;
}

.about {
    background: #fff;
    margin: 20px 0;
    padding: 50px 15px;
}

.main-title {
    font-size: 2rem;
    font-weight: 900;
    font-family: 'Poppins-bold';
    color: #212121;
}

.main-title .color-capitals {
    color: #02498c;
    text-transform: uppercase;
}

.main-title .font_title {
    font-size: 2.5rem;
    font-weight: 300;
    font-family: 'Oddly-Calming';
}

.main-title .capital {
    color: #02498c;
}

.about-img {
    text-align: center;
}

.about-img img {
    width: 100%;
    height: auto;
    filter: drop-shadow(2px 2px 5px #212121);
    border-radius: 10px;
}

.about-para {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Poppins-reg';
    color: #212121;
    width: 100%;
    text-align: justify;
    line-height: 1.7rem;
}

.about-para-list {
    margin-top: 5px;
    font-size: 1rem;
    font-weight: 600;
    font-family: 'Poppins-semi';
    color: #212121;
}

.about-para-list::before {
    content: '\21AA';
    color: #C62E2E;
    padding-right: 10px;
    font-size: 1.1rem;
}

.btn-primary {
    background-color: #02498c;
    color: #f5f5f5;
    font-size: 1rem;
    font-weight: 400;
    font-family: "Poppins-reg";
    margin: 5px 0 10px 0;
}

.btn-primary:focus,
.btn-primary:hover {
    background-color: #02498c;
    color: #f5f5f5;
    outline: none;
    border: none;
}

/* About Ends */

/*  Chairman Starts */

.sub-title {
    font-size: 1.1rem;
    font-weight: 500;
    font-family: 'Poppins-medium';
    color: #212121d4;
    margin: 20px 0;
}

.chairman-details {
    text-align: end;
}

.Chairman-img img {
    width: 75%;
    height: 350px;
}

.chairman-details .name-Chairman {
    font-size: 1.3rem;
    font-weight: 700;
    font-family: 'Poppins-semi';
    color: #02498c;
    margin-bottom: 2px;
}

.chairman-details .title-Chairman {
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Poppins-light';
    color: #21212175;
}

.chairman-details .para-chairman {
    font-size: 0.9rem;
    font-weight: 300;
    font-family: 'Poppins-light';
    color: #21212198;
    margin-bottom: 2px;
}

/*  Chairman Ends */

/* Why US */

.WhyChoose,
.Journey {
    margin: 50px 0;
    padding: 30px 0;
}

.why .why-head-title {
    font-size: 2rem;
    font-weight: 900;
    font-family: "Poppins-bold";
    color: #212121;
    text-transform: uppercase;
}

.why .why-head-title .color-capitals {
    color: #02498c;
    text-transform: uppercase;
}

.Journey_img img {
    height: 450px;
}

.why .why-para {
    font-size: 1rem;
    font-weight: 400;
    font-family: "Poppins-reg";
    color: #212121;
    width: 100%;
    text-align: justify;
    margin: 12px 0;
    text-indent: 30px;
}

.why ul {
    padding-left: 0;
}

.why ul li {
    list-style-type: none;
    font-size: 1rem;
    font-weight: 400;
    text-align: justify;
    font-family: "Poppins-reg";
    color: #212121;
    margin: 10px 0;
}

.why ul li .fas {
    padding-right: 10px;
    font-size: 0.9rem;
    color: #01315e;
}

.why ul li span {
    font-size: 1.1rem;
    font-weight: 700;
    font-family: "Poppins-semi";
    color: #212121;
}

/* Why US Ends */

/* Get in Touch */

.getintouch {
    margin-top: 110px;
}

.getintouch .get_img img {
    height: 440px;
    width: 100%;
}

.getintouch .form_get {
    border-style: solid;
    border-width: 1px;
    border-color: #04175E;
    padding: 30px 20px;
}

.getintouch .form_get h3 {
    font-size: 2rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: #02498c;
}

.getintouch .form-group {
    margin: 10px 0;
    padding: 0 10px;
}

.getintouch .form-group .form-label {
    font-size: 0.9rem;
    font-weight: 500;
    color: #212121;
    text-transform: uppercase;
}

.getintouch .form-group .form-control,
.getintouch .form-group .form-select {
    border-color: #04175E;
}

.getintouch .btn {
    width: 120px;
    background-color: #01315e;
    color: #EBEAFF;
    border: none;
}

.getintouch .btn:focus,
.getintouch .btn:hover,
.getintouch .btn:active,
.getintouch .btn:focus-visible,
.getintouch .btn:target,
.getintouch .btn:first-child:active {
    background-color: #02498c;
    border-color: #02498c;
    outline: none;
    box-shadow: none;
}

/* Get in touch Ends */

/* Gallery */

.gallery h2 {
    font-size: 2rem;
    font-weight: 900;
    font-family: "Poppins-bold";
    color: #02498c;
}

.gallery .gallery_img h3 {
    font-size: 1.3rem;
    font-weight: 700;
    font-family: "Poppins-semi";
    color: #212121;
}

.gallery .gallery_img p {
    font-size: 13px;
    font-weight: 300;
    font-family: 'Poppins-light';
    color: #212121;
    text-align: justify;
}

.gallery .gallery_text {
    width: 80%;
    margin-top: 80px;
    color: #212121;
    transition: all ease-in-out 5s;
}

.gallery .gallery_text p {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'Poppins-reg';
    color: #212121;
    text-align: justify;
}

.gallery .gallery_img {
    padding: 5px 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    border-radius: 10px;
    width: 23.9% !important;
    margin: 0 7px;
    color: #212121;
    text-decoration: none;
}

.gallery_img img {
    margin: 10px 0 20px 0;
    height: 175px;
    border-radius: 10px;
    width: 100%;
}

.gallery_img .gallery-tx {
    text-decoration: none;
    color: #212121;
}


/* Footer Start */

footer {
    background: url("../images/footer_bg.jpg") no-repeat;
    height: 304px;
    margin: 20px 0 0 0;
}

.wrapper-footer {
    background: linear-gradient(to right, #01315e 0%, #2f27ce 50%, #0477e2 100%);
    color: #f5f5f5;
    padding: 40px 0;
}

.aboutus,
.gettouch,
.subscribe {
    width: 28%;
    padding: 50px 10px 20px 10px;
}

.quickLink {
    width: 15%;
    padding: 50px 10px 20px 10px;
}

.footer_title {
    font-size: 1.2rem;
    font-weight: 700;
    font-family: "Poppins-semi";
    position: relative;
    margin-bottom: 20px;
}

.footer_title::after {
    content: '';
    position: absolute;
    left: 1px;
    bottom: -4px;
    width: 12%;
    height: 4px;
    background-color: #f5f5f5;
}

.footer_title_sec .fab {
    font-size: 1.3rem;
    margin-right: 8px;
    color: #04175E;
    background-color: #f5f5f5;
    padding: 7px 8px;
    border-radius: 50%;
}

.footer_para {
    font-size: 0.9rem;
    font-weight: 400;
    font-family: "Poppins-reg";
}

.footer_link {
    padding-left: 0;
}

.footer_link li {
    list-style-type: none;
    margin: 5px 0;
}

.footer_link li a {
    text-decoration: none;
    font-size: 0.9rem;
    font-weight: 400;
    font-family: "Poppins-reg";
    color: #f5f5f5;
}

.ad,
.phn,
.email {
    margin: 15px 0;
}

.ad i,
.phn i,
.email i {
    font-size: 1rem;
    font-weight: 700;
    color: #04175E;
    background-color: #f5f5f5;
    padding: 8px;
    border-radius: 50%;
    margin: 0 8px;
}

.input_email {
    position: relative;
}

.input_email input {
    width: 100%;
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins-reg";
    border: none;
    border-radius: 5px;
    outline: none;
}

.input_email input::placeholder {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins-reg";
    color: rgb(33, 33, 33, 0.35);
}

.input_email button {
    position: absolute;
    top: 3px;
    right: 6px;
    outline: none;
    background: transparent;
    border: none;

}

.input_email button i {
    font-size: 14px;
    color: rgb(33, 33, 33, 0.25);
}

.footer_bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 15px 0;
    text-align: end;
}

.footer_bottom_para {
    font-size: 14px;
    font-weight: 400;
    font-family: "Poppins-reg";
    margin-bottom: 0;
}

.footer_bottom_para a {
    text-decoration: none;
    color: #f5f5f5;
}

/* Footer Ends */

/* goTopBtn */

#goTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 16px;
    background-color: #01315e;
    color: #f5f5f5;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
}

#goTopBtn:hover {
    background-color: rgba(33, 33, 33, 0.626);
}

/* goTopBtn Ends */