/* 

body {
  font-family: 'Poppins', sans-serif;
}

*{
  font-family: 'Poppins', sans-serif;
} */
/* Navbar Start */
.navbar {
    /* padding: 10px 15px; */
    padding: 0px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.navbar-dark {
    background-color: #2d5391;
}

.navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #f5bb29 !important;
}

.logo-section {
    background-color: white;
    height: 78px;
}

.logo-section a {
    margin: 0px auto;
    padding: 10px;
}

.logo-section .logo {
    width: 84px;
}

.navbar-nav .nav-link {

    margin-right: 15px;
    transition: color 0.3s ease;
}

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

.navbar-collapse .navbar-nav {
    gap: 7px;
}

.nav-item .nav-link {
    color: #fffbff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}


.main-item {
    height: 90vh;
}

/* Slider Custom Styles */
.carousel-item img {
    /* height: 90vh; */
    object-fit: cover;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 10px;
}

.carousel-caption h2 {
    font-size: 2rem;
    font-weight: bold;
}

.carousel-caption p {
    font-size: 1.2rem;
}

/* slider end */

/* About Section */
.about-section {
    background: #f9f9f9;
}

.section-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #fffbff;
}

.section-title span {
    color: #f8b400;
}

.section-text {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
}

.about-list {
    list-style: none;
    padding: 0;
}

.about-list li {
    font-size: 1.1rem;
    margin-bottom: 10px;
    color: #fffbff;
    font-weight: 600;
    display: flex;
    align-items: center;
}

.about-list i {
    color: #f8b400;
    margin-right: 10px;
    font-size: 1.3rem;
}

.btn-primary {
    background: #2d5391;
    border: none;
    padding: 10px 20px;
    font-size: 1rem;
    font-weight: bold;
    transition: 0.3s;
}

.btn-primary:hover {
    background: #d89b00;
}

/* About Section Styling */
.trainer-profile {
    height: 355px;
    background: #fff;
    padding: 20px;
    border-left: 5px solid #2d5391;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.trainer-name {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2d5391;
}

.trainer-profile_about {
    height: 355px;
    background: #fff;
    padding: 20px;
    border-left: 5px solid #2d5391;
    box-shadow: 0 4px 6px rgb(45 83 145 / 49%);
    border-radius: 8px;
}

.trainer-title {
    font-size: 16px;
    color: #2d5391a3;
    font-weight: 600;
    margin-bottom: 5px;
}

.trainer-text {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 10px;
}


/* about cards */
/* Custom Card Design */
.custom-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.carousel-control-next,
.carousel-control-prev {
    width: auto !important;
}

.logo-section {
    background: #f9f9f9;
}

.card-img {
    width: 100%;
    /* height: 220px; */
    object-fit: cover;
}

.card-content {
    padding: 15px;
    text-align: center;
}

.card-title {
    font-size: 20px;
    font-weight: bold;
    color: #2d5391;
    margin-bottom: 0px;
}

.card-text {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

.btn-primary {
    background: #2d5391;
    border: none;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: bold;
    transition: background 0.3s ease;
    border-radius: 5px;
}

.btn-primary:hover {
    background: #2d5391;
}

label span {
    color: red;
}

.main-services-box:hover h3 {
    color: #ffffff;
    font-size: 19px;
}

/* about-card-section */
.about-card-section .card-title {
    color: #2d5391;
}

.about-card-section .card-text {

    font-size: 14px;
    color: #fffbff;
}

.about-card-section .card-body {
    background: #f5bb29;
    cursor: pointer;
}

.main-card .card {
    cursor: pointer;
}

a {
    text-decoration: auto;
}

.custom-carousel {
    padding: 20px 0;
    background-color: #f8f9fa;
}

.custom-carousel-item {
    display: flex;
    justify-content: space-between;
}

.custom-carousel-item img {
    max-height: 100px;
    object-fit: contain;
    width: 24%;
}

.custom-carousel-control-prev,
.custom-carousel-control-next {
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 10px;
}

.heading-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2d5391;
}


/* Testimonial */
.testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2d5391;
}

.testimonial-slide {
    padding: 20px;
}



/* Top Section */
.testimonial_box-top {
    background-color: #dde3ed;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    position: relative;
    box-shadow: 5px 5px 20px rgba(229, 229, 229, 0.301);
}

/* Icon */
.testimonial_box-icon {
    margin-top: -12px;
    padding-right: 20px;
}

.testimonial_box-icon i {
    font-size: 25px;
    color: #2d5391;
}

/* Text */
.testimonial_box-text p {
    color: #707070;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
}

/* Shape */
.testimonial_box-shape {
    position: absolute;
    bottom: -10px;
    left: 50px;
    width: 20px;
    height: 20px;
    background-color: #dde3ed;
    -webkit-transform: rotateZ(50deg);
    transform: rotateZ(45deg);
}

.testimonial_box-text h3 {
    font-size: 15px;
    font-weight: 700;
}

/* Bottom Section */
.testimonial_box-bottom {
    padding-top: 35px;
    padding-left: 25px;
}

/* Profile */
.testimonial_box-profile {
    display: flex;
}

/* Image */
.testimonial_box-img {
    display: flex;
    justify-content: center;
}

.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

/* Info */
.testimonial_box-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 20px;
}

/* Name */

.testimonial_box-name h4 {
    font-size: 16px;
    line-height: 25px;
    color: #2d5391;
    margin-bottom: 0;
}

/* Job */
.testimonial_box-job p {
    color: #555555;
    font-size: 14px;
    /* text-transform: uppercase;
        letter-spacing: 3px; */
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
}


/* Slick Dots */
.slick-dots li button:before {
    font-size: 15px;
    color: #e5e5e5;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #fffbff !important;
}

.slick-dots li button:before {
    color: #fffbff !important;
}

.testimonial .slick-prev {
    display: none !important;
}

.testimonial.slick-next {
    display: none !important;

}

.slick-dots li button:before {
    font-size: 11px !important;
}

.slick-next:before,
.slick-prev:before {
    font-size: 33px !important;
    color: #2d5391 !important;
}

.logo-card {
    width: 90% !important;
    margin: 0px auto;
    display: flex !important;
}



/* footer */
ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #2d5391;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #f8b400;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    padding: 10px;
    max-width: 125px;
    background: white;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: #fffbff;
    /* font-weight: 600; */
    line-height: 28px;
}

.footer-social-icon span {
    color: #fffbff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    /* font-family: 'Poppins', sans-serif; */
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fffbff;
    font-weight: 600;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    color: white;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #f8b400;
}

.footer-widget-heading h3 {
    color: #fffbff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #f5bb29;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #f5bb29;
}

.footer-widget ul li a {
    font-size: 14px;
    color: #fffbff;
    /* font-weight: 600; */
    text-transform: capitalize;

}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 8px 27px;
    background: #fffbff;
    border: 1px solid #d19f45;
    color: #1a0b49;
    border-radius: 5px;
    font-size: 14px;
}

form:focus-visible {
    outline: none !important;
}

.subscribe-form input:focus-visible {
    outline: none !important;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #f5bb29;
    padding: 9px 20px;
    border: 1px solid #f5bb29;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #01255f;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #fff;
}

.copyright-text p a {
    color: #f5bb29;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #f5bb29;
}

.footer-menu li a {
    font-size: 14px;
    color: #fff;
}

.testimonial .slick-next {
    display: none !important;
}

.testimonial .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #2d5391 !important;
}

.testimonial .slick-dots li button:before {
    color: #201919 !important;
}

/* corporate traning section */
.traning-section .card-body {
    padding: 0;

}

.traning-section .card-body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px; */
}

.card {
    border-radius: 0px;
}

.bullet-points ul {
    list-style: none;
    padding: 0;
}

.bullet-points ul li {
    padding-left: 30px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
}

.bullet-points ul li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #130649;
    font-weight: bold;
    font-size: 20px;
}

.training-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2d5391;
}

.traning-section .card-header {
    background-color: #f5bb29;
    color: #2d5391;
    font-weight: 700;
}

h5 {
    font-weight: 700;
}

.training-sec {
    padding: 1.5rem;
}



/* upcomming Events */



.event-section .events-date-day {
    color: rgb(255, 255, 255);
}

.event-section .events-date-month {
    color: rgb(255, 255, 255);
}




.event-section .events {
    -webkit-touch-callout: none;
    border-radius: 3px;
    box-sizing: initial;
    height: 52px;
    min-width: 52px;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 52px;
}

.event-section .grey {
    background-color: #bababaa7;
}

.event-section .events .events-date span,
.events .events-date span {
    display: inline-block;
    line-height: 1;
}

.event-section .events .events-date .events-date-day {
    font-size: 17px;
    font-weight: 700;
    margin-top: 4px;
    position: relative;
    text-align: center;
    top: 4px;
    width: 100%;
}

.event-section .events .events-date .events-date-month {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.event-section .events-date {
    line-height: 1.3;
}


.event-section .tags-list span {
    border-radius: 2px;
    color: #fff;
    cursor: default;
    display: inline-block;
    font-size: 12px;
    line-height: 1;
    margin-bottom: 4px;
    margin-right: 5px;
    padding: 4px 6px;
    position: relative;
}

.event-section .text-over {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    padding: 20px;
}

.event-section .card {
    border: 0 !important;
    border-radius: 0 !important;
}

.event-section .card-img-top {
    border-radius: 0 !important;
}

.event-section .image-container {
    position: relative;
    overflow: hidden;
}

.event-section .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 57%);
    z-index: 1;
}

.event-section .image-container .card-img-top {
    position: relative;
    z-index: 0;
}


/* Top left text */
.bottom-left {
    position: absolute;
    bottom: 14px;
    left: 16px;
    z-index: 999;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    color: #fff;
    font-size: 12px;
    z-index: 999;
    font-weight: 600;
}

.top-right {
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 999;
}

.events {
    box-shadow: 0.5rem 0.5rem #00000085, -0.5rem -0.5rem #cccccca3;
}

.event-section .card {
    border: 1px solid #eee;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.event-section .tags-list span {
    font-size: 11px !important;
}

.events {
    background: #ffa500c4;
}

.event-section .time {
    background-color: #907be3c2;
    text-transform: uppercase;
    font-weight: 600;
}

.event-section .tags-list-town {
    background-color: #366993e3;
    font-weight: 500;
}



/* team building  */
.team-card {
    position: relative;
    overflow: hidden;
    color: #fff;
    text-align: left;
    border: none !important;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    /* transform: scale(1.1); */

}

.img-responsive {
    transition: transform 0.3s ease-in-out;
    max-width: 100%;
    height: auto;
    object-fit: cover;
}

/* .team-card:hover img {
  transform: scale(1.1);
} */

.team-card .card-body {
    /* opacity: 0.9; */
    height: 260px;
    flex-grow: 1;
    background-color: #d7ad5f3d;
    padding: 0px;
}

.img_data {
    height: auto;
}

/* .main-card .img_data{
  height:235px;  
} */
.team-card .date {
    background-color: #fff;
    color: #700877;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
}

.team-card .card-header {
    background: #f5bb29;
    text-align: center;
}

.team-card .card-title {
    font-size: 15px;
}

.team-card .card-text {
    font-size: 13px;
    font-weight: 500;
}

.team-gallery .team-card .card-body {
    height: auto !important;
}

.fa-linkedin-in {
    background: #0077b5;
}

.fa-youtube {
    background: #ffffff;
}

.fa-instagram {
    background-color: white;
}

.btn-primarys {
    background: #2d5391;
    border: none;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: bold;
    color: white;
    transition: background 0.3s ease;
    border-radius: 5px;
}

.form-control:focus {
    box-shadow: none !important;
}

.form-control {
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.9;
}

.enquiry-form label {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 6px;
    font-weight: 500;
}

.btn-primarys:hover {
    background-color: #9b6500 !important;
    color: white;
}

/* logo section */
.partner-slider {
    width: 100%;
    margin: 0 auto;
}

.partner-logo {
    height: 120px;
    display: flex;
    background: white;
    margin-left: 5px;

}

.partner-logo img {
    width: 100%;
    height: 100px;
    align-self: center;
    margin: 0 auto;
    transition: transform 0.3s ease;
    border: 2px solid #000000;
}

.testimonial-section {
    padding: 25px;
}


/* contact- us  */
.contact-section ul {
    list-style: none;
    padding: 0;
}

.brand {
    text-align: center;
}

.brand span {
    color: #fff;
}

.wrapper {
    box-shadow: 0 0 20px 0 rgba(72, 94, 116, 0.7);
    margin: 3% 0px;
}

.wrapper>* {
    padding: 1em;
}

.company-info {
    background: #2d5391;
}

.company-info h3,
.company-info ul {
    text-align: center;
    margin: 0 0 1rem 0;
}


.contact {
    background: #f9feff;
}


.contact form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
}

.contact form label {
    display: block;
    font-size: 15px;
    /* font-weight: 600; */
    color: #555555;
    margin-bottom: 10px;
}

.contact form p {
    margin: 0;
}

.contact form .full {
    grid-column: 1 / 3;
}

.contact form button,
.contact form input,
.contact form textarea {
    width: 100%;
    padding: 0.7rem;
    border: 1px solid #c9e6ff;
}

.contact form textarea {
    resize: none;
}

.contact form button {
    background: #2d5391;
    border: 0;
    text-transform: uppercase;
    color: white;
    font-weight: 600;
}

.contact form button:hover,
.contact form button:focus {
    background: #f5bb29;
    color: #fff;
    outline: 0;
    transition: background-color 2s ease-out;
}

.contact-info ul,
li,
a {
    list-style: none;
    text-decoration: none;
}

.contact-info .social {
    margin-top: 48px;
}

.contact-info .shape {

    top: 40px;
    padding: 40px;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;

}


.contact-info .info {
    margin: 10px 0px;
}

.contact-info .info li {
    display: flex;
    margin-bottom: 30px;
    line-height: 25px;
}

.contact-info .info span {
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info .info i {
    font-size: 30px;
    width: 45px;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-info .social {
    width: 100%;
}

.contact-info .social ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
}



.contact-info .social a {
    padding: 7px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20%;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 6px 17px -2.5px #000;
}

.contact-info .social i {
    font-size: 29px;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s linear;
}



.social-icons li {
    display: inline-block;
    margin: 0 10px;
}

.social-icons a {
    font-size: 24px;
    text-decoration: none;
}


.fa-instagram {
    color: #E4405F !important;
    font-size: 30px;
}



.fa-facebook {
    color: #1877F2 !important;
}


.fa-linkedin {
    color: #0077B5 !important;
}


.fa-youtube {
    color: red !important;
}


.social-icons a:hover {
    opacity: 0.7;
}

.info {
    color: white;
    /* font-weight: 600; */
    font-size: 14px;
}

.logo-img {
    margin-bottom: 22px;
}

.contact form button,
.contact form input:focus-visible {
    outline: none !important;

}

.contact form button,
.contact form textarea:focus-visible {
    outline: none !important;

}

/* team building */
.our_info {
    background-color: #4c4b50;
}

.our_services {
    background-color: #2d5391;
}

.our_info_data {
    padding: 25px 50px;
}

.our_info_data h3 {
    font-size: 20px;
    text-decoration: underline;
    color: white;
    font-weight: 700;
}

.our_info_data li {
    color: white;
    font-weight: 500;
    font-size: 16px;
}

.heading-paragraph {
    font-size: 17px;
    text-align: center;
    font-weight: 500;
    color: #555555;
    margin-bottom: 32px;
}

.team-building .heading-title {
    margin-bottom: 10px;
}


/* team buils */

.main-services-box {
    background-color: #ffffff;
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.2);
    padding: 10px 31px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 35px;
}


.main-services-box .icon img {
    width: 40px;

}

.main-services-box .icon {
    margin-bottom: 20px;
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
    background-color: #f5bb29;
    color: #ffffff;
    font-size: 25px;
    transition: 0.5s;
}

.main-services-box h3 {
    transition: 0.5s;
    margin-bottom: 0;
    position: relative;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: 700;
    color: #555555;
}

.main-services-box h3 a {
    color: #121521;
}

.main-services-box h3::before {
    width: 0;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #ffffff;
    transition: 0.5s;
}

.main-services-box p {
    line-height: 1.7;
    transition: 0.5s;
    margin-top: 10px;
    margin-bottom: 0;
}

.main-services-box::before {
    width: 0;
    height: 100%;
    z-index: -1;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #f5bb29;
    transition: 0.5s;
}

.main-services-box::after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 10px solid #ffffff;
    left: -80px;
    bottom: -80px;
    border-radius: 50%;
    z-index: -1;
    opacity: 0.15;
    transition: 0.5s;
}

.main-services-box:hover {
    transform: translateY(-8px);
}

.main-services-box:hover::before {
    width: 100%;
}

.main-services-box:hover .icon {
    background-color: #2f5593db;
    color: #ffffff;
}

.main-services-box:hover h3 {
    color: #ffffff;
}

.main-services-box:hover h3::before {
    width: 80px;
}

.main-services-box:hover p {
    color: #ffffff;
}

.main-services-box:hover::after {
    left: -50px;
    bottom: -50px;
}




/* counter */
/* @import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow); */
@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow);

.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

.sectiontitle h2 {
    font-size: 30px;
    color: #222;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-left: 10px;
}


.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}


.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 50%;
    /* height: 100%; */
    padding: 50px 0px;
    text-align: center;
}

.projectFactsWrap .item:nth-child(1) {
    /* background: rgb(16, 31, 46); */
    background: rgb(245 187 41 / 95%);
}

.projectFactsWrap .item:nth-child(2) {
    /* background: rgb(18, 34, 51); */
    background: rgb(45 83 145);
}



.projectFactsWrap .item p.number {
    font-size: 40px;
    padding: 0;
    font-weight: bold;
}

.social-icons li a i.fa-google {
    background: linear-gradient(45deg, #4285F4 25%, #DB4437 50%, #F4B400 75%, #0F9D58 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

}

.projectFactsWrap .item p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    margin: 0;
    padding: 10px;
    /* font-family: 'Open Sans'; */
}


.projectFactsWrap .item span {
    width: 60px;
    background: rgba(255, 255, 255, 0.8);
    height: 2px;
    display: block;
    margin: 0 auto;
}


.projectFactsWrap .item i {
    vertical-align: middle;
    font-size: 50px;
    color: rgba(255, 255, 255, 0.8);
}


.projectFactsWrap .item:hover i,
.projectFactsWrap .item:hover p {
    color: white;
}

.projectFactsWrap .item:hover span {
    background: white;
}

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 50%;
    }
}

/* AUTHOR LINK */




.about-me-img {
    width: 120px;
    height: 120px;
    left: 10px;
    /* bottom: 30px; */
    position: relative;
    border-radius: 100px;
}


.authorWindow {
    width: 600px;
    background: #75439a;
    padding: 22px 20px 22px 20px;
    border-radius: 5px;
    overflow: hidden;
}

.authorWindowWrapper {
    display: none;
    left: 110px;
    top: 0;
    padding-left: 25px;
    position: absolute;
}





.trans {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.thank_btn {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #2d5391;
    text-decoration: none;
    border-radius: 5px;
}

.message {
    border-radius: 100%;
    font-size: 60px;
    color: #f9cd49;
    margin-bottom: 20px;
    padding: 25px;
    background: #2d5391;
}

.thank_you {
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 90px;
    background-color: #f4f7f9;
}


/* 
    .btn-Assessment{
      border: 1px solid #130649;
      border-radius: 50px;
      box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
      padding: 8px 10px !important;
      background: #0d0040;
      color: #fff;
    
      display: block;
    } */
.btn-Assessment {
    border: 1px solid #f5bb29;
    border-radius: 50px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 10%);
    padding: 8px 10px !important;
    background: #f5bb29;
    color: #0d0040a3 !important;
    display: block;
}

.btn-Assessment:hover {
    color: white !important;
    background: #f5bb29 !important;
}

.team-card .card-header {
    padding: 10px;
}

.card-header h5 {
    font-size: 19px;
}

@media screen and (max-width: 768px) {
    .authorWindow {
        width: 210px;
    }

    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 14px;
    }
}


.footer-social-icon .social a {

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20%;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 6px 17px -2.5px #000;
}

.footer-social-icon .social-icons li {
    display: inline-block;
    margin: 0 2px;
}

.footer-social-icon .social-icons {
    display: flex;
}





@media screen and (max-width: 768px) {
    .authorWindow {
        width: 210px;
    }

    .authorWindowWrapper {
        bottom: -170px;
        margin-bottom: 20px;
    }

    footer p {
        font-size: 14px;
    }
}


.footer-social-icon .social a {

    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20%;
    background: white;
    position: relative;
    overflow: hidden;
    box-shadow: 1px 6px 17px -2.5px #000;
}

.footer-social-icon .social-icons li {
    display: inline-block;
    margin: 0 2px;
}

.footer-social-icon .social-icons {
    display: flex;
}

.nav-item .nav-link {
    color: #fffbff !important;
}

@media screen and (min-width: 1900px) and (max-width: 2000px) {
    .nav-item .nav-link {
        font-weight: 700;
        font-size: 15px;
    }
}

@media screen and (min-width: 1900px) and (max-width: 2000px) {
    .trainer-profile {
        height: 416px;
    }

    .trainer-text {
        font-size: 19px;

    }

    .card-title {
        font-size: 24px;
    }

    .about-card-section .card-text {
        font-size: 17px;
    }

    .main-services-box h3 {
        font-size: 19px;
        font-weight: 700;
        color: #555555;
    }

    .testimonial_box-text h3 {
        font-size: 22px;
    }

    .testimonial_box-text p {
        color: #555555;
        ;
        font-size: 19px;
        line-height: 28px;
    }

    .projectFactsWrap .item p {

        font-size: 22px;
    }

    .contact-info .info li {
        line-height: 29px;
        font-size: 19px;
    }

    .footer-widget-heading h3 {
        font-size: 22px;
    }

    .footer-widget ul li a {
        font-size: 17px;
    }

    .footer-text p {
        font-size: 17px;
    }

    .subscribe-form input {
        font-size: 17px;
    }

    .contact form label {
        font-size: 19px;
    }

    .testimonial_box-name h4 {
        font-size: 19px;
        line-height: 33px;
    }

    .nav-item .nav-link {
        font-weight: 700;
        font-size: 15px;
    }

    .bullet-points ul li {
        font-size: 19px;
    }

    .training-title {
        font-size: 26px;
    }

    .heading-paragraph {
        font-size: 21px;
    }

    .team-card .card-title {
        font-size: 19px;
    }

    .heading-title {
        text-align: center;
        font-size: 2rem;
    }

    .copyright-text p {
        font-size: 17px;
    }

    .footer-menu li a {
        font-size: 17px;
    }
}

@media (max-width: 768px) {
    .main-item img {
        height: 50vh;
    }

    .thank_you {

        padding: 45px;
    }

    .message {
        font-size: 39px;
    }

    .bounceInLeft {
        flex-direction: column-reverse;
        display: flex;
    }

    .sectionClass {
        padding: 0px 0px 20px 0px;
    }

    .trainer-profile_about {
        height: auto;
    }

    .trainer-profile {
        height: auto;
    }

    .reverse_row {
        flex-direction: column-reverse;
    }

    .main-services-box {
        align-items: center;
        justify-content: left;
        gap: 49px;
    }

    .carousel-caption h2 {
        font-size: 15px;
    }

    .carousel-caption p {
        font-size: 13px;
    }

    .py-5 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .trainer-title {
        font-size: 15px;
    }

    /* about */
    .section-title {
        font-size: 1.8rem;
    }

    .section-text {
        font-size: 1rem;
    }

    .about-list li {
        font-size: 1rem;
    }

    .about-img {
        margin: 0px auto;
        display: flex;
    }

    .testimonial_box-job p {
        color: #836b6b;
        font-size: 13px;
    }

    .trainer-name {
        font-size: 1.3rem;
    }

    .testimonial_box-name h4 {
        font-size: 15px;
    }

    .about-card-section .card-text {
        font-size: 13px;
    }

    .training-title {
        font-size: 14px;
    }

    .trainer-text {
        font-size: 13px;
    }

    .btn-primary {
        font-size: 13px;
    }

    .about-card-section .card-text {
        font-size: 13px;
    }

    /* card */
    .card-img {
        height: 180px;
    }

    .card-title {
        font-size: 15px;
    }

    .card-text {
        font-size: 0.95rem;
    }

    .card-header h5 {
        font-size: 15px;
    }

    .slick-prev {
        left: -11px !important;
        display: none !important;
    }

    .slick-next {
        right: -11px !important;
        display: none !important;

    }

    .heading-title {
        text-align: center;
        font-size: 22px;
        margin-bottom: 20px !important;
    }

    .footer-widget ul li a {
        font-size: 13px;
    }

    .footer-widget-heading h3 {
        font-size: 23px;
        margin-top: 23px;
    }

    .footer-text p {
        font-size: 13px;
    }

    .footer-section .pb-5 {
        padding-bottom: 0.5rem !important;
    }

    .heading-paragraph {
        font-size: 13px;
    }

    .mb-4 {
        margin-bottom: 0.5rem !important;
    }

    .testimonial .heading-title {
        margin-bottom: 11px;
    }

    .footer-widget ul li {
        margin-bottom: unset;
    }

    .copyright-text p {
        font-size: 13px;
    }

    .contact-info .social ul {
        gap: 5px !important;
    }

    .contact form label {
        display: block;
        font-size: 13px !important;
    }

    .info {
        font-size: 13px;
    }

    button {
        font-size: 14px;
    }

    .contact-info .social a {
        padding: 5px;
        width: 38px;
    }

    .training-sec {
        padding: 20px 0px !important;
    }

    .mb-5 {
        margin-bottom: 1rem !important;
    }

    .img_data {
        height: auto !important;
    }

    .logo-section .logo {
        width: 52px;
    }

    .logo-section {

        height: 55px;
    }

    .team-card .card-body {

        height: auto;
    }

    .contact-info ul,
    li,
    a {
        list-style: none;
        text-decoration: none;
        text-align: left;
    }

    .contact-info .social {
        margin-top: 15px;
    }

    .bullet-points ul li::before {
        font-size: 14px;
    }

    .training-title {
        font-size: 15px;
    }

    .bullet-points ul li {
        font-size: 13px;
    }

    .p-4 {
        padding: 0.5rem !important;
    }

    .carousel-caption {
        background: rgba(0, 0, 0, 0.6);
        padding: 20px;
        border-radius: 10px;
    }

    .button {
        font-size: 14px;
    }

    .main-services-box h3 {
        font-size: 15px;
    }

    .main-services-box .icon {
        margin-bottom: 20px;
        text-align: center;
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
        background-color: #f5bb29;
        color: #ffffff;
        font-size: 20px;
        transition: 0.5s;
    }
}

/* Mobile View */
@media (max-width: 991px) {
    .navbar {
        padding: 8px 10px;
    }

    .navbar-toggler {
        border: none;
    }


    /* 
    .navbar-toggler-icon {
        filter: invert(1);
    } */

    .navbar-collapse {
        background: #2d5391;
        padding: 10px 15px;
    }

    .navbar-nav {
        text-align: left;
        flex-direction: column;
        gap: 10px;
    }

    .nav-item {
        width: 100%;
    }

    .nav-item .nav-link {
        display: block;
        padding: 8px 0;
    }

    .main-item {
        height: auto !important;
    }
}

@media (min-width: 700px) {
    .wrapper {
        display: grid;
        grid-template-columns: 1fr 2fr;
    }

    .wrapper>* {
        padding: 2em;
    }

    .company-info h3,
    .company-info ul,
    .brand {
        text-align: left;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px;
    }
}